Documentation
¶
Index ¶
- type NullableRecurringToken
- func (v NullableRecurringToken) Get() *RecurringToken
- func (v NullableRecurringToken) IsSet() bool
- func (v NullableRecurringToken) MarshalJSON() ([]byte, error)
- func (v *NullableRecurringToken) Set(val *RecurringToken)
- func (v *NullableRecurringToken) UnmarshalJSON(src []byte) error
- func (v *NullableRecurringToken) Unset()
- type NullableRecurringTokenStoreOperation
- func (v NullableRecurringTokenStoreOperation) Get() *RecurringTokenStoreOperation
- func (v NullableRecurringTokenStoreOperation) IsSet() bool
- func (v NullableRecurringTokenStoreOperation) MarshalJSON() ([]byte, error)
- func (v *NullableRecurringTokenStoreOperation) Set(val *RecurringTokenStoreOperation)
- func (v *NullableRecurringTokenStoreOperation) UnmarshalJSON(src []byte) error
- func (v *NullableRecurringTokenStoreOperation) Unset()
- type NullableTokenizationAlreadyExistingDetailsNotificationRequest
- func (v NullableTokenizationAlreadyExistingDetailsNotificationRequest) Get() *TokenizationAlreadyExistingDetailsNotificationRequest
- func (v NullableTokenizationAlreadyExistingDetailsNotificationRequest) IsSet() bool
- func (v NullableTokenizationAlreadyExistingDetailsNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTokenizationAlreadyExistingDetailsNotificationRequest) Set(val *TokenizationAlreadyExistingDetailsNotificationRequest)
- func (v *NullableTokenizationAlreadyExistingDetailsNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTokenizationAlreadyExistingDetailsNotificationRequest) Unset()
- type NullableTokenizationCreatedDetailsNotificationRequest
- func (v NullableTokenizationCreatedDetailsNotificationRequest) Get() *TokenizationCreatedDetailsNotificationRequest
- func (v NullableTokenizationCreatedDetailsNotificationRequest) IsSet() bool
- func (v NullableTokenizationCreatedDetailsNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTokenizationCreatedDetailsNotificationRequest) Set(val *TokenizationCreatedDetailsNotificationRequest)
- func (v *NullableTokenizationCreatedDetailsNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTokenizationCreatedDetailsNotificationRequest) Unset()
- type NullableTokenizationDisabledDetailsNotificationRequest
- func (v NullableTokenizationDisabledDetailsNotificationRequest) Get() *TokenizationDisabledDetailsNotificationRequest
- func (v NullableTokenizationDisabledDetailsNotificationRequest) IsSet() bool
- func (v NullableTokenizationDisabledDetailsNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTokenizationDisabledDetailsNotificationRequest) Set(val *TokenizationDisabledDetailsNotificationRequest)
- func (v *NullableTokenizationDisabledDetailsNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTokenizationDisabledDetailsNotificationRequest) Unset()
- type NullableTokenizationNotificationResponse
- func (v NullableTokenizationNotificationResponse) Get() *TokenizationNotificationResponse
- func (v NullableTokenizationNotificationResponse) IsSet() bool
- func (v NullableTokenizationNotificationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTokenizationNotificationResponse) Set(val *TokenizationNotificationResponse)
- func (v *NullableTokenizationNotificationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTokenizationNotificationResponse) Unset()
- type NullableTokenizationUpdatedDetailsNotificationRequest
- func (v NullableTokenizationUpdatedDetailsNotificationRequest) Get() *TokenizationUpdatedDetailsNotificationRequest
- func (v NullableTokenizationUpdatedDetailsNotificationRequest) IsSet() bool
- func (v NullableTokenizationUpdatedDetailsNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTokenizationUpdatedDetailsNotificationRequest) Set(val *TokenizationUpdatedDetailsNotificationRequest)
- func (v *NullableTokenizationUpdatedDetailsNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTokenizationUpdatedDetailsNotificationRequest) Unset()
- type RecurringToken
- func (o *RecurringToken) GetMerchantAccount() string
- func (o *RecurringToken) GetMerchantAccountOk() (*string, bool)
- func (o *RecurringToken) GetShopperReference() string
- func (o *RecurringToken) GetShopperReferenceOk() (*string, bool)
- func (o *RecurringToken) GetStoredPaymentMethodId() string
- func (o *RecurringToken) GetStoredPaymentMethodIdOk() (*string, bool)
- func (o *RecurringToken) GetType() string
- func (o *RecurringToken) GetTypeOk() (*string, bool)
- func (o RecurringToken) MarshalJSON() ([]byte, error)
- func (o *RecurringToken) SetMerchantAccount(v string)
- func (o *RecurringToken) SetShopperReference(v string)
- func (o *RecurringToken) SetStoredPaymentMethodId(v string)
- func (o *RecurringToken) SetType(v string)
- func (o RecurringToken) ToMap() (map[string]interface{}, error)
- type RecurringTokenStoreOperation
- func (o *RecurringTokenStoreOperation) GetMerchantAccount() string
- func (o *RecurringTokenStoreOperation) GetMerchantAccountOk() (*string, bool)
- func (o *RecurringTokenStoreOperation) GetOperation() string
- func (o *RecurringTokenStoreOperation) GetOperationOk() (*string, bool)
- func (o *RecurringTokenStoreOperation) GetShopperReference() string
- func (o *RecurringTokenStoreOperation) GetShopperReferenceOk() (*string, bool)
- func (o *RecurringTokenStoreOperation) GetStoredPaymentMethodId() string
- func (o *RecurringTokenStoreOperation) GetStoredPaymentMethodIdOk() (*string, bool)
- func (o *RecurringTokenStoreOperation) GetType() string
- func (o *RecurringTokenStoreOperation) GetTypeOk() (*string, bool)
- func (o RecurringTokenStoreOperation) MarshalJSON() ([]byte, error)
- func (o *RecurringTokenStoreOperation) SetMerchantAccount(v string)
- func (o *RecurringTokenStoreOperation) SetOperation(v string)
- func (o *RecurringTokenStoreOperation) SetShopperReference(v string)
- func (o *RecurringTokenStoreOperation) SetStoredPaymentMethodId(v string)
- func (o *RecurringTokenStoreOperation) SetType(v string)
- func (o RecurringTokenStoreOperation) ToMap() (map[string]interface{}, error)
- type TokenizationAlreadyExistingDetailsNotificationRequest
- func NewTokenizationAlreadyExistingDetailsNotificationRequest(createdAt time.Time, data RecurringTokenStoreOperation, environment string, ...) *TokenizationAlreadyExistingDetailsNotificationRequest
- func NewTokenizationAlreadyExistingDetailsNotificationRequestWithDefaults() *TokenizationAlreadyExistingDetailsNotificationRequest
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetCreatedAt() time.Time
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetData() RecurringTokenStoreOperation
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetDataOk() (*RecurringTokenStoreOperation, bool)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetEnvironment() string
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetEventId() string
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetEventIdOk() (*string, bool)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetType() string
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetTypeOk() (*string, bool)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetVersion() string
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetVersionOk() (*string, bool)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) HasVersion() bool
- func (o TokenizationAlreadyExistingDetailsNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetCreatedAt(v time.Time)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetData(v RecurringTokenStoreOperation)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetEnvironment(v string)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetEventId(v string)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetType(v string)
- func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetVersion(v string)
- func (o TokenizationAlreadyExistingDetailsNotificationRequest) ToMap() (map[string]interface{}, error)
- type TokenizationCreatedDetailsNotificationRequest
- func (o *TokenizationCreatedDetailsNotificationRequest) GetCreatedAt() time.Time
- func (o *TokenizationCreatedDetailsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *TokenizationCreatedDetailsNotificationRequest) GetData() RecurringTokenStoreOperation
- func (o *TokenizationCreatedDetailsNotificationRequest) GetDataOk() (*RecurringTokenStoreOperation, bool)
- func (o *TokenizationCreatedDetailsNotificationRequest) GetEnvironment() string
- func (o *TokenizationCreatedDetailsNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *TokenizationCreatedDetailsNotificationRequest) GetEventId() string
- func (o *TokenizationCreatedDetailsNotificationRequest) GetEventIdOk() (*string, bool)
- func (o *TokenizationCreatedDetailsNotificationRequest) GetType() string
- func (o *TokenizationCreatedDetailsNotificationRequest) GetTypeOk() (*string, bool)
- func (o *TokenizationCreatedDetailsNotificationRequest) GetVersion() string
- func (o *TokenizationCreatedDetailsNotificationRequest) GetVersionOk() (*string, bool)
- func (o *TokenizationCreatedDetailsNotificationRequest) HasVersion() bool
- func (o TokenizationCreatedDetailsNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *TokenizationCreatedDetailsNotificationRequest) SetCreatedAt(v time.Time)
- func (o *TokenizationCreatedDetailsNotificationRequest) SetData(v RecurringTokenStoreOperation)
- func (o *TokenizationCreatedDetailsNotificationRequest) SetEnvironment(v string)
- func (o *TokenizationCreatedDetailsNotificationRequest) SetEventId(v string)
- func (o *TokenizationCreatedDetailsNotificationRequest) SetType(v string)
- func (o *TokenizationCreatedDetailsNotificationRequest) SetVersion(v string)
- func (o TokenizationCreatedDetailsNotificationRequest) ToMap() (map[string]interface{}, error)
- type TokenizationDisabledDetailsNotificationRequest
- func NewTokenizationDisabledDetailsNotificationRequest(createdAt time.Time, data RecurringToken, environment string, eventId string, ...) *TokenizationDisabledDetailsNotificationRequest
- func NewTokenizationDisabledDetailsNotificationRequestWithDefaults() *TokenizationDisabledDetailsNotificationRequest
- func (o *TokenizationDisabledDetailsNotificationRequest) GetCreatedAt() time.Time
- func (o *TokenizationDisabledDetailsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *TokenizationDisabledDetailsNotificationRequest) GetData() RecurringToken
- func (o *TokenizationDisabledDetailsNotificationRequest) GetDataOk() (*RecurringToken, bool)
- func (o *TokenizationDisabledDetailsNotificationRequest) GetEnvironment() string
- func (o *TokenizationDisabledDetailsNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *TokenizationDisabledDetailsNotificationRequest) GetEventId() string
- func (o *TokenizationDisabledDetailsNotificationRequest) GetEventIdOk() (*string, bool)
- func (o *TokenizationDisabledDetailsNotificationRequest) GetType() string
- func (o *TokenizationDisabledDetailsNotificationRequest) GetTypeOk() (*string, bool)
- func (o *TokenizationDisabledDetailsNotificationRequest) GetVersion() string
- func (o *TokenizationDisabledDetailsNotificationRequest) GetVersionOk() (*string, bool)
- func (o *TokenizationDisabledDetailsNotificationRequest) HasVersion() bool
- func (o TokenizationDisabledDetailsNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *TokenizationDisabledDetailsNotificationRequest) SetCreatedAt(v time.Time)
- func (o *TokenizationDisabledDetailsNotificationRequest) SetData(v RecurringToken)
- func (o *TokenizationDisabledDetailsNotificationRequest) SetEnvironment(v string)
- func (o *TokenizationDisabledDetailsNotificationRequest) SetEventId(v string)
- func (o *TokenizationDisabledDetailsNotificationRequest) SetType(v string)
- func (o *TokenizationDisabledDetailsNotificationRequest) SetVersion(v string)
- func (o TokenizationDisabledDetailsNotificationRequest) ToMap() (map[string]interface{}, error)
- type TokenizationNotificationResponse
- func (o *TokenizationNotificationResponse) GetNotificationResponse() string
- func (o *TokenizationNotificationResponse) GetNotificationResponseOk() (*string, bool)
- func (o *TokenizationNotificationResponse) HasNotificationResponse() bool
- func (o TokenizationNotificationResponse) MarshalJSON() ([]byte, error)
- func (o *TokenizationNotificationResponse) SetNotificationResponse(v string)
- func (o TokenizationNotificationResponse) ToMap() (map[string]interface{}, error)
- type TokenizationUpdatedDetailsNotificationRequest
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetCreatedAt() time.Time
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetData() RecurringTokenStoreOperation
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetDataOk() (*RecurringTokenStoreOperation, bool)
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetEnvironment() string
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetEventId() string
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetEventIdOk() (*string, bool)
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetType() string
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetTypeOk() (*string, bool)
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetVersion() string
- func (o *TokenizationUpdatedDetailsNotificationRequest) GetVersionOk() (*string, bool)
- func (o *TokenizationUpdatedDetailsNotificationRequest) HasVersion() bool
- func (o TokenizationUpdatedDetailsNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *TokenizationUpdatedDetailsNotificationRequest) SetCreatedAt(v time.Time)
- func (o *TokenizationUpdatedDetailsNotificationRequest) SetData(v RecurringTokenStoreOperation)
- func (o *TokenizationUpdatedDetailsNotificationRequest) SetEnvironment(v string)
- func (o *TokenizationUpdatedDetailsNotificationRequest) SetEventId(v string)
- func (o *TokenizationUpdatedDetailsNotificationRequest) SetType(v string)
- func (o *TokenizationUpdatedDetailsNotificationRequest) SetVersion(v string)
- func (o TokenizationUpdatedDetailsNotificationRequest) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullableRecurringToken ¶
type NullableRecurringToken struct {
// contains filtered or unexported fields
}
func NewNullableRecurringToken ¶
func NewNullableRecurringToken(val *RecurringToken) *NullableRecurringToken
func (NullableRecurringToken) Get ¶
func (v NullableRecurringToken) Get() *RecurringToken
func (NullableRecurringToken) IsSet ¶
func (v NullableRecurringToken) IsSet() bool
func (NullableRecurringToken) MarshalJSON ¶
func (v NullableRecurringToken) MarshalJSON() ([]byte, error)
func (*NullableRecurringToken) Set ¶
func (v *NullableRecurringToken) Set(val *RecurringToken)
func (*NullableRecurringToken) UnmarshalJSON ¶
func (v *NullableRecurringToken) UnmarshalJSON(src []byte) error
func (*NullableRecurringToken) Unset ¶
func (v *NullableRecurringToken) Unset()
type NullableRecurringTokenStoreOperation ¶
type NullableRecurringTokenStoreOperation struct {
// contains filtered or unexported fields
}
func NewNullableRecurringTokenStoreOperation ¶
func NewNullableRecurringTokenStoreOperation(val *RecurringTokenStoreOperation) *NullableRecurringTokenStoreOperation
func (NullableRecurringTokenStoreOperation) Get ¶
func (v NullableRecurringTokenStoreOperation) Get() *RecurringTokenStoreOperation
func (NullableRecurringTokenStoreOperation) IsSet ¶
func (v NullableRecurringTokenStoreOperation) IsSet() bool
func (NullableRecurringTokenStoreOperation) MarshalJSON ¶
func (v NullableRecurringTokenStoreOperation) MarshalJSON() ([]byte, error)
func (*NullableRecurringTokenStoreOperation) Set ¶
func (v *NullableRecurringTokenStoreOperation) Set(val *RecurringTokenStoreOperation)
func (*NullableRecurringTokenStoreOperation) UnmarshalJSON ¶
func (v *NullableRecurringTokenStoreOperation) UnmarshalJSON(src []byte) error
func (*NullableRecurringTokenStoreOperation) Unset ¶
func (v *NullableRecurringTokenStoreOperation) Unset()
type NullableTokenizationAlreadyExistingDetailsNotificationRequest ¶
type NullableTokenizationAlreadyExistingDetailsNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableTokenizationAlreadyExistingDetailsNotificationRequest ¶
func NewNullableTokenizationAlreadyExistingDetailsNotificationRequest(val *TokenizationAlreadyExistingDetailsNotificationRequest) *NullableTokenizationAlreadyExistingDetailsNotificationRequest
func (NullableTokenizationAlreadyExistingDetailsNotificationRequest) IsSet ¶
func (v NullableTokenizationAlreadyExistingDetailsNotificationRequest) IsSet() bool
func (NullableTokenizationAlreadyExistingDetailsNotificationRequest) MarshalJSON ¶
func (v NullableTokenizationAlreadyExistingDetailsNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableTokenizationAlreadyExistingDetailsNotificationRequest) UnmarshalJSON ¶
func (v *NullableTokenizationAlreadyExistingDetailsNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableTokenizationAlreadyExistingDetailsNotificationRequest) Unset ¶
func (v *NullableTokenizationAlreadyExistingDetailsNotificationRequest) Unset()
type NullableTokenizationCreatedDetailsNotificationRequest ¶
type NullableTokenizationCreatedDetailsNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableTokenizationCreatedDetailsNotificationRequest ¶
func NewNullableTokenizationCreatedDetailsNotificationRequest(val *TokenizationCreatedDetailsNotificationRequest) *NullableTokenizationCreatedDetailsNotificationRequest
func (NullableTokenizationCreatedDetailsNotificationRequest) IsSet ¶
func (v NullableTokenizationCreatedDetailsNotificationRequest) IsSet() bool
func (NullableTokenizationCreatedDetailsNotificationRequest) MarshalJSON ¶
func (v NullableTokenizationCreatedDetailsNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableTokenizationCreatedDetailsNotificationRequest) UnmarshalJSON ¶
func (v *NullableTokenizationCreatedDetailsNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableTokenizationCreatedDetailsNotificationRequest) Unset ¶
func (v *NullableTokenizationCreatedDetailsNotificationRequest) Unset()
type NullableTokenizationDisabledDetailsNotificationRequest ¶
type NullableTokenizationDisabledDetailsNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableTokenizationDisabledDetailsNotificationRequest ¶
func NewNullableTokenizationDisabledDetailsNotificationRequest(val *TokenizationDisabledDetailsNotificationRequest) *NullableTokenizationDisabledDetailsNotificationRequest
func (NullableTokenizationDisabledDetailsNotificationRequest) IsSet ¶
func (v NullableTokenizationDisabledDetailsNotificationRequest) IsSet() bool
func (NullableTokenizationDisabledDetailsNotificationRequest) MarshalJSON ¶
func (v NullableTokenizationDisabledDetailsNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableTokenizationDisabledDetailsNotificationRequest) UnmarshalJSON ¶
func (v *NullableTokenizationDisabledDetailsNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableTokenizationDisabledDetailsNotificationRequest) Unset ¶
func (v *NullableTokenizationDisabledDetailsNotificationRequest) Unset()
type NullableTokenizationNotificationResponse ¶
type NullableTokenizationNotificationResponse struct {
// contains filtered or unexported fields
}
func NewNullableTokenizationNotificationResponse ¶
func NewNullableTokenizationNotificationResponse(val *TokenizationNotificationResponse) *NullableTokenizationNotificationResponse
func (NullableTokenizationNotificationResponse) IsSet ¶
func (v NullableTokenizationNotificationResponse) IsSet() bool
func (NullableTokenizationNotificationResponse) MarshalJSON ¶
func (v NullableTokenizationNotificationResponse) MarshalJSON() ([]byte, error)
func (*NullableTokenizationNotificationResponse) Set ¶
func (v *NullableTokenizationNotificationResponse) Set(val *TokenizationNotificationResponse)
func (*NullableTokenizationNotificationResponse) UnmarshalJSON ¶
func (v *NullableTokenizationNotificationResponse) UnmarshalJSON(src []byte) error
func (*NullableTokenizationNotificationResponse) Unset ¶
func (v *NullableTokenizationNotificationResponse) Unset()
type NullableTokenizationUpdatedDetailsNotificationRequest ¶
type NullableTokenizationUpdatedDetailsNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableTokenizationUpdatedDetailsNotificationRequest ¶
func NewNullableTokenizationUpdatedDetailsNotificationRequest(val *TokenizationUpdatedDetailsNotificationRequest) *NullableTokenizationUpdatedDetailsNotificationRequest
func (NullableTokenizationUpdatedDetailsNotificationRequest) IsSet ¶
func (v NullableTokenizationUpdatedDetailsNotificationRequest) IsSet() bool
func (NullableTokenizationUpdatedDetailsNotificationRequest) MarshalJSON ¶
func (v NullableTokenizationUpdatedDetailsNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableTokenizationUpdatedDetailsNotificationRequest) UnmarshalJSON ¶
func (v *NullableTokenizationUpdatedDetailsNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableTokenizationUpdatedDetailsNotificationRequest) Unset ¶
func (v *NullableTokenizationUpdatedDetailsNotificationRequest) Unset()
type RecurringToken ¶
type RecurringToken struct {
// The identifier of the merchant account related to the event that triggered the webhook.
MerchantAccount string `json:"merchantAccount"`
// Your unique shopper reference that is associated with the `storedPaymentMethodId`.
ShopperReference string `json:"shopperReference"`
// The ID of the token.
StoredPaymentMethodId string `json:"storedPaymentMethodId"`
// The type of the payment method.
Type string `json:"type"`
}
RecurringToken struct for RecurringToken
func NewRecurringToken ¶
func NewRecurringToken(merchantAccount string, shopperReference string, storedPaymentMethodId string, type_ string) *RecurringToken
NewRecurringToken instantiates a new RecurringToken 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 NewRecurringTokenWithDefaults ¶
func NewRecurringTokenWithDefaults() *RecurringToken
NewRecurringTokenWithDefaults instantiates a new RecurringToken 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 (*RecurringToken) GetMerchantAccount ¶
func (o *RecurringToken) GetMerchantAccount() string
GetMerchantAccount returns the MerchantAccount field value
func (*RecurringToken) GetMerchantAccountOk ¶
func (o *RecurringToken) GetMerchantAccountOk() (*string, bool)
GetMerchantAccountOk returns a tuple with the MerchantAccount field value and a boolean to check if the value has been set.
func (*RecurringToken) GetShopperReference ¶
func (o *RecurringToken) GetShopperReference() string
GetShopperReference returns the ShopperReference field value
func (*RecurringToken) GetShopperReferenceOk ¶
func (o *RecurringToken) GetShopperReferenceOk() (*string, bool)
GetShopperReferenceOk returns a tuple with the ShopperReference field value and a boolean to check if the value has been set.
func (*RecurringToken) GetStoredPaymentMethodId ¶
func (o *RecurringToken) GetStoredPaymentMethodId() string
GetStoredPaymentMethodId returns the StoredPaymentMethodId field value
func (*RecurringToken) GetStoredPaymentMethodIdOk ¶
func (o *RecurringToken) GetStoredPaymentMethodIdOk() (*string, bool)
GetStoredPaymentMethodIdOk returns a tuple with the StoredPaymentMethodId field value and a boolean to check if the value has been set.
func (*RecurringToken) GetType ¶
func (o *RecurringToken) GetType() string
GetType returns the Type field value
func (*RecurringToken) GetTypeOk ¶
func (o *RecurringToken) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (RecurringToken) MarshalJSON ¶
func (o RecurringToken) MarshalJSON() ([]byte, error)
func (*RecurringToken) SetMerchantAccount ¶
func (o *RecurringToken) SetMerchantAccount(v string)
SetMerchantAccount sets field value
func (*RecurringToken) SetShopperReference ¶
func (o *RecurringToken) SetShopperReference(v string)
SetShopperReference sets field value
func (*RecurringToken) SetStoredPaymentMethodId ¶
func (o *RecurringToken) SetStoredPaymentMethodId(v string)
SetStoredPaymentMethodId sets field value
func (*RecurringToken) SetType ¶
func (o *RecurringToken) SetType(v string)
SetType sets field value
func (RecurringToken) ToMap ¶
func (o RecurringToken) ToMap() (map[string]interface{}, error)
type RecurringTokenStoreOperation ¶
type RecurringTokenStoreOperation struct {
// The identifier of the merchant account related to the event that triggered the webhook.
MerchantAccount string `json:"merchantAccount"`
// A text description that provides details about the operation, intended for audit purposes.
Operation string `json:"operation"`
// Your unique shopper reference that is associated with the `storedPaymentMethodId`.
ShopperReference string `json:"shopperReference"`
// The ID of the token.
StoredPaymentMethodId string `json:"storedPaymentMethodId"`
// The type of the payment method.
Type string `json:"type"`
}
RecurringTokenStoreOperation struct for RecurringTokenStoreOperation
func NewRecurringTokenStoreOperation ¶
func NewRecurringTokenStoreOperation(merchantAccount string, operation string, shopperReference string, storedPaymentMethodId string, type_ string) *RecurringTokenStoreOperation
NewRecurringTokenStoreOperation instantiates a new RecurringTokenStoreOperation 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 NewRecurringTokenStoreOperationWithDefaults ¶
func NewRecurringTokenStoreOperationWithDefaults() *RecurringTokenStoreOperation
NewRecurringTokenStoreOperationWithDefaults instantiates a new RecurringTokenStoreOperation 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 (*RecurringTokenStoreOperation) GetMerchantAccount ¶
func (o *RecurringTokenStoreOperation) GetMerchantAccount() string
GetMerchantAccount returns the MerchantAccount field value
func (*RecurringTokenStoreOperation) GetMerchantAccountOk ¶
func (o *RecurringTokenStoreOperation) GetMerchantAccountOk() (*string, bool)
GetMerchantAccountOk returns a tuple with the MerchantAccount field value and a boolean to check if the value has been set.
func (*RecurringTokenStoreOperation) GetOperation ¶
func (o *RecurringTokenStoreOperation) GetOperation() string
GetOperation returns the Operation field value
func (*RecurringTokenStoreOperation) GetOperationOk ¶
func (o *RecurringTokenStoreOperation) GetOperationOk() (*string, bool)
GetOperationOk returns a tuple with the Operation field value and a boolean to check if the value has been set.
func (*RecurringTokenStoreOperation) GetShopperReference ¶
func (o *RecurringTokenStoreOperation) GetShopperReference() string
GetShopperReference returns the ShopperReference field value
func (*RecurringTokenStoreOperation) GetShopperReferenceOk ¶
func (o *RecurringTokenStoreOperation) GetShopperReferenceOk() (*string, bool)
GetShopperReferenceOk returns a tuple with the ShopperReference field value and a boolean to check if the value has been set.
func (*RecurringTokenStoreOperation) GetStoredPaymentMethodId ¶
func (o *RecurringTokenStoreOperation) GetStoredPaymentMethodId() string
GetStoredPaymentMethodId returns the StoredPaymentMethodId field value
func (*RecurringTokenStoreOperation) GetStoredPaymentMethodIdOk ¶
func (o *RecurringTokenStoreOperation) GetStoredPaymentMethodIdOk() (*string, bool)
GetStoredPaymentMethodIdOk returns a tuple with the StoredPaymentMethodId field value and a boolean to check if the value has been set.
func (*RecurringTokenStoreOperation) GetType ¶
func (o *RecurringTokenStoreOperation) GetType() string
GetType returns the Type field value
func (*RecurringTokenStoreOperation) GetTypeOk ¶
func (o *RecurringTokenStoreOperation) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (RecurringTokenStoreOperation) MarshalJSON ¶
func (o RecurringTokenStoreOperation) MarshalJSON() ([]byte, error)
func (*RecurringTokenStoreOperation) SetMerchantAccount ¶
func (o *RecurringTokenStoreOperation) SetMerchantAccount(v string)
SetMerchantAccount sets field value
func (*RecurringTokenStoreOperation) SetOperation ¶
func (o *RecurringTokenStoreOperation) SetOperation(v string)
SetOperation sets field value
func (*RecurringTokenStoreOperation) SetShopperReference ¶
func (o *RecurringTokenStoreOperation) SetShopperReference(v string)
SetShopperReference sets field value
func (*RecurringTokenStoreOperation) SetStoredPaymentMethodId ¶
func (o *RecurringTokenStoreOperation) SetStoredPaymentMethodId(v string)
SetStoredPaymentMethodId sets field value
func (*RecurringTokenStoreOperation) SetType ¶
func (o *RecurringTokenStoreOperation) SetType(v string)
SetType sets field value
func (RecurringTokenStoreOperation) ToMap ¶
func (o RecurringTokenStoreOperation) ToMap() (map[string]interface{}, error)
type TokenizationAlreadyExistingDetailsNotificationRequest ¶
type TokenizationAlreadyExistingDetailsNotificationRequest struct {
// The date and time when the event happened, in ISO 8601 extended format.
CreatedAt time.Time `json:"createdAt"`
Data RecurringTokenStoreOperation `json:"data"`
// The environment from which the webhook originated. Possible values: **test**, **live**.
Environment string `json:"environment"`
// The PSP reference of the event that triggered the webhook.
EventId string `json:"eventId"`
// The type of webhook.
Type string `json:"type"`
// The version of this entity.
Version *string `json:"version,omitempty"`
}
TokenizationAlreadyExistingDetailsNotificationRequest struct for TokenizationAlreadyExistingDetailsNotificationRequest
func NewTokenizationAlreadyExistingDetailsNotificationRequest ¶
func NewTokenizationAlreadyExistingDetailsNotificationRequest(createdAt time.Time, data RecurringTokenStoreOperation, environment string, eventId string, type_ string) *TokenizationAlreadyExistingDetailsNotificationRequest
NewTokenizationAlreadyExistingDetailsNotificationRequest instantiates a new TokenizationAlreadyExistingDetailsNotificationRequest 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 NewTokenizationAlreadyExistingDetailsNotificationRequestWithDefaults ¶
func NewTokenizationAlreadyExistingDetailsNotificationRequestWithDefaults() *TokenizationAlreadyExistingDetailsNotificationRequest
NewTokenizationAlreadyExistingDetailsNotificationRequestWithDefaults instantiates a new TokenizationAlreadyExistingDetailsNotificationRequest 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 (*TokenizationAlreadyExistingDetailsNotificationRequest) GetCreatedAt ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetCreatedAtOk ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetData ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetData() RecurringTokenStoreOperation
GetData returns the Data field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetDataOk ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetDataOk() (*RecurringTokenStoreOperation, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetEnvironment ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetEnvironmentOk ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetEventId ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetEventId() string
GetEventId returns the EventId field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetEventIdOk ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetType ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetType() string
GetType returns the Type field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetTypeOk ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetVersion ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*TokenizationAlreadyExistingDetailsNotificationRequest) GetVersionOk ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenizationAlreadyExistingDetailsNotificationRequest) HasVersion ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (TokenizationAlreadyExistingDetailsNotificationRequest) MarshalJSON ¶
func (o TokenizationAlreadyExistingDetailsNotificationRequest) MarshalJSON() ([]byte, error)
func (*TokenizationAlreadyExistingDetailsNotificationRequest) SetCreatedAt ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) SetData ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetData(v RecurringTokenStoreOperation)
SetData sets field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) SetEnvironment ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) SetEventId ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetEventId(v string)
SetEventId sets field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) SetType ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetType(v string)
SetType sets field value
func (*TokenizationAlreadyExistingDetailsNotificationRequest) SetVersion ¶
func (o *TokenizationAlreadyExistingDetailsNotificationRequest) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (TokenizationAlreadyExistingDetailsNotificationRequest) ToMap ¶
func (o TokenizationAlreadyExistingDetailsNotificationRequest) ToMap() (map[string]interface{}, error)
type TokenizationCreatedDetailsNotificationRequest ¶
type TokenizationCreatedDetailsNotificationRequest struct {
// The date and time when the event happened, in ISO 8601 extended format.
CreatedAt time.Time `json:"createdAt"`
Data RecurringTokenStoreOperation `json:"data"`
// The environment from which the webhook originated. Possible values: **test**, **live**.
Environment string `json:"environment"`
// The PSP reference of the event that triggered the webhook.
EventId string `json:"eventId"`
// The type of webhook.
Type string `json:"type"`
// The version of this entity.
Version *string `json:"version,omitempty"`
}
TokenizationCreatedDetailsNotificationRequest struct for TokenizationCreatedDetailsNotificationRequest
func NewTokenizationCreatedDetailsNotificationRequest ¶
func NewTokenizationCreatedDetailsNotificationRequest(createdAt time.Time, data RecurringTokenStoreOperation, environment string, eventId string, type_ string) *TokenizationCreatedDetailsNotificationRequest
NewTokenizationCreatedDetailsNotificationRequest instantiates a new TokenizationCreatedDetailsNotificationRequest 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 NewTokenizationCreatedDetailsNotificationRequestWithDefaults ¶
func NewTokenizationCreatedDetailsNotificationRequestWithDefaults() *TokenizationCreatedDetailsNotificationRequest
NewTokenizationCreatedDetailsNotificationRequestWithDefaults instantiates a new TokenizationCreatedDetailsNotificationRequest 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 (*TokenizationCreatedDetailsNotificationRequest) GetCreatedAt ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*TokenizationCreatedDetailsNotificationRequest) GetCreatedAtOk ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*TokenizationCreatedDetailsNotificationRequest) GetData ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetData() RecurringTokenStoreOperation
GetData returns the Data field value
func (*TokenizationCreatedDetailsNotificationRequest) GetDataOk ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetDataOk() (*RecurringTokenStoreOperation, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TokenizationCreatedDetailsNotificationRequest) GetEnvironment ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*TokenizationCreatedDetailsNotificationRequest) GetEnvironmentOk ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*TokenizationCreatedDetailsNotificationRequest) GetEventId ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetEventId() string
GetEventId returns the EventId field value
func (*TokenizationCreatedDetailsNotificationRequest) GetEventIdOk ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.
func (*TokenizationCreatedDetailsNotificationRequest) GetType ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetType() string
GetType returns the Type field value
func (*TokenizationCreatedDetailsNotificationRequest) GetTypeOk ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*TokenizationCreatedDetailsNotificationRequest) GetVersion ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*TokenizationCreatedDetailsNotificationRequest) GetVersionOk ¶
func (o *TokenizationCreatedDetailsNotificationRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenizationCreatedDetailsNotificationRequest) HasVersion ¶
func (o *TokenizationCreatedDetailsNotificationRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (TokenizationCreatedDetailsNotificationRequest) MarshalJSON ¶
func (o TokenizationCreatedDetailsNotificationRequest) MarshalJSON() ([]byte, error)
func (*TokenizationCreatedDetailsNotificationRequest) SetCreatedAt ¶
func (o *TokenizationCreatedDetailsNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*TokenizationCreatedDetailsNotificationRequest) SetData ¶
func (o *TokenizationCreatedDetailsNotificationRequest) SetData(v RecurringTokenStoreOperation)
SetData sets field value
func (*TokenizationCreatedDetailsNotificationRequest) SetEnvironment ¶
func (o *TokenizationCreatedDetailsNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*TokenizationCreatedDetailsNotificationRequest) SetEventId ¶
func (o *TokenizationCreatedDetailsNotificationRequest) SetEventId(v string)
SetEventId sets field value
func (*TokenizationCreatedDetailsNotificationRequest) SetType ¶
func (o *TokenizationCreatedDetailsNotificationRequest) SetType(v string)
SetType sets field value
func (*TokenizationCreatedDetailsNotificationRequest) SetVersion ¶
func (o *TokenizationCreatedDetailsNotificationRequest) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (TokenizationCreatedDetailsNotificationRequest) ToMap ¶
func (o TokenizationCreatedDetailsNotificationRequest) ToMap() (map[string]interface{}, error)
type TokenizationDisabledDetailsNotificationRequest ¶
type TokenizationDisabledDetailsNotificationRequest struct {
// The date and time when the event happened, in ISO 8601 extended format.
CreatedAt time.Time `json:"createdAt"`
Data RecurringToken `json:"data"`
// The environment from which the webhook originated. Possible values: **test**, **live**.
Environment string `json:"environment"`
// The PSP reference of the event that triggered the webhook.
EventId string `json:"eventId"`
// The type of webhook.
Type string `json:"type"`
// The version of this entity.
Version *string `json:"version,omitempty"`
}
TokenizationDisabledDetailsNotificationRequest struct for TokenizationDisabledDetailsNotificationRequest
func NewTokenizationDisabledDetailsNotificationRequest ¶
func NewTokenizationDisabledDetailsNotificationRequest(createdAt time.Time, data RecurringToken, environment string, eventId string, type_ string) *TokenizationDisabledDetailsNotificationRequest
NewTokenizationDisabledDetailsNotificationRequest instantiates a new TokenizationDisabledDetailsNotificationRequest 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 NewTokenizationDisabledDetailsNotificationRequestWithDefaults ¶
func NewTokenizationDisabledDetailsNotificationRequestWithDefaults() *TokenizationDisabledDetailsNotificationRequest
NewTokenizationDisabledDetailsNotificationRequestWithDefaults instantiates a new TokenizationDisabledDetailsNotificationRequest 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 (*TokenizationDisabledDetailsNotificationRequest) GetCreatedAt ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*TokenizationDisabledDetailsNotificationRequest) GetCreatedAtOk ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*TokenizationDisabledDetailsNotificationRequest) GetData ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetData() RecurringToken
GetData returns the Data field value
func (*TokenizationDisabledDetailsNotificationRequest) GetDataOk ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetDataOk() (*RecurringToken, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TokenizationDisabledDetailsNotificationRequest) GetEnvironment ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*TokenizationDisabledDetailsNotificationRequest) GetEnvironmentOk ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*TokenizationDisabledDetailsNotificationRequest) GetEventId ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetEventId() string
GetEventId returns the EventId field value
func (*TokenizationDisabledDetailsNotificationRequest) GetEventIdOk ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.
func (*TokenizationDisabledDetailsNotificationRequest) GetType ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetType() string
GetType returns the Type field value
func (*TokenizationDisabledDetailsNotificationRequest) GetTypeOk ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*TokenizationDisabledDetailsNotificationRequest) GetVersion ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*TokenizationDisabledDetailsNotificationRequest) GetVersionOk ¶
func (o *TokenizationDisabledDetailsNotificationRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenizationDisabledDetailsNotificationRequest) HasVersion ¶
func (o *TokenizationDisabledDetailsNotificationRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (TokenizationDisabledDetailsNotificationRequest) MarshalJSON ¶
func (o TokenizationDisabledDetailsNotificationRequest) MarshalJSON() ([]byte, error)
func (*TokenizationDisabledDetailsNotificationRequest) SetCreatedAt ¶
func (o *TokenizationDisabledDetailsNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*TokenizationDisabledDetailsNotificationRequest) SetData ¶
func (o *TokenizationDisabledDetailsNotificationRequest) SetData(v RecurringToken)
SetData sets field value
func (*TokenizationDisabledDetailsNotificationRequest) SetEnvironment ¶
func (o *TokenizationDisabledDetailsNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*TokenizationDisabledDetailsNotificationRequest) SetEventId ¶
func (o *TokenizationDisabledDetailsNotificationRequest) SetEventId(v string)
SetEventId sets field value
func (*TokenizationDisabledDetailsNotificationRequest) SetType ¶
func (o *TokenizationDisabledDetailsNotificationRequest) SetType(v string)
SetType sets field value
func (*TokenizationDisabledDetailsNotificationRequest) SetVersion ¶
func (o *TokenizationDisabledDetailsNotificationRequest) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (TokenizationDisabledDetailsNotificationRequest) ToMap ¶
func (o TokenizationDisabledDetailsNotificationRequest) ToMap() (map[string]interface{}, error)
type TokenizationNotificationResponse ¶
type TokenizationNotificationResponse struct {
// Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).
NotificationResponse *string `json:"notificationResponse,omitempty"`
}
TokenizationNotificationResponse struct for TokenizationNotificationResponse
func NewTokenizationNotificationResponse ¶
func NewTokenizationNotificationResponse() *TokenizationNotificationResponse
NewTokenizationNotificationResponse instantiates a new TokenizationNotificationResponse 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 NewTokenizationNotificationResponseWithDefaults ¶
func NewTokenizationNotificationResponseWithDefaults() *TokenizationNotificationResponse
NewTokenizationNotificationResponseWithDefaults instantiates a new TokenizationNotificationResponse 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 (*TokenizationNotificationResponse) GetNotificationResponse ¶
func (o *TokenizationNotificationResponse) GetNotificationResponse() string
GetNotificationResponse returns the NotificationResponse field value if set, zero value otherwise.
func (*TokenizationNotificationResponse) GetNotificationResponseOk ¶
func (o *TokenizationNotificationResponse) GetNotificationResponseOk() (*string, bool)
GetNotificationResponseOk returns a tuple with the NotificationResponse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenizationNotificationResponse) HasNotificationResponse ¶
func (o *TokenizationNotificationResponse) HasNotificationResponse() bool
HasNotificationResponse returns a boolean if a field has been set.
func (TokenizationNotificationResponse) MarshalJSON ¶
func (o TokenizationNotificationResponse) MarshalJSON() ([]byte, error)
func (*TokenizationNotificationResponse) SetNotificationResponse ¶
func (o *TokenizationNotificationResponse) SetNotificationResponse(v string)
SetNotificationResponse gets a reference to the given string and assigns it to the NotificationResponse field.
func (TokenizationNotificationResponse) ToMap ¶
func (o TokenizationNotificationResponse) ToMap() (map[string]interface{}, error)
type TokenizationUpdatedDetailsNotificationRequest ¶
type TokenizationUpdatedDetailsNotificationRequest struct {
// The date and time when the event happened, in ISO 8601 extended format.
CreatedAt time.Time `json:"createdAt"`
Data RecurringTokenStoreOperation `json:"data"`
// The environment from which the webhook originated. Possible values: **test**, **live**.
Environment string `json:"environment"`
// The PSP reference of the event that triggered the webhook.
EventId string `json:"eventId"`
// The type of webhook.
Type string `json:"type"`
// The version of this entity.
Version *string `json:"version,omitempty"`
}
TokenizationUpdatedDetailsNotificationRequest struct for TokenizationUpdatedDetailsNotificationRequest
func NewTokenizationUpdatedDetailsNotificationRequest ¶
func NewTokenizationUpdatedDetailsNotificationRequest(createdAt time.Time, data RecurringTokenStoreOperation, environment string, eventId string, type_ string) *TokenizationUpdatedDetailsNotificationRequest
NewTokenizationUpdatedDetailsNotificationRequest instantiates a new TokenizationUpdatedDetailsNotificationRequest 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 NewTokenizationUpdatedDetailsNotificationRequestWithDefaults ¶
func NewTokenizationUpdatedDetailsNotificationRequestWithDefaults() *TokenizationUpdatedDetailsNotificationRequest
NewTokenizationUpdatedDetailsNotificationRequestWithDefaults instantiates a new TokenizationUpdatedDetailsNotificationRequest 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 (*TokenizationUpdatedDetailsNotificationRequest) GetCreatedAt ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*TokenizationUpdatedDetailsNotificationRequest) GetCreatedAtOk ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*TokenizationUpdatedDetailsNotificationRequest) GetData ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetData() RecurringTokenStoreOperation
GetData returns the Data field value
func (*TokenizationUpdatedDetailsNotificationRequest) GetDataOk ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetDataOk() (*RecurringTokenStoreOperation, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TokenizationUpdatedDetailsNotificationRequest) GetEnvironment ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*TokenizationUpdatedDetailsNotificationRequest) GetEnvironmentOk ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*TokenizationUpdatedDetailsNotificationRequest) GetEventId ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetEventId() string
GetEventId returns the EventId field value
func (*TokenizationUpdatedDetailsNotificationRequest) GetEventIdOk ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.
func (*TokenizationUpdatedDetailsNotificationRequest) GetType ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetType() string
GetType returns the Type field value
func (*TokenizationUpdatedDetailsNotificationRequest) GetTypeOk ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*TokenizationUpdatedDetailsNotificationRequest) GetVersion ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*TokenizationUpdatedDetailsNotificationRequest) GetVersionOk ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenizationUpdatedDetailsNotificationRequest) HasVersion ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (TokenizationUpdatedDetailsNotificationRequest) MarshalJSON ¶
func (o TokenizationUpdatedDetailsNotificationRequest) MarshalJSON() ([]byte, error)
func (*TokenizationUpdatedDetailsNotificationRequest) SetCreatedAt ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*TokenizationUpdatedDetailsNotificationRequest) SetData ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) SetData(v RecurringTokenStoreOperation)
SetData sets field value
func (*TokenizationUpdatedDetailsNotificationRequest) SetEnvironment ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*TokenizationUpdatedDetailsNotificationRequest) SetEventId ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) SetEventId(v string)
SetEventId sets field value
func (*TokenizationUpdatedDetailsNotificationRequest) SetType ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) SetType(v string)
SetType sets field value
func (*TokenizationUpdatedDetailsNotificationRequest) SetVersion ¶
func (o *TokenizationUpdatedDetailsNotificationRequest) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (TokenizationUpdatedDetailsNotificationRequest) ToMap ¶
func (o TokenizationUpdatedDetailsNotificationRequest) ToMap() (map[string]interface{}, error)
Source Files
¶
- model_recurring_token.go
- model_recurring_token_store_operation.go
- model_tokenization_already_existing_details_notification_request.go
- model_tokenization_created_details_notification_request.go
- model_tokenization_disabled_details_notification_request.go
- model_tokenization_notification_response.go
- model_tokenization_updated_details_notification_request.go