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