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