Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Amount
 - func (o *Amount) GetCurrency() string
 - func (o *Amount) GetCurrencyOk() (*string, bool)
 - func (o *Amount) GetValue() int64
 - func (o *Amount) GetValueOk() (*int64, bool)
 - func (o Amount) MarshalJSON() ([]byte, error)
 - func (o *Amount) SetCurrency(v string)
 - func (o *Amount) SetValue(v int64)
 - func (o Amount) ToMap() (map[string]interface{}, error)
 
- type NegativeBalanceCompensationWarningNotificationData
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetAccountHolder() ResourceReference
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetAccountHolderOk() (*ResourceReference, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetAmount() Amount
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetAmountOk() (*Amount, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetBalancePlatform() string
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetBalancePlatformOk() (*string, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetCreationDate() time.Time
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetCreationDateOk() (*time.Time, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetId() string
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetIdOk() (*string, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetLiableBalanceAccountId() string
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetLiableBalanceAccountIdOk() (*string, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetNegativeBalanceSince() time.Time
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetNegativeBalanceSinceOk() (*time.Time, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetScheduledCompensationAt() time.Time
 - func (o *NegativeBalanceCompensationWarningNotificationData) GetScheduledCompensationAtOk() (*time.Time, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationData) HasAccountHolder() bool
 - func (o *NegativeBalanceCompensationWarningNotificationData) HasAmount() bool
 - func (o *NegativeBalanceCompensationWarningNotificationData) HasBalancePlatform() bool
 - func (o *NegativeBalanceCompensationWarningNotificationData) HasCreationDate() bool
 - func (o *NegativeBalanceCompensationWarningNotificationData) HasId() bool
 - func (o *NegativeBalanceCompensationWarningNotificationData) HasLiableBalanceAccountId() bool
 - func (o *NegativeBalanceCompensationWarningNotificationData) HasNegativeBalanceSince() bool
 - func (o *NegativeBalanceCompensationWarningNotificationData) HasScheduledCompensationAt() bool
 - func (o NegativeBalanceCompensationWarningNotificationData) MarshalJSON() ([]byte, error)
 - func (o *NegativeBalanceCompensationWarningNotificationData) SetAccountHolder(v ResourceReference)
 - func (o *NegativeBalanceCompensationWarningNotificationData) SetAmount(v Amount)
 - func (o *NegativeBalanceCompensationWarningNotificationData) SetBalancePlatform(v string)
 - func (o *NegativeBalanceCompensationWarningNotificationData) SetCreationDate(v time.Time)
 - func (o *NegativeBalanceCompensationWarningNotificationData) SetId(v string)
 - func (o *NegativeBalanceCompensationWarningNotificationData) SetLiableBalanceAccountId(v string)
 - func (o *NegativeBalanceCompensationWarningNotificationData) SetNegativeBalanceSince(v time.Time)
 - func (o *NegativeBalanceCompensationWarningNotificationData) SetScheduledCompensationAt(v time.Time)
 - func (o NegativeBalanceCompensationWarningNotificationData) ToMap() (map[string]interface{}, error)
 
- type NegativeBalanceCompensationWarningNotificationRequest
 - func NewNegativeBalanceCompensationWarningNotificationRequest(data NegativeBalanceCompensationWarningNotificationData, environment string, ...) *NegativeBalanceCompensationWarningNotificationRequest
 - func NewNegativeBalanceCompensationWarningNotificationRequestWithDefaults() *NegativeBalanceCompensationWarningNotificationRequest
 
- func (o *NegativeBalanceCompensationWarningNotificationRequest) GetData() NegativeBalanceCompensationWarningNotificationData
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) GetDataOk() (*NegativeBalanceCompensationWarningNotificationData, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) GetEnvironment() string
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) GetEnvironmentOk() (*string, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) GetTimestamp() time.Time
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) GetTimestampOk() (*time.Time, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) GetType() string
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) GetTypeOk() (*string, bool)
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) HasTimestamp() bool
 - func (o NegativeBalanceCompensationWarningNotificationRequest) MarshalJSON() ([]byte, error)
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) SetData(v NegativeBalanceCompensationWarningNotificationData)
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) SetEnvironment(v string)
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) SetTimestamp(v time.Time)
 - func (o *NegativeBalanceCompensationWarningNotificationRequest) SetType(v string)
 - func (o NegativeBalanceCompensationWarningNotificationRequest) ToMap() (map[string]interface{}, error)
 
