github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/Product806SpecificOutput.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 import "github.com/Ingenico-ePayments/connect-sdk-go/domain/definitions" 7 8 // Product806SpecificOutput represents class PaymentProduct806SpecificOutput 9 type Product806SpecificOutput struct { 10 BillingAddress *definitions.Address `json:"billingAddress,omitempty"` 11 CustomerAccount *TrustlyBankAccount `json:"customerAccount,omitempty"` 12 } 13 14 // NewProduct806SpecificOutput constructs a new Product806SpecificOutput 15 func NewProduct806SpecificOutput() *Product806SpecificOutput { 16 return &Product806SpecificOutput{} 17 }