github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/installments/InstallmentDisplayHints.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package installments 5 6 // InstallmentDisplayHints represents class InstallmentDisplayHints 7 type InstallmentDisplayHints struct { 8 DisplayOrder *int32 `json:"displayOrder,omitempty"` 9 Label *string `json:"label,omitempty"` 10 Logo *string `json:"logo,omitempty"` 11 } 12 13 // NewInstallmentDisplayHints constructs a new InstallmentDisplayHints 14 func NewInstallmentDisplayHints() *InstallmentDisplayHints { 15 return &InstallmentDisplayHints{} 16 }