- type NullableAmount
 - type NullableNegativeBalanceCompensationWarningNotificationData
 - func (v NullableNegativeBalanceCompensationWarningNotificationData) Get() *NegativeBalanceCompensationWarningNotificationData
 - func (v NullableNegativeBalanceCompensationWarningNotificationData) IsSet() bool
 - func (v NullableNegativeBalanceCompensationWarningNotificationData) MarshalJSON() ([]byte, error)
 - func (v *NullableNegativeBalanceCompensationWarningNotificationData) Set(val *NegativeBalanceCompensationWarningNotificationData)
 - func (v *NullableNegativeBalanceCompensationWarningNotificationData) UnmarshalJSON(src []byte) error
 - func (v *NullableNegativeBalanceCompensationWarningNotificationData) Unset()
 
- type NullableNegativeBalanceCompensationWarningNotificationRequest
 - func (v NullableNegativeBalanceCompensationWarningNotificationRequest) Get() *NegativeBalanceCompensationWarningNotificationRequest
 - func (v NullableNegativeBalanceCompensationWarningNotificationRequest) IsSet() bool
 - func (v NullableNegativeBalanceCompensationWarningNotificationRequest) MarshalJSON() ([]byte, error)
 - func (v *NullableNegativeBalanceCompensationWarningNotificationRequest) Set(val *NegativeBalanceCompensationWarningNotificationRequest)
 - func (v *NullableNegativeBalanceCompensationWarningNotificationRequest) UnmarshalJSON(src []byte) error
 - func (v *NullableNegativeBalanceCompensationWarningNotificationRequest) Unset()
 
- type NullableResource
 - type NullableResourceReference
 - func (v NullableResourceReference) Get() *ResourceReference
 - func (v NullableResourceReference) IsSet() bool
 - func (v NullableResourceReference) MarshalJSON() ([]byte, error)
 - func (v *NullableResourceReference) Set(val *ResourceReference)
 - func (v *NullableResourceReference) UnmarshalJSON(src []byte) error
 - func (v *NullableResourceReference) Unset()
 
- type Resource
 - func (o *Resource) GetBalancePlatform() string
 - func (o *Resource) GetBalancePlatformOk() (*string, bool)
 - func (o *Resource) GetCreationDate() time.Time
 - func (o *Resource) GetCreationDateOk() (*time.Time, bool)
 - func (o *Resource) GetId() string
 - func (o *Resource) GetIdOk() (*string, bool)
 - func (o *Resource) HasBalancePlatform() bool
 - func (o *Resource) HasCreationDate() bool
 - func (o *Resource) HasId() bool
 - func (o Resource) MarshalJSON() ([]byte, error)
 - func (o *Resource) SetBalancePlatform(v string)
 - func (o *Resource) SetCreationDate(v time.Time)
 - func (o *Resource) SetId(v string)
 - func (o Resource) ToMap() (map[string]interface{}, error)
 
