| Name | Type | Description | Notes |
|---|---|---|---|
| AmountAtom | int32 | ||
| CreatedAt | time.Time | DateTime at which the object was created, in 'ISO 8601' format. | |
| CreditNoteId | NullableString | ||
| Currency | CurrencyEnum | ||
| Description | NullableString | ||
| EndingBalanceAmountAtom | int32 | ||
| Id | string | ||
| InvoiceId | NullableString | ||
| IsDeleted | Pointer to bool | If true, indicates that this object has been deleted | [optional] [default to false] |
| Object | Pointer to ObjectName | [optional] | |
| Type | CustomerBalanceTransactionType | ||
| UpdatedAt | time.Time | DateTime at which the object was updated, in 'ISO 8601' format. |
func NewCustomerBalanceTransactionExternal(amountAtom int32, createdAt time.Time, creditNoteId NullableString, currency CurrencyEnum, description NullableString, endingBalanceAmountAtom int32, id string, invoiceId NullableString, type_ CustomerBalanceTransactionType, updatedAt time.Time, ) *CustomerBalanceTransactionExternal
NewCustomerBalanceTransactionExternal instantiates a new CustomerBalanceTransactionExternal 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 NewCustomerBalanceTransactionExternalWithDefaults() *CustomerBalanceTransactionExternal
NewCustomerBalanceTransactionExternalWithDefaults instantiates a new CustomerBalanceTransactionExternal 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 *CustomerBalanceTransactionExternal) GetAmountAtom() int32
GetAmountAtom returns the AmountAtom field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetAmountAtomOk() (*int32, bool)
GetAmountAtomOk returns a tuple with the AmountAtom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerBalanceTransactionExternal) SetAmountAtom(v int32)
SetAmountAtom sets AmountAtom field to given value.
func (o *CustomerBalanceTransactionExternal) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetCreatedAtOk() (*time.Time, 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 *CustomerBalanceTransactionExternal) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *CustomerBalanceTransactionExternal) GetCreditNoteId() string
GetCreditNoteId returns the CreditNoteId field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetCreditNoteIdOk() (*string, bool)
GetCreditNoteIdOk returns a tuple with the CreditNoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerBalanceTransactionExternal) SetCreditNoteId(v string)
SetCreditNoteId sets CreditNoteId field to given value.
func (o *CustomerBalanceTransactionExternal) SetCreditNoteIdNil(b bool)
SetCreditNoteIdNil sets the value for CreditNoteId to be an explicit nil
func (o *CustomerBalanceTransactionExternal) UnsetCreditNoteId()
UnsetCreditNoteId ensures that no value is present for CreditNoteId, not even an explicit nil
func (o *CustomerBalanceTransactionExternal) GetCurrency() CurrencyEnum
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetCurrencyOk() (*CurrencyEnum, 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 *CustomerBalanceTransactionExternal) SetCurrency(v CurrencyEnum)
SetCurrency sets Currency field to given value.
func (o *CustomerBalanceTransactionExternal) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) 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 *CustomerBalanceTransactionExternal) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CustomerBalanceTransactionExternal) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *CustomerBalanceTransactionExternal) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *CustomerBalanceTransactionExternal) GetEndingBalanceAmountAtom() int32
GetEndingBalanceAmountAtom returns the EndingBalanceAmountAtom field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetEndingBalanceAmountAtomOk() (*int32, bool)
GetEndingBalanceAmountAtomOk returns a tuple with the EndingBalanceAmountAtom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerBalanceTransactionExternal) SetEndingBalanceAmountAtom(v int32)
SetEndingBalanceAmountAtom sets EndingBalanceAmountAtom field to given value.
func (o *CustomerBalanceTransactionExternal) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) 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 *CustomerBalanceTransactionExternal) SetId(v string)
SetId sets Id field to given value.
func (o *CustomerBalanceTransactionExternal) GetInvoiceId() string
GetInvoiceId returns the InvoiceId field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetInvoiceIdOk() (*string, bool)
GetInvoiceIdOk returns a tuple with the InvoiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerBalanceTransactionExternal) SetInvoiceId(v string)
SetInvoiceId sets InvoiceId field to given value.
func (o *CustomerBalanceTransactionExternal) SetInvoiceIdNil(b bool)
SetInvoiceIdNil sets the value for InvoiceId to be an explicit nil
func (o *CustomerBalanceTransactionExternal) UnsetInvoiceId()
UnsetInvoiceId ensures that no value is present for InvoiceId, not even an explicit nil
func (o *CustomerBalanceTransactionExternal) GetIsDeleted() bool
GetIsDeleted returns the IsDeleted field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetIsDeletedOk() (*bool, bool)
GetIsDeletedOk returns a tuple with the IsDeleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerBalanceTransactionExternal) SetIsDeleted(v bool)
SetIsDeleted sets IsDeleted field to given value.
func (o *CustomerBalanceTransactionExternal) HasIsDeleted() bool
HasIsDeleted returns a boolean if a field has been set.
func (o *CustomerBalanceTransactionExternal) GetObject() ObjectName
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetObjectOk() (*ObjectName, 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 *CustomerBalanceTransactionExternal) SetObject(v ObjectName)
SetObject sets Object field to given value.
func (o *CustomerBalanceTransactionExternal) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *CustomerBalanceTransactionExternal) GetType() CustomerBalanceTransactionType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetTypeOk() (*CustomerBalanceTransactionType, 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 *CustomerBalanceTransactionExternal) SetType(v CustomerBalanceTransactionType)
SetType sets Type field to given value.
func (o *CustomerBalanceTransactionExternal) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *CustomerBalanceTransactionExternal) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerBalanceTransactionExternal) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.