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