- type ResourceReference
 - func (o *ResourceReference) GetDescription() string
 - func (o *ResourceReference) GetDescriptionOk() (*string, bool)
 - func (o *ResourceReference) GetId() string
 - func (o *ResourceReference) GetIdOk() (*string, bool)
 - func (o *ResourceReference) GetReference() string
 - func (o *ResourceReference) GetReferenceOk() (*string, bool)
 - func (o *ResourceReference) HasDescription() bool
 - func (o *ResourceReference) HasId() bool
 - func (o *ResourceReference) HasReference() bool
 - func (o ResourceReference) MarshalJSON() ([]byte, error)
 - func (o *ResourceReference) SetDescription(v string)
 - func (o *ResourceReference) SetId(v string)
 - func (o *ResourceReference) SetReference(v string)
 - func (o ResourceReference) ToMap() (map[string]interface{}, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Amount ¶
type Amount struct {
	// The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
	Currency string `json:"currency"`
	// The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
	Value int64 `json:"value"`
}
    Amount struct for Amount
func NewAmount ¶
NewAmount instantiates a new Amount 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 NewAmountWithDefaults ¶
func NewAmountWithDefaults() *Amount
NewAmountWithDefaults instantiates a new Amount 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 (*Amount) GetCurrency ¶
GetCurrency returns the Currency field value
func (*Amount) GetCurrencyOk ¶
GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.
func (*Amount) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (Amount) MarshalJSON ¶
type NegativeBalanceCompensationWarningNotificationData ¶
type NegativeBalanceCompensationWarningNotificationData struct {
	AccountHolder *ResourceReference `json:"accountHolder,omitempty"`
	Amount        *Amount            `json:"amount,omitempty"`
	// The unique identifier of the balance platform.
	BalancePlatform *string `json:"balancePlatform,omitempty"`
	// The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// The ID of the resource.
	Id *string `json:"id,omitempty"`
	// The balance account ID of the account that will be used to compensate the balance account whose balance is negative.
	LiableBalanceAccountId *string `json:"liableBalanceAccountId,omitempty"`
	// The date the balance for the account became negative.
	NegativeBalanceSince *time.Time `json:"negativeBalanceSince,omitempty"`
	// The date when a compensation transfer to the account is scheduled to happen.
	ScheduledCompensationAt *time.Time `json:"scheduledCompensationAt,omitempty"`
}
    NegativeBalanceCompensationWarningNotificationData struct for NegativeBalanceCompensationWarningNotificationData
func NewNegativeBalanceCompensationWarningNotificationData ¶
func NewNegativeBalanceCompensationWarningNotificationData() *NegativeBalanceCompensationWarningNotificationData
NewNegativeBalanceCompensationWarningNotificationData instantiates a new NegativeBalanceCompensationWarningNotificationData 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 NewNegativeBalanceCompensationWarningNotificationDataWithDefaults ¶
func NewNegativeBalanceCompensationWarningNotificationDataWithDefaults() *NegativeBalanceCompensationWarningNotificationData
NewNegativeBalanceCompensationWarningNotificationDataWithDefaults instantiates a new NegativeBalanceCompensationWarningNotificationData 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 (*NegativeBalanceCompensationWarningNotificationData) GetAccountHolder ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetAccountHolder() ResourceReference
GetAccountHolder returns the AccountHolder field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationData) GetAccountHolderOk ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetAccountHolderOk() (*ResourceReference, bool)
GetAccountHolderOk returns a tuple with the AccountHolder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationData) GetAmount ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetAmount() Amount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationData) GetAmountOk ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetAmountOk() (*Amount, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationData) GetBalancePlatform ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetBalancePlatform() string
GetBalancePlatform returns the BalancePlatform field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationData) GetBalancePlatformOk ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetBalancePlatformOk() (*string, bool)
GetBalancePlatformOk returns a tuple with the BalancePlatform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationData) GetCreationDate ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationData) GetCreationDateOk ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationData) GetId ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationData) GetIdOk ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationData) GetLiableBalanceAccountId ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetLiableBalanceAccountId() string
GetLiableBalanceAccountId returns the LiableBalanceAccountId field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationData) GetLiableBalanceAccountIdOk ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetLiableBalanceAccountIdOk() (*string, bool)
GetLiableBalanceAccountIdOk returns a tuple with the LiableBalanceAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationData) GetNegativeBalanceSince ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetNegativeBalanceSince() time.Time
GetNegativeBalanceSince returns the NegativeBalanceSince field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationData) GetNegativeBalanceSinceOk ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetNegativeBalanceSinceOk() (*time.Time, bool)
GetNegativeBalanceSinceOk returns a tuple with the NegativeBalanceSince field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationData) GetScheduledCompensationAt ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetScheduledCompensationAt() time.Time
GetScheduledCompensationAt returns the ScheduledCompensationAt field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationData) GetScheduledCompensationAtOk ¶
func (o *NegativeBalanceCompensationWarningNotificationData) GetScheduledCompensationAtOk() (*time.Time, bool)
GetScheduledCompensationAtOk returns a tuple with the ScheduledCompensationAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationData) HasAccountHolder ¶
func (o *NegativeBalanceCompensationWarningNotificationData) HasAccountHolder() bool
HasAccountHolder returns a boolean if a field has been set.
func (*NegativeBalanceCompensationWarningNotificationData) HasAmount ¶
func (o *NegativeBalanceCompensationWarningNotificationData) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*NegativeBalanceCompensationWarningNotificationData) HasBalancePlatform ¶
func (o *NegativeBalanceCompensationWarningNotificationData) HasBalancePlatform() bool
HasBalancePlatform returns a boolean if a field has been set.
func (*NegativeBalanceCompensationWarningNotificationData) HasCreationDate ¶
func (o *NegativeBalanceCompensationWarningNotificationData) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (*NegativeBalanceCompensationWarningNotificationData) HasId ¶
func (o *NegativeBalanceCompensationWarningNotificationData) HasId() bool
HasId returns a boolean if a field has been set.
func (*NegativeBalanceCompensationWarningNotificationData) HasLiableBalanceAccountId ¶
func (o *NegativeBalanceCompensationWarningNotificationData) HasLiableBalanceAccountId() bool
HasLiableBalanceAccountId returns a boolean if a field has been set.
func (*NegativeBalanceCompensationWarningNotificationData) HasNegativeBalanceSince ¶
func (o *NegativeBalanceCompensationWarningNotificationData) HasNegativeBalanceSince() bool
HasNegativeBalanceSince returns a boolean if a field has been set.
func (*NegativeBalanceCompensationWarningNotificationData) HasScheduledCompensationAt ¶
func (o *NegativeBalanceCompensationWarningNotificationData) HasScheduledCompensationAt() bool
HasScheduledCompensationAt returns a boolean if a field has been set.
func (NegativeBalanceCompensationWarningNotificationData) MarshalJSON ¶
func (o NegativeBalanceCompensationWarningNotificationData) MarshalJSON() ([]byte, error)
func (*NegativeBalanceCompensationWarningNotificationData) SetAccountHolder ¶
func (o *NegativeBalanceCompensationWarningNotificationData) SetAccountHolder(v ResourceReference)
SetAccountHolder gets a reference to the given ResourceReference and assigns it to the AccountHolder field.
func (*NegativeBalanceCompensationWarningNotificationData) SetAmount ¶
func (o *NegativeBalanceCompensationWarningNotificationData) SetAmount(v Amount)
SetAmount gets a reference to the given Amount and assigns it to the Amount field.
func (*NegativeBalanceCompensationWarningNotificationData) SetBalancePlatform ¶
func (o *NegativeBalanceCompensationWarningNotificationData) SetBalancePlatform(v string)
SetBalancePlatform gets a reference to the given string and assigns it to the BalancePlatform field.
func (*NegativeBalanceCompensationWarningNotificationData) SetCreationDate ¶
func (o *NegativeBalanceCompensationWarningNotificationData) SetCreationDate(v time.Time)
SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.
func (*NegativeBalanceCompensationWarningNotificationData) SetId ¶
func (o *NegativeBalanceCompensationWarningNotificationData) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*NegativeBalanceCompensationWarningNotificationData) SetLiableBalanceAccountId ¶
func (o *NegativeBalanceCompensationWarningNotificationData) SetLiableBalanceAccountId(v string)
SetLiableBalanceAccountId gets a reference to the given string and assigns it to the LiableBalanceAccountId field.
func (*NegativeBalanceCompensationWarningNotificationData) SetNegativeBalanceSince ¶
func (o *NegativeBalanceCompensationWarningNotificationData) SetNegativeBalanceSince(v time.Time)
SetNegativeBalanceSince gets a reference to the given time.Time and assigns it to the NegativeBalanceSince field.
func (*NegativeBalanceCompensationWarningNotificationData) SetScheduledCompensationAt ¶
func (o *NegativeBalanceCompensationWarningNotificationData) SetScheduledCompensationAt(v time.Time)
SetScheduledCompensationAt gets a reference to the given time.Time and assigns it to the ScheduledCompensationAt field.
func (NegativeBalanceCompensationWarningNotificationData) ToMap ¶
func (o NegativeBalanceCompensationWarningNotificationData) ToMap() (map[string]interface{}, error)
type NegativeBalanceCompensationWarningNotificationRequest ¶
type NegativeBalanceCompensationWarningNotificationRequest struct {
	Data NegativeBalanceCompensationWarningNotificationData `json:"data"`
	// The environment from which the webhook originated.  Possible values: **test**, **live**.
	Environment string `json:"environment"`
	// When the event was queued.
	Timestamp *time.Time `json:"timestamp,omitempty"`
	// Type of webhook.
	Type string `json:"type"`
}
    NegativeBalanceCompensationWarningNotificationRequest struct for NegativeBalanceCompensationWarningNotificationRequest
