github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/product/BoletoBancarioRequirednessValidator.go (about)

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package product
     5  
     6  // BoletoBancarioRequirednessValidator represents class BoletoBancarioRequirednessValidator
     7  type BoletoBancarioRequirednessValidator struct {
     8  	FiscalNumberLength *int32 `json:"fiscalNumberLength,omitempty"`
     9  }
    10  
    11  // NewBoletoBancarioRequirednessValidator constructs a new BoletoBancarioRequirednessValidator
    12  func NewBoletoBancarioRequirednessValidator() *BoletoBancarioRequirednessValidator {
    13  	return &BoletoBancarioRequirednessValidator{}
    14  }