github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/services/ConvertAmount.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package services 5 6 // ConvertAmount represents class ConvertAmount 7 type ConvertAmount struct { 8 ConvertedAmount *int64 `json:"convertedAmount,omitempty"` 9 } 10 11 // NewConvertAmount constructs a new ConvertAmount 12 func NewConvertAmount() *ConvertAmount { 13 return &ConvertAmount{} 14 }