func NewNegativeBalanceCompensationWarningNotificationRequest ¶
func NewNegativeBalanceCompensationWarningNotificationRequest(data NegativeBalanceCompensationWarningNotificationData, environment string, type_ string) *NegativeBalanceCompensationWarningNotificationRequest
NewNegativeBalanceCompensationWarningNotificationRequest instantiates a new NegativeBalanceCompensationWarningNotificationRequest 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 NewNegativeBalanceCompensationWarningNotificationRequestWithDefaults ¶
func NewNegativeBalanceCompensationWarningNotificationRequestWithDefaults() *NegativeBalanceCompensationWarningNotificationRequest
NewNegativeBalanceCompensationWarningNotificationRequestWithDefaults instantiates a new NegativeBalanceCompensationWarningNotificationRequest 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 (*NegativeBalanceCompensationWarningNotificationRequest) GetData ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) GetData() NegativeBalanceCompensationWarningNotificationData
GetData returns the Data field value
func (*NegativeBalanceCompensationWarningNotificationRequest) GetDataOk ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) GetDataOk() (*NegativeBalanceCompensationWarningNotificationData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationRequest) GetEnvironment ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*NegativeBalanceCompensationWarningNotificationRequest) GetEnvironmentOk ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationRequest) GetTimestamp ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*NegativeBalanceCompensationWarningNotificationRequest) GetTimestampOk ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationRequest) GetType ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) GetType() string
GetType returns the Type field value
func (*NegativeBalanceCompensationWarningNotificationRequest) GetTypeOk ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*NegativeBalanceCompensationWarningNotificationRequest) HasTimestamp ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (NegativeBalanceCompensationWarningNotificationRequest) MarshalJSON ¶
func (o NegativeBalanceCompensationWarningNotificationRequest) MarshalJSON() ([]byte, error)
func (*NegativeBalanceCompensationWarningNotificationRequest) SetData ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) SetData(v NegativeBalanceCompensationWarningNotificationData)
SetData sets field value
func (*NegativeBalanceCompensationWarningNotificationRequest) SetEnvironment ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*NegativeBalanceCompensationWarningNotificationRequest) SetTimestamp ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) SetTimestamp(v time.Time)
SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.
func (*NegativeBalanceCompensationWarningNotificationRequest) SetType ¶
func (o *NegativeBalanceCompensationWarningNotificationRequest) SetType(v string)
SetType sets field value
func (NegativeBalanceCompensationWarningNotificationRequest) ToMap ¶
func (o NegativeBalanceCompensationWarningNotificationRequest) ToMap() (map[string]interface{}, error)
type NullableAmount ¶
type NullableAmount struct {
	// contains filtered or unexported fields
}
    func NewNullableAmount ¶
