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