github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/product/AccountOnFileDisplayHints.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 // AccountOnFileDisplayHints represents class AccountOnFileDisplayHints 7 type AccountOnFileDisplayHints struct { 8 LabelTemplate *[]LabelTemplateElement `json:"labelTemplate,omitempty"` 9 Logo *string `json:"logo,omitempty"` 10 } 11 12 // NewAccountOnFileDisplayHints constructs a new AccountOnFileDisplayHints 13 func NewAccountOnFileDisplayHints() *AccountOnFileDisplayHints { 14 return &AccountOnFileDisplayHints{} 15 }