func NewNullableAmount(val *Amount) *NullableAmount
func (NullableAmount) Get ¶
func (v NullableAmount) Get() *Amount
func (NullableAmount) IsSet ¶
func (v NullableAmount) IsSet() bool
func (NullableAmount) MarshalJSON ¶
func (v NullableAmount) MarshalJSON() ([]byte, error)
func (*NullableAmount) Set ¶
func (v *NullableAmount) Set(val *Amount)
func (*NullableAmount) UnmarshalJSON ¶
func (v *NullableAmount) UnmarshalJSON(src []byte) error
func (*NullableAmount) Unset ¶
func (v *NullableAmount) Unset()
type NullableNegativeBalanceCompensationWarningNotificationData ¶
type NullableNegativeBalanceCompensationWarningNotificationData struct {
	// contains filtered or unexported fields
}
    func NewNullableNegativeBalanceCompensationWarningNotificationData ¶
func NewNullableNegativeBalanceCompensationWarningNotificationData(val *NegativeBalanceCompensationWarningNotificationData) *NullableNegativeBalanceCompensationWarningNotificationData
func (NullableNegativeBalanceCompensationWarningNotificationData) IsSet ¶
func (v NullableNegativeBalanceCompensationWarningNotificationData) IsSet() bool
func (NullableNegativeBalanceCompensationWarningNotificationData) MarshalJSON ¶
func (v NullableNegativeBalanceCompensationWarningNotificationData) MarshalJSON() ([]byte, error)
func (*NullableNegativeBalanceCompensationWarningNotificationData) UnmarshalJSON ¶
func (v *NullableNegativeBalanceCompensationWarningNotificationData) UnmarshalJSON(src []byte) error
func (*NullableNegativeBalanceCompensationWarningNotificationData) Unset ¶
func (v *NullableNegativeBalanceCompensationWarningNotificationData) Unset()
type NullableNegativeBalanceCompensationWarningNotificationRequest ¶
type NullableNegativeBalanceCompensationWarningNotificationRequest struct {
	// contains filtered or unexported fields
}
    func NewNullableNegativeBalanceCompensationWarningNotificationRequest ¶
