github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/AccountOnFile.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package payment 5 6 // AccountOnFile represents class PaymentAccountOnFile 7 type AccountOnFile struct { 8 CreateDate *string `json:"createDate,omitempty"` 9 NumberOfCardOnFileCreationAttemptsLast24Hours *int32 `json:"numberOfCardOnFileCreationAttemptsLast24Hours,omitempty"` 10 } 11 12 // NewAccountOnFile constructs a new AccountOnFile 13 func NewAccountOnFile() *AccountOnFile { 14 return &AccountOnFile{} 15 }