github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/token/EWalletData.go (about)

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package token
     5  
     6  // EWalletData represents class TokenEWalletData
     7  type EWalletData struct {
     8  	BillingAgreementID *string `json:"billingAgreementId,omitempty"`
     9  }
    10  
    11  // NewEWalletData constructs a new EWalletData
    12  func NewEWalletData() *EWalletData {
    13  	return &EWalletData{}
    14  }