Googlepay
PaymentType
Applepay
PaymentType
Creditcard
PaymentType
func NewSupportedPaymentTypesMessage(googlepay PaymentType, applepay PaymentType, creditcard PaymentType, ) *SupportedPaymentTypesMessage
NewSupportedPaymentTypesMessage instantiates a new SupportedPaymentTypesMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSupportedPaymentTypesMessageWithDefaults() *SupportedPaymentTypesMessage
NewSupportedPaymentTypesMessageWithDefaults instantiates a new SupportedPaymentTypesMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SupportedPaymentTypesMessage) GetGooglepay() PaymentType
GetGooglepay returns the Googlepay field if non-nil, zero value otherwise.
func (o *SupportedPaymentTypesMessage) GetGooglepayOk() (*PaymentType, bool)
GetGooglepayOk returns a tuple with the Googlepay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupportedPaymentTypesMessage) SetGooglepay(v PaymentType)
SetGooglepay sets Googlepay field to given value.
func (o *SupportedPaymentTypesMessage) GetApplepay() PaymentType
GetApplepay returns the Applepay field if non-nil, zero value otherwise.
func (o *SupportedPaymentTypesMessage) GetApplepayOk() (*PaymentType, bool)
GetApplepayOk returns a tuple with the Applepay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupportedPaymentTypesMessage) SetApplepay(v PaymentType)
SetApplepay sets Applepay field to given value.
func (o *SupportedPaymentTypesMessage) GetCreditcard() PaymentType
GetCreditcard returns the Creditcard field if non-nil, zero value otherwise.
func (o *SupportedPaymentTypesMessage) GetCreditcardOk() (*PaymentType, bool)
GetCreditcardOk returns a tuple with the Creditcard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupportedPaymentTypesMessage) SetCreditcard(v PaymentType)
SetCreditcard sets Creditcard field to given value.
[Back to Model list] [Back to API list] [Back to README]