github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/CustomerAccountAuthentication.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  // CustomerAccountAuthentication represents class CustomerAccountAuthentication
     7  type CustomerAccountAuthentication struct {
     8  	Data         *string `json:"data,omitempty"`
     9  	Method       *string `json:"method,omitempty"`
    10  	UtcTimestamp *string `json:"utcTimestamp,omitempty"`
    11  }
    12  
    13  // NewCustomerAccountAuthentication constructs a new CustomerAccountAuthentication
    14  func NewCustomerAccountAuthentication() *CustomerAccountAuthentication {
    15  	return &CustomerAccountAuthentication{}
    16  }