| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| PaymentToken | Pointer to string | [optional] | |
| Type | string | ||
| IncludeRefundTransactions | Pointer to bool | [optional] |
func NewSecurePaymentDetailsRequest(type_ string, ) *SecurePaymentDetailsRequest
NewSecurePaymentDetailsRequest instantiates a new SecurePaymentDetailsRequest 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 NewSecurePaymentDetailsRequestWithDefaults() *SecurePaymentDetailsRequest
NewSecurePaymentDetailsRequestWithDefaults instantiates a new SecurePaymentDetailsRequest 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 *SecurePaymentDetailsRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SecurePaymentDetailsRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurePaymentDetailsRequest) SetId(v string)
SetId sets Id field to given value.
func (o *SecurePaymentDetailsRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SecurePaymentDetailsRequest) GetPaymentToken() string
GetPaymentToken returns the PaymentToken field if non-nil, zero value otherwise.
func (o *SecurePaymentDetailsRequest) GetPaymentTokenOk() (*string, bool)
GetPaymentTokenOk returns a tuple with the PaymentToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurePaymentDetailsRequest) SetPaymentToken(v string)
SetPaymentToken sets PaymentToken field to given value.
func (o *SecurePaymentDetailsRequest) HasPaymentToken() bool
HasPaymentToken returns a boolean if a field has been set.
func (o *SecurePaymentDetailsRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SecurePaymentDetailsRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurePaymentDetailsRequest) SetType(v string)
SetType sets Type field to given value.
func (o *SecurePaymentDetailsRequest) GetIncludeRefundTransactions() bool
GetIncludeRefundTransactions returns the IncludeRefundTransactions field if non-nil, zero value otherwise.
func (o *SecurePaymentDetailsRequest) GetIncludeRefundTransactionsOk() (*bool, bool)
GetIncludeRefundTransactionsOk returns a tuple with the IncludeRefundTransactions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurePaymentDetailsRequest) SetIncludeRefundTransactions(v bool)
SetIncludeRefundTransactions sets IncludeRefundTransactions field to given value.
func (o *SecurePaymentDetailsRequest) HasIncludeRefundTransactions() bool
HasIncludeRefundTransactions returns a boolean if a field has been set.