github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/Product771SpecificOutput.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 // Product771SpecificOutput represents class PaymentProduct771SpecificOutput 7 type Product771SpecificOutput struct { 8 MandateReference *string `json:"mandateReference,omitempty"` 9 } 10 11 // NewProduct771SpecificOutput constructs a new Product771SpecificOutput 12 func NewProduct771SpecificOutput() *Product771SpecificOutput { 13 return &Product771SpecificOutput{} 14 }