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