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