github.com/mundipagg/boleto-api@v0.0.0-20230620145841-3f9ec742599f/models/rules.go (about)

     1  package models
     2  
     3  //Rules Define regras de pagamento e baixa do título
     4  type Rules struct {
     5  	AcceptDivergentAmount bool `json:"acceptDivergentAmount"`
     6  	MaxDaysToPayPastDue   uint `json:"maxDaysToPayPastDue"`
     7  }