Name | Type | Description | Notes |
---|---|---|---|
Amount | Pointer to int32 | [optional] | |
Channel | Pointer to ChargeResponseChannel | [optional] | |
CreatedAt | Pointer to int64 | [optional] | |
Currency | Pointer to string | [optional] | |
CustomerId | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
DeviceFingerprint | Pointer to string | [optional] | |
FailureCode | Pointer to string | [optional] | |
FailureMessage | Pointer to string | [optional] | |
Id | Pointer to string | Charge ID | [optional] |
Livemode | Pointer to bool | Whether the charge was made in live mode or not | [optional] |
Object | Pointer to string | [optional] | |
OrderId | Pointer to string | Order ID | [optional] |
PaidAt | Pointer to NullableInt64 | Payment date | [optional] |
PaymentMethod | Pointer to ChargeResponsePaymentMethod | [optional] | |
ReferenceId | Pointer to NullableString | Reference ID of the charge | [optional] |
Refunds | Pointer to NullableChargeResponseRefunds | [optional] | |
Status | Pointer to string | [optional] |
func NewChargesOrderResponseAllOfData() *ChargesOrderResponseAllOfData
NewChargesOrderResponseAllOfData instantiates a new ChargesOrderResponseAllOfData 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 NewChargesOrderResponseAllOfDataWithDefaults() *ChargesOrderResponseAllOfData
NewChargesOrderResponseAllOfDataWithDefaults instantiates a new ChargesOrderResponseAllOfData 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 *ChargesOrderResponseAllOfData) GetAmount() int32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetAmountOk() (*int32, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetAmount(v int32)
SetAmount sets Amount field to given value.
func (o *ChargesOrderResponseAllOfData) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetChannel() ChargeResponseChannel
GetChannel returns the Channel field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetChannelOk() (*ChargeResponseChannel, bool)
GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetChannel(v ChargeResponseChannel)
SetChannel sets Channel field to given value.
func (o *ChargesOrderResponseAllOfData) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *ChargesOrderResponseAllOfData) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetCurrency(v string)
SetCurrency sets Currency field to given value.
func (o *ChargesOrderResponseAllOfData) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *ChargesOrderResponseAllOfData) HasCustomerId() bool
HasCustomerId returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ChargesOrderResponseAllOfData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetDeviceFingerprint() string
GetDeviceFingerprint returns the DeviceFingerprint field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetDeviceFingerprintOk() (*string, bool)
GetDeviceFingerprintOk returns a tuple with the DeviceFingerprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetDeviceFingerprint(v string)
SetDeviceFingerprint sets DeviceFingerprint field to given value.
func (o *ChargesOrderResponseAllOfData) HasDeviceFingerprint() bool
HasDeviceFingerprint returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetFailureCode() string
GetFailureCode returns the FailureCode field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetFailureCodeOk() (*string, bool)
GetFailureCodeOk returns a tuple with the FailureCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetFailureCode(v string)
SetFailureCode sets FailureCode field to given value.
func (o *ChargesOrderResponseAllOfData) HasFailureCode() bool
HasFailureCode returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetFailureMessage() string
GetFailureMessage returns the FailureMessage field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetFailureMessageOk() (*string, bool)
GetFailureMessageOk returns a tuple with the FailureMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetFailureMessage(v string)
SetFailureMessage sets FailureMessage field to given value.
func (o *ChargesOrderResponseAllOfData) HasFailureMessage() bool
HasFailureMessage returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) 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 *ChargesOrderResponseAllOfData) SetId(v string)
SetId sets Id field to given value.
func (o *ChargesOrderResponseAllOfData) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetLivemode() bool
GetLivemode returns the Livemode field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetLivemodeOk() (*bool, bool)
GetLivemodeOk returns a tuple with the Livemode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetLivemode(v bool)
SetLivemode sets Livemode field to given value.
func (o *ChargesOrderResponseAllOfData) HasLivemode() bool
HasLivemode returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetObject(v string)
SetObject sets Object field to given value.
func (o *ChargesOrderResponseAllOfData) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetOrderId() string
GetOrderId returns the OrderId field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetOrderIdOk() (*string, bool)
GetOrderIdOk returns a tuple with the OrderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetOrderId(v string)
SetOrderId sets OrderId field to given value.
func (o *ChargesOrderResponseAllOfData) HasOrderId() bool
HasOrderId returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetPaidAt() int64
GetPaidAt returns the PaidAt field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetPaidAtOk() (*int64, bool)
GetPaidAtOk returns a tuple with the PaidAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetPaidAt(v int64)
SetPaidAt sets PaidAt field to given value.
func (o *ChargesOrderResponseAllOfData) HasPaidAt() bool
HasPaidAt returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) SetPaidAtNil(b bool)
SetPaidAtNil sets the value for PaidAt to be an explicit nil
func (o *ChargesOrderResponseAllOfData) UnsetPaidAt()
UnsetPaidAt ensures that no value is present for PaidAt, not even an explicit nil
func (o *ChargesOrderResponseAllOfData) GetPaymentMethod() ChargeResponsePaymentMethod
GetPaymentMethod returns the PaymentMethod field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetPaymentMethodOk() (*ChargeResponsePaymentMethod, bool)
GetPaymentMethodOk returns a tuple with the PaymentMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetPaymentMethod(v ChargeResponsePaymentMethod)
SetPaymentMethod sets PaymentMethod field to given value.
func (o *ChargesOrderResponseAllOfData) HasPaymentMethod() bool
HasPaymentMethod returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) GetReferenceId() string
GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetReferenceIdOk() (*string, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetReferenceId(v string)
SetReferenceId sets ReferenceId field to given value.
func (o *ChargesOrderResponseAllOfData) HasReferenceId() bool
HasReferenceId returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) SetReferenceIdNil(b bool)
SetReferenceIdNil sets the value for ReferenceId to be an explicit nil
func (o *ChargesOrderResponseAllOfData) UnsetReferenceId()
UnsetReferenceId ensures that no value is present for ReferenceId, not even an explicit nil
func (o *ChargesOrderResponseAllOfData) GetRefunds() ChargeResponseRefunds
GetRefunds returns the Refunds field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetRefundsOk() (*ChargeResponseRefunds, bool)
GetRefundsOk returns a tuple with the Refunds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetRefunds(v ChargeResponseRefunds)
SetRefunds sets Refunds field to given value.
func (o *ChargesOrderResponseAllOfData) HasRefunds() bool
HasRefunds returns a boolean if a field has been set.
func (o *ChargesOrderResponseAllOfData) SetRefundsNil(b bool)
SetRefundsNil sets the value for Refunds to be an explicit nil
func (o *ChargesOrderResponseAllOfData) UnsetRefunds()
UnsetRefunds ensures that no value is present for Refunds, not even an explicit nil
func (o *ChargesOrderResponseAllOfData) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ChargesOrderResponseAllOfData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargesOrderResponseAllOfData) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ChargesOrderResponseAllOfData) HasStatus() bool
HasStatus returns a boolean if a field has been set.