func NewNullableNegativeBalanceCompensationWarningNotificationRequest(val *NegativeBalanceCompensationWarningNotificationRequest) *NullableNegativeBalanceCompensationWarningNotificationRequest
func (NullableNegativeBalanceCompensationWarningNotificationRequest) IsSet ¶
func (v NullableNegativeBalanceCompensationWarningNotificationRequest) IsSet() bool
func (NullableNegativeBalanceCompensationWarningNotificationRequest) MarshalJSON ¶
func (v NullableNegativeBalanceCompensationWarningNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableNegativeBalanceCompensationWarningNotificationRequest) UnmarshalJSON ¶
func (v *NullableNegativeBalanceCompensationWarningNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableNegativeBalanceCompensationWarningNotificationRequest) Unset ¶
func (v *NullableNegativeBalanceCompensationWarningNotificationRequest) Unset()
type NullableResource ¶
type NullableResource struct {
	// contains filtered or unexported fields
}
    func NewNullableResource ¶
func NewNullableResource(val *Resource) *NullableResource
func (NullableResource) Get ¶
func (v NullableResource) Get() *Resource
func (NullableResource) IsSet ¶
func (v NullableResource) IsSet() bool
func (NullableResource) MarshalJSON ¶
func (v NullableResource) MarshalJSON() ([]byte, error)
func (*NullableResource) Set ¶
func (v *NullableResource) Set(val *Resource)
func (*NullableResource) UnmarshalJSON ¶
func (v *NullableResource) UnmarshalJSON(src []byte) error
func (*NullableResource) Unset ¶
func (v *NullableResource) Unset()
type NullableResourceReference ¶
type NullableResourceReference struct {
	// contains filtered or unexported fields
}
    func NewNullableResourceReference ¶
