Name | Type | Description | Notes |
---|---|---|---|
AmountBilledCents | Pointer to int64 | Sum of services that the specified organization consumed in the period covered in this invoice. This parameter expresses its value in cents (100ths of one US Dollar) and calculates its value as subtotalCents + salesTaxCents - startingBalanceCents. | [optional] [readonly] |
AmountPaidCents | Pointer to int64 | Sum that the specified organization paid toward the associated invoice. This parameter expresses its value in cents (100ths of one US Dollar). | [optional] [readonly] |
Created | Pointer to time.Time | Date and time when the customer made this payment attempt. This parameter expresses its value in the ISO 8601 timestamp format in UTC. | [optional] [readonly] |
Id | Pointer to string | Unique 24-hexadecimal digit string that identifies this payment toward the associated invoice. | [optional] [readonly] |
SalesTaxCents | Pointer to int64 | Sum of sales tax applied to this invoice. This parameter expresses its value in cents (100ths of one US Dollar). | [optional] [readonly] |
StatusName | Pointer to string | Phase of payment processing for the associated invoice when you made this request. These phases include: | Phase Value |
SubtotalCents | Pointer to int64 | Sum of all positive invoice line items contained in this invoice. This parameter expresses its value in cents (100ths of one US Dollar). | [optional] [readonly] |
Updated | Pointer to time.Time | Date and time when the customer made an update to this payment attempt. This parameter expresses its value in the ISO 8601 timestamp format in UTC. | [optional] [readonly] |
func NewApiPaymentView() *ApiPaymentView
NewApiPaymentView instantiates a new ApiPaymentView 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 NewApiPaymentViewWithDefaults() *ApiPaymentView
NewApiPaymentViewWithDefaults instantiates a new ApiPaymentView 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 *ApiPaymentView) GetAmountBilledCents() int64
GetAmountBilledCents returns the AmountBilledCents field if non-nil, zero value otherwise.
func (o *ApiPaymentView) GetAmountBilledCentsOk() (*int64, bool)
GetAmountBilledCentsOk returns a tuple with the AmountBilledCents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPaymentView) SetAmountBilledCents(v int64)
SetAmountBilledCents sets AmountBilledCents field to given value.
func (o *ApiPaymentView) HasAmountBilledCents() bool
HasAmountBilledCents returns a boolean if a field has been set.
func (o *ApiPaymentView) GetAmountPaidCents() int64
GetAmountPaidCents returns the AmountPaidCents field if non-nil, zero value otherwise.
func (o *ApiPaymentView) GetAmountPaidCentsOk() (*int64, bool)
GetAmountPaidCentsOk returns a tuple with the AmountPaidCents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPaymentView) SetAmountPaidCents(v int64)
SetAmountPaidCents sets AmountPaidCents field to given value.
func (o *ApiPaymentView) HasAmountPaidCents() bool
HasAmountPaidCents returns a boolean if a field has been set.
func (o *ApiPaymentView) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ApiPaymentView) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPaymentView) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *ApiPaymentView) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *ApiPaymentView) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiPaymentView) 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 *ApiPaymentView) SetId(v string)
SetId sets Id field to given value.
func (o *ApiPaymentView) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiPaymentView) GetSalesTaxCents() int64
GetSalesTaxCents returns the SalesTaxCents field if non-nil, zero value otherwise.
func (o *ApiPaymentView) GetSalesTaxCentsOk() (*int64, bool)
GetSalesTaxCentsOk returns a tuple with the SalesTaxCents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPaymentView) SetSalesTaxCents(v int64)
SetSalesTaxCents sets SalesTaxCents field to given value.
func (o *ApiPaymentView) HasSalesTaxCents() bool
HasSalesTaxCents returns a boolean if a field has been set.
func (o *ApiPaymentView) GetStatusName() string
GetStatusName returns the StatusName field if non-nil, zero value otherwise.
func (o *ApiPaymentView) GetStatusNameOk() (*string, bool)
GetStatusNameOk returns a tuple with the StatusName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPaymentView) SetStatusName(v string)
SetStatusName sets StatusName field to given value.
func (o *ApiPaymentView) HasStatusName() bool
HasStatusName returns a boolean if a field has been set.
func (o *ApiPaymentView) GetSubtotalCents() int64
GetSubtotalCents returns the SubtotalCents field if non-nil, zero value otherwise.
func (o *ApiPaymentView) GetSubtotalCentsOk() (*int64, bool)
GetSubtotalCentsOk returns a tuple with the SubtotalCents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPaymentView) SetSubtotalCents(v int64)
SetSubtotalCents sets SubtotalCents field to given value.
func (o *ApiPaymentView) HasSubtotalCents() bool
HasSubtotalCents returns a boolean if a field has been set.
func (o *ApiPaymentView) GetUpdated() time.Time
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *ApiPaymentView) GetUpdatedOk() (*time.Time, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPaymentView) SetUpdated(v time.Time)
SetUpdated sets Updated field to given value.
func (o *ApiPaymentView) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.