github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/RedirectPaymentProduct840SpecificInput.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  // RedirectPaymentProduct840SpecificInput represents class RedirectPaymentProduct840SpecificInput
     7  type RedirectPaymentProduct840SpecificInput struct {
     8  	AddressSelectionAtPayPal *bool   `json:"addressSelectionAtPayPal,omitempty"`
     9  	// Deprecated: Use Order.references.descriptor instead
    10  	Custom                   *string `json:"custom,omitempty"`
    11  	IsShortcut               *bool   `json:"isShortcut,omitempty"`
    12  }
    13  
    14  // NewRedirectPaymentProduct840SpecificInput constructs a new RedirectPaymentProduct840SpecificInput
    15  func NewRedirectPaymentProduct840SpecificInput() *RedirectPaymentProduct840SpecificInput {
    16  	return &RedirectPaymentProduct840SpecificInput{}
    17  }