func NewNullableResourceReference(val *ResourceReference) *NullableResourceReference
func (NullableResourceReference) Get ¶
func (v NullableResourceReference) Get() *ResourceReference
func (NullableResourceReference) IsSet ¶
func (v NullableResourceReference) IsSet() bool
func (NullableResourceReference) MarshalJSON ¶
func (v NullableResourceReference) MarshalJSON() ([]byte, error)
func (*NullableResourceReference) Set ¶
func (v *NullableResourceReference) Set(val *ResourceReference)
func (*NullableResourceReference) UnmarshalJSON ¶
func (v *NullableResourceReference) UnmarshalJSON(src []byte) error
func (*NullableResourceReference) Unset ¶
func (v *NullableResourceReference) Unset()
type Resource ¶
type Resource struct {
	// The unique identifier of the balance platform.
	BalancePlatform *string `json:"balancePlatform,omitempty"`
	// The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// The ID of the resource.
	Id *string `json:"id,omitempty"`
}
    Resource struct for Resource
func NewResource ¶
func NewResource() *Resource
NewResource instantiates a new Resource 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 NewResourceWithDefaults ¶
func NewResourceWithDefaults() *Resource
NewResourceWithDefaults instantiates a new Resource 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 (*Resource) GetBalancePlatform ¶
GetBalancePlatform returns the BalancePlatform field value if set, zero value otherwise.
func (*Resource) GetBalancePlatformOk ¶
GetBalancePlatformOk returns a tuple with the BalancePlatform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetCreationDate ¶
GetCreationDate returns the CreationDate field value if set, zero value otherwise.
func (*Resource) GetCreationDateOk ¶
GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) HasBalancePlatform ¶
HasBalancePlatform returns a boolean if a field has been set.
func (*Resource) HasCreationDate ¶
HasCreationDate returns a boolean if a field has been set.
func (Resource) MarshalJSON ¶
func (*Resource) SetBalancePlatform ¶
SetBalancePlatform gets a reference to the given string and assigns it to the BalancePlatform field.
func (*Resource) SetCreationDate ¶
SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.
type ResourceReference ¶
type ResourceReference struct {
	// The description of the resource.
	Description *string `json:"description,omitempty"`
	// The unique identifier of the resource.
	Id *string `json:"id,omitempty"`
	// The reference for the resource.
	Reference *string `json:"reference,omitempty"`
}
    ResourceReference struct for ResourceReference
func NewResourceReference ¶
func NewResourceReference() *ResourceReference
NewResourceReference instantiates a new ResourceReference 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 NewResourceReferenceWithDefaults ¶
func NewResourceReferenceWithDefaults() *ResourceReference
NewResourceReferenceWithDefaults instantiates a new ResourceReference 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 (*ResourceReference) GetDescription ¶
func (o *ResourceReference) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceReference) GetDescriptionOk ¶
func (o *ResourceReference) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReference) GetId ¶
func (o *ResourceReference) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResourceReference) GetIdOk ¶
func (o *ResourceReference) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReference) GetReference ¶
func (o *ResourceReference) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*ResourceReference) GetReferenceOk ¶
func (o *ResourceReference) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReference) HasDescription ¶
func (o *ResourceReference) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceReference) HasId ¶
func (o *ResourceReference) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResourceReference) HasReference ¶
func (o *ResourceReference) HasReference() bool
HasReference returns a boolean if a field has been set.
func (ResourceReference) MarshalJSON ¶
func (o ResourceReference) MarshalJSON() ([]byte, error)
func (*ResourceReference) SetDescription ¶
func (o *ResourceReference) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceReference) SetId ¶
func (o *ResourceReference) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResourceReference) SetReference ¶
func (o *ResourceReference) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (ResourceReference) ToMap ¶
func (o ResourceReference) ToMap() (map[string]interface{}, error)