github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/CashPaymentProduct1503SpecificInput.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  // CashPaymentProduct1503SpecificInput represents class CashPaymentProduct1503SpecificInput
     7  //
     8  // Deprecated: No replacement
     9  type CashPaymentProduct1503SpecificInput struct {
    10  	// Deprecated: No replacement, since Boleto Bancario no longer needs a return URL
    11  	ReturnURL *string `json:"returnUrl,omitempty"`
    12  }
    13  
    14  // NewCashPaymentProduct1503SpecificInput constructs a new CashPaymentProduct1503SpecificInput
    15  func NewCashPaymentProduct1503SpecificInput() *CashPaymentProduct1503SpecificInput {
    16  	return &CashPaymentProduct1503SpecificInput{}
    17  }