Versions in this module Expand all Collapse all v13 v13.0.0 Oct 21, 2024 Changes in this version + type Amount struct + Currency string + Value int64 + func NewAmount(currency string, value int64) *Amount + func NewAmountWithDefaults() *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) SetCurrency(v string) + func (o *Amount) SetValue(v int64) + func (o Amount) MarshalJSON() ([]byte, error) + func (o Amount) ToMap() (map[string]interface{}, error) + type BalancePlatformNotificationResponse struct + NotificationResponse *string + func NewBalancePlatformNotificationResponse() *BalancePlatformNotificationResponse + func NewBalancePlatformNotificationResponseWithDefaults() *BalancePlatformNotificationResponse + func (o *BalancePlatformNotificationResponse) GetNotificationResponse() string + func (o *BalancePlatformNotificationResponse) GetNotificationResponseOk() (*string, bool) + func (o *BalancePlatformNotificationResponse) HasNotificationResponse() bool + func (o *BalancePlatformNotificationResponse) SetNotificationResponse(v string) + func (o BalancePlatformNotificationResponse) MarshalJSON() ([]byte, error) + func (o BalancePlatformNotificationResponse) ToMap() (map[string]interface{}, error) + type NullableAmount struct + func NewNullableAmount(val *Amount) *NullableAmount + func (v *NullableAmount) Set(val *Amount) + func (v *NullableAmount) UnmarshalJSON(src []byte) error + func (v *NullableAmount) Unset() + func (v NullableAmount) Get() *Amount + func (v NullableAmount) IsSet() bool + func (v NullableAmount) MarshalJSON() ([]byte, error) + type NullableBalancePlatformNotificationResponse struct + func NewNullableBalancePlatformNotificationResponse(val *BalancePlatformNotificationResponse) *NullableBalancePlatformNotificationResponse + func (v *NullableBalancePlatformNotificationResponse) Set(val *BalancePlatformNotificationResponse) + func (v *NullableBalancePlatformNotificationResponse) UnmarshalJSON(src []byte) error + func (v *NullableBalancePlatformNotificationResponse) Unset() + func (v NullableBalancePlatformNotificationResponse) Get() *BalancePlatformNotificationResponse + func (v NullableBalancePlatformNotificationResponse) IsSet() bool + func (v NullableBalancePlatformNotificationResponse) MarshalJSON() ([]byte, error) + type NullableResource struct + func NewNullableResource(val *Resource) *NullableResource + func (v *NullableResource) Set(val *Resource) + func (v *NullableResource) UnmarshalJSON(src []byte) error + func (v *NullableResource) Unset() + func (v NullableResource) Get() *Resource + func (v NullableResource) IsSet() bool + func (v NullableResource) MarshalJSON() ([]byte, error) + type NullableResourceReference struct + func NewNullableResourceReference(val *ResourceReference) *NullableResourceReference + func (v *NullableResourceReference) Set(val *ResourceReference) + func (v *NullableResourceReference) UnmarshalJSON(src []byte) error + func (v *NullableResourceReference) Unset() + func (v NullableResourceReference) Get() *ResourceReference + func (v NullableResourceReference) IsSet() bool + func (v NullableResourceReference) MarshalJSON() ([]byte, error) + type NullableTransaction struct + func NewNullableTransaction(val *Transaction) *NullableTransaction + func (v *NullableTransaction) Set(val *Transaction) + func (v *NullableTransaction) UnmarshalJSON(src []byte) error + func (v *NullableTransaction) Unset() + func (v NullableTransaction) Get() *Transaction + func (v NullableTransaction) IsSet() bool + func (v NullableTransaction) MarshalJSON() ([]byte, error) + type NullableTransactionNotificationRequestV4 struct + func NewNullableTransactionNotificationRequestV4(val *TransactionNotificationRequestV4) *NullableTransactionNotificationRequestV4 + func (v *NullableTransactionNotificationRequestV4) Set(val *TransactionNotificationRequestV4) + func (v *NullableTransactionNotificationRequestV4) UnmarshalJSON(src []byte) error + func (v *NullableTransactionNotificationRequestV4) Unset() + func (v NullableTransactionNotificationRequestV4) Get() *TransactionNotificationRequestV4 + func (v NullableTransactionNotificationRequestV4) IsSet() bool + func (v NullableTransactionNotificationRequestV4) MarshalJSON() ([]byte, error) + type NullableTransferData struct + func NewNullableTransferData(val *TransferData) *NullableTransferData + func (v *NullableTransferData) Set(val *TransferData) + func (v *NullableTransferData) UnmarshalJSON(src []byte) error + func (v *NullableTransferData) Unset() + func (v NullableTransferData) Get() *TransferData + func (v NullableTransferData) IsSet() bool + func (v NullableTransferData) MarshalJSON() ([]byte, error) + type Resource struct + BalancePlatform *string + CreationDate *time.Time + Id *string + func NewResource() *Resource + func NewResourceWithDefaults() *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) SetBalancePlatform(v string) + func (o *Resource) SetCreationDate(v time.Time) + func (o *Resource) SetId(v string) + func (o Resource) MarshalJSON() ([]byte, error) + func (o Resource) ToMap() (map[string]interface{}, error) + type ResourceReference struct + Description *string + Id *string + Reference *string + func NewResourceReference() *ResourceReference + func NewResourceReferenceWithDefaults() *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) SetDescription(v string) + func (o *ResourceReference) SetId(v string) + func (o *ResourceReference) SetReference(v string) + func (o ResourceReference) MarshalJSON() ([]byte, error) + func (o ResourceReference) ToMap() (map[string]interface{}, error) + type Transaction struct + AccountHolder ResourceReference + Amount Amount + BalanceAccount ResourceReference + BalancePlatform string + BookingDate time.Time + CreationDate *time.Time + Id string + Status string + Transfer *TransferData + ValueDate time.Time + func NewTransaction(accountHolder ResourceReference, amount Amount, ...) *Transaction + func NewTransactionWithDefaults() *Transaction + func (o *Transaction) GetAccountHolder() ResourceReference + func (o *Transaction) GetAccountHolderOk() (*ResourceReference, bool) + func (o *Transaction) GetAmount() Amount + func (o *Transaction) GetAmountOk() (*Amount, bool) + func (o *Transaction) GetBalanceAccount() ResourceReference + func (o *Transaction) GetBalanceAccountOk() (*ResourceReference, bool) + func (o *Transaction) GetBalancePlatform() string + func (o *Transaction) GetBalancePlatformOk() (*string, bool) + func (o *Transaction) GetBookingDate() time.Time + func (o *Transaction) GetBookingDateOk() (*time.Time, bool) + func (o *Transaction) GetCreationDate() time.Time + func (o *Transaction) GetCreationDateOk() (*time.Time, bool) + func (o *Transaction) GetId() string + func (o *Transaction) GetIdOk() (*string, bool) + func (o *Transaction) GetStatus() string + func (o *Transaction) GetStatusOk() (*string, bool) + func (o *Transaction) GetTransfer() TransferData + func (o *Transaction) GetTransferOk() (*TransferData, bool) + func (o *Transaction) GetValueDate() time.Time + func (o *Transaction) GetValueDateOk() (*time.Time, bool) + func (o *Transaction) HasCreationDate() bool + func (o *Transaction) HasTransfer() bool + func (o *Transaction) SetAccountHolder(v ResourceReference) + func (o *Transaction) SetAmount(v Amount) + func (o *Transaction) SetBalanceAccount(v ResourceReference) + func (o *Transaction) SetBalancePlatform(v string) + func (o *Transaction) SetBookingDate(v time.Time) + func (o *Transaction) SetCreationDate(v time.Time) + func (o *Transaction) SetId(v string) + func (o *Transaction) SetStatus(v string) + func (o *Transaction) SetTransfer(v TransferData) + func (o *Transaction) SetValueDate(v time.Time) + func (o Transaction) MarshalJSON() ([]byte, error) + func (o Transaction) ToMap() (map[string]interface{}, error) + type TransactionNotificationRequestV4 struct + Data Transaction + Environment string + Type *string + func HandleTransactionNotificationRequestV4(req string) (*TransactionNotificationRequestV4, error) + func NewTransactionNotificationRequestV4(data Transaction, environment string) *TransactionNotificationRequestV4 + func NewTransactionNotificationRequestV4WithDefaults() *TransactionNotificationRequestV4 + func (o *TransactionNotificationRequestV4) GetData() Transaction + func (o *TransactionNotificationRequestV4) GetDataOk() (*Transaction, bool) + func (o *TransactionNotificationRequestV4) GetEnvironment() string + func (o *TransactionNotificationRequestV4) GetEnvironmentOk() (*string, bool) + func (o *TransactionNotificationRequestV4) GetType() string + func (o *TransactionNotificationRequestV4) GetTypeOk() (*string, bool) + func (o *TransactionNotificationRequestV4) HasType() bool + func (o *TransactionNotificationRequestV4) SetData(v Transaction) + func (o *TransactionNotificationRequestV4) SetEnvironment(v string) + func (o *TransactionNotificationRequestV4) SetType(v string) + func (o TransactionNotificationRequestV4) MarshalJSON() ([]byte, error) + func (o TransactionNotificationRequestV4) ToMap() (map[string]interface{}, error) + type TransferData struct + Id *string + Reference string + func NewTransferData(reference string) *TransferData + func NewTransferDataWithDefaults() *TransferData + func (o *TransferData) GetId() string + func (o *TransferData) GetIdOk() (*string, bool) + func (o *TransferData) GetReference() string + func (o *TransferData) GetReferenceOk() (*string, bool) + func (o *TransferData) HasId() bool + func (o *TransferData) SetId(v string) + func (o *TransferData) SetReference(v string) + func (o TransferData) MarshalJSON() ([]byte, error) + func (o TransferData) ToMap() (map[string]interface{}, error) Other modules containing this package github.com/adyen/adyen-go-api-library/v10 github.com/adyen/adyen-go-api-library/v11 github.com/adyen/adyen-go-api-library/v12 github.com/adyen/adyen-go-api-library/v14 github.com/adyen/adyen-go-api-library/v15 github.com/adyen/adyen-go-api-library/v16 github.com/adyen/adyen-go-api-library/v8 github.com/adyen/adyen-go-api-library/v9