# SupportedPaymentTypesMessage

## Properties

| Name           | Type            | Description | Notes |
| -------------- | --------------- | ----------- | ----- |
| **Googlepay**  | **PaymentType** |             |       |
| **Applepay**   | **PaymentType** |             |       |
| **Creditcard** | **PaymentType** |             |       |

## Methods

### NewSupportedPaymentTypesMessage

`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

### NewSupportedPaymentTypesMessageWithDefaults

`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

### GetGooglepay

`func (o *SupportedPaymentTypesMessage) GetGooglepay() PaymentType`

GetGooglepay returns the Googlepay field if non-nil, zero value otherwise.

### GetGooglepayOk

`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.

### SetGooglepay

`func (o *SupportedPaymentTypesMessage) SetGooglepay(v PaymentType)`

SetGooglepay sets Googlepay field to given value.

### GetApplepay

`func (o *SupportedPaymentTypesMessage) GetApplepay() PaymentType`

GetApplepay returns the Applepay field if non-nil, zero value otherwise.

### GetApplepayOk

`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.

### SetApplepay

`func (o *SupportedPaymentTypesMessage) SetApplepay(v PaymentType)`

SetApplepay sets Applepay field to given value.

### GetCreditcard

`func (o *SupportedPaymentTypesMessage) GetCreditcard() PaymentType`

GetCreditcard returns the Creditcard field if non-nil, zero value otherwise.

### GetCreditcardOk

`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.

### SetCreditcard

`func (o *SupportedPaymentTypesMessage) SetCreditcard(v PaymentType)`

SetCreditcard sets Creditcard field to given value.

\[Back to Model list] \[Back to API list] \[Back to README]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usemoon.ai/sdks/golang/supportedpaymenttypesmessage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
