Documentation ¶
Index ¶
- type AccountCapabilityData
- func (o *AccountCapabilityData) GetAllowed() bool
- func (o *AccountCapabilityData) GetAllowedLevel() string
- func (o *AccountCapabilityData) GetAllowedLevelOk() (*string, bool)
- func (o *AccountCapabilityData) GetAllowedOk() (*bool, bool)
- func (o *AccountCapabilityData) GetCapability() string
- func (o *AccountCapabilityData) GetCapabilityOk() (*string, bool)
- func (o *AccountCapabilityData) GetProblems() []CapabilityProblem
- func (o *AccountCapabilityData) GetProblemsOk() ([]CapabilityProblem, bool)
- func (o *AccountCapabilityData) GetRequested() bool
- func (o *AccountCapabilityData) GetRequestedLevel() string
- func (o *AccountCapabilityData) GetRequestedLevelOk() (*string, bool)
- func (o *AccountCapabilityData) GetRequestedOk() (*bool, bool)
- func (o *AccountCapabilityData) GetVerificationDeadline() time.Time
- func (o *AccountCapabilityData) GetVerificationDeadlineOk() (*time.Time, bool)
- func (o *AccountCapabilityData) GetVerificationStatus() string
- func (o *AccountCapabilityData) GetVerificationStatusOk() (*string, bool)
- func (o *AccountCapabilityData) HasAllowed() bool
- func (o *AccountCapabilityData) HasAllowedLevel() bool
- func (o *AccountCapabilityData) HasCapability() bool
- func (o *AccountCapabilityData) HasProblems() bool
- func (o *AccountCapabilityData) HasVerificationDeadline() bool
- func (o *AccountCapabilityData) HasVerificationStatus() bool
- func (o AccountCapabilityData) MarshalJSON() ([]byte, error)
- func (o *AccountCapabilityData) SetAllowed(v bool)
- func (o *AccountCapabilityData) SetAllowedLevel(v string)
- func (o *AccountCapabilityData) SetCapability(v string)
- func (o *AccountCapabilityData) SetProblems(v []CapabilityProblem)
- func (o *AccountCapabilityData) SetRequested(v bool)
- func (o *AccountCapabilityData) SetRequestedLevel(v string)
- func (o *AccountCapabilityData) SetVerificationDeadline(v time.Time)
- func (o *AccountCapabilityData) SetVerificationStatus(v string)
- func (o AccountCapabilityData) ToMap() (map[string]interface{}, error)
- type AccountCreateNotificationData
- func (o *AccountCreateNotificationData) GetCapabilities() map[string]AccountCapabilityData
- func (o *AccountCreateNotificationData) GetCapabilitiesOk() (*map[string]AccountCapabilityData, bool)
- func (o *AccountCreateNotificationData) GetCompanyId() string
- func (o *AccountCreateNotificationData) GetCompanyIdOk() (*string, bool)
- func (o *AccountCreateNotificationData) GetLegalEntityId() string
- func (o *AccountCreateNotificationData) GetLegalEntityIdOk() (*string, bool)
- func (o *AccountCreateNotificationData) GetMerchantId() string
- func (o *AccountCreateNotificationData) GetMerchantIdOk() (*string, bool)
- func (o *AccountCreateNotificationData) GetStatus() string
- func (o *AccountCreateNotificationData) GetStatusOk() (*string, bool)
- func (o *AccountCreateNotificationData) HasLegalEntityId() bool
- func (o AccountCreateNotificationData) MarshalJSON() ([]byte, error)
- func (o *AccountCreateNotificationData) SetCapabilities(v map[string]AccountCapabilityData)
- func (o *AccountCreateNotificationData) SetCompanyId(v string)
- func (o *AccountCreateNotificationData) SetLegalEntityId(v string)
- func (o *AccountCreateNotificationData) SetMerchantId(v string)
- func (o *AccountCreateNotificationData) SetStatus(v string)
- func (o AccountCreateNotificationData) ToMap() (map[string]interface{}, error)
- type AccountNotificationResponse
- func (o *AccountNotificationResponse) GetNotificationResponse() string
- func (o *AccountNotificationResponse) GetNotificationResponseOk() (*string, bool)
- func (o *AccountNotificationResponse) HasNotificationResponse() bool
- func (o AccountNotificationResponse) MarshalJSON() ([]byte, error)
- func (o *AccountNotificationResponse) SetNotificationResponse(v string)
- func (o AccountNotificationResponse) ToMap() (map[string]interface{}, error)
- type AccountUpdateNotificationData
- func (o *AccountUpdateNotificationData) GetCapabilities() map[string]AccountCapabilityData
- func (o *AccountUpdateNotificationData) GetCapabilitiesOk() (*map[string]AccountCapabilityData, bool)
- func (o *AccountUpdateNotificationData) GetLegalEntityId() string
- func (o *AccountUpdateNotificationData) GetLegalEntityIdOk() (*string, bool)
- func (o *AccountUpdateNotificationData) GetMerchantId() string
- func (o *AccountUpdateNotificationData) GetMerchantIdOk() (*string, bool)
- func (o *AccountUpdateNotificationData) GetStatus() string
- func (o *AccountUpdateNotificationData) GetStatusOk() (*string, bool)
- func (o *AccountUpdateNotificationData) HasLegalEntityId() bool
- func (o AccountUpdateNotificationData) MarshalJSON() ([]byte, error)
- func (o *AccountUpdateNotificationData) SetCapabilities(v map[string]AccountCapabilityData)
- func (o *AccountUpdateNotificationData) SetLegalEntityId(v string)
- func (o *AccountUpdateNotificationData) SetMerchantId(v string)
- func (o *AccountUpdateNotificationData) SetStatus(v string)
- func (o AccountUpdateNotificationData) ToMap() (map[string]interface{}, error)
- type CapabilityProblem
- func (o *CapabilityProblem) GetEntity() CapabilityProblemEntity
- func (o *CapabilityProblem) GetEntityOk() (*CapabilityProblemEntity, bool)
- func (o *CapabilityProblem) GetVerificationErrors() []VerificationError
- func (o *CapabilityProblem) GetVerificationErrorsOk() ([]VerificationError, bool)
- func (o *CapabilityProblem) HasEntity() bool
- func (o *CapabilityProblem) HasVerificationErrors() bool
- func (o CapabilityProblem) MarshalJSON() ([]byte, error)
- func (o *CapabilityProblem) SetEntity(v CapabilityProblemEntity)
- func (o *CapabilityProblem) SetVerificationErrors(v []VerificationError)
- func (o CapabilityProblem) ToMap() (map[string]interface{}, error)
- type CapabilityProblemEntity
- func (o *CapabilityProblemEntity) GetDocuments() []string
- func (o *CapabilityProblemEntity) GetDocumentsOk() ([]string, bool)
- func (o *CapabilityProblemEntity) GetId() string
- func (o *CapabilityProblemEntity) GetIdOk() (*string, bool)
- func (o *CapabilityProblemEntity) GetOwner() CapabilityProblemEntityRecursive
- func (o *CapabilityProblemEntity) GetOwnerOk() (*CapabilityProblemEntityRecursive, bool)
- func (o *CapabilityProblemEntity) GetType() string
- func (o *CapabilityProblemEntity) GetTypeOk() (*string, bool)
- func (o *CapabilityProblemEntity) HasDocuments() bool
- func (o *CapabilityProblemEntity) HasId() bool
- func (o *CapabilityProblemEntity) HasOwner() bool
- func (o *CapabilityProblemEntity) HasType() bool
- func (o CapabilityProblemEntity) MarshalJSON() ([]byte, error)
- func (o *CapabilityProblemEntity) SetDocuments(v []string)
- func (o *CapabilityProblemEntity) SetId(v string)
- func (o *CapabilityProblemEntity) SetOwner(v CapabilityProblemEntityRecursive)
- func (o *CapabilityProblemEntity) SetType(v string)
- func (o CapabilityProblemEntity) ToMap() (map[string]interface{}, error)
- type CapabilityProblemEntityRecursive
- func (o *CapabilityProblemEntityRecursive) GetDocuments() []string
- func (o *CapabilityProblemEntityRecursive) GetDocumentsOk() ([]string, bool)
- func (o *CapabilityProblemEntityRecursive) GetId() string
- func (o *CapabilityProblemEntityRecursive) GetIdOk() (*string, bool)
- func (o *CapabilityProblemEntityRecursive) GetType() string
- func (o *CapabilityProblemEntityRecursive) GetTypeOk() (*string, bool)
- func (o *CapabilityProblemEntityRecursive) HasDocuments() bool
- func (o *CapabilityProblemEntityRecursive) HasId() bool
- func (o *CapabilityProblemEntityRecursive) HasType() bool
- func (o CapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error)
- func (o *CapabilityProblemEntityRecursive) SetDocuments(v []string)
- func (o *CapabilityProblemEntityRecursive) SetId(v string)
- func (o *CapabilityProblemEntityRecursive) SetType(v string)
- func (o CapabilityProblemEntityRecursive) ToMap() (map[string]interface{}, error)
- type MerchantCreatedNotificationRequest
- func HandleMerchantCreatedNotificationRequest(req string) (*MerchantCreatedNotificationRequest, error)
- func NewMerchantCreatedNotificationRequest(createdAt time.Time, data AccountCreateNotificationData, environment string, ...) *MerchantCreatedNotificationRequest
- func NewMerchantCreatedNotificationRequestWithDefaults() *MerchantCreatedNotificationRequest
- func (o *MerchantCreatedNotificationRequest) GetCreatedAt() time.Time
- func (o *MerchantCreatedNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *MerchantCreatedNotificationRequest) GetData() AccountCreateNotificationData
- func (o *MerchantCreatedNotificationRequest) GetDataOk() (*AccountCreateNotificationData, bool)
- func (o *MerchantCreatedNotificationRequest) GetEnvironment() string
- func (o *MerchantCreatedNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *MerchantCreatedNotificationRequest) GetType() string
- func (o *MerchantCreatedNotificationRequest) GetTypeOk() (*string, bool)
- func (o MerchantCreatedNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *MerchantCreatedNotificationRequest) SetCreatedAt(v time.Time)
- func (o *MerchantCreatedNotificationRequest) SetData(v AccountCreateNotificationData)
- func (o *MerchantCreatedNotificationRequest) SetEnvironment(v string)
- func (o *MerchantCreatedNotificationRequest) SetType(v string)
- func (o MerchantCreatedNotificationRequest) ToMap() (map[string]interface{}, error)
- type MerchantUpdatedNotificationRequest
- func HandleMerchantUpdatedNotificationRequest(req string) (*MerchantUpdatedNotificationRequest, error)
- func NewMerchantUpdatedNotificationRequest(createdAt time.Time, data AccountUpdateNotificationData, environment string, ...) *MerchantUpdatedNotificationRequest
- func NewMerchantUpdatedNotificationRequestWithDefaults() *MerchantUpdatedNotificationRequest
- func (o *MerchantUpdatedNotificationRequest) GetCreatedAt() time.Time
- func (o *MerchantUpdatedNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *MerchantUpdatedNotificationRequest) GetData() AccountUpdateNotificationData
- func (o *MerchantUpdatedNotificationRequest) GetDataOk() (*AccountUpdateNotificationData, bool)
- func (o *MerchantUpdatedNotificationRequest) GetEnvironment() string
- func (o *MerchantUpdatedNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *MerchantUpdatedNotificationRequest) GetType() string
- func (o *MerchantUpdatedNotificationRequest) GetTypeOk() (*string, bool)
- func (o MerchantUpdatedNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *MerchantUpdatedNotificationRequest) SetCreatedAt(v time.Time)
- func (o *MerchantUpdatedNotificationRequest) SetData(v AccountUpdateNotificationData)
- func (o *MerchantUpdatedNotificationRequest) SetEnvironment(v string)
- func (o *MerchantUpdatedNotificationRequest) SetType(v string)
- func (o MerchantUpdatedNotificationRequest) ToMap() (map[string]interface{}, error)
- type MidServiceNotificationData
- func (o *MidServiceNotificationData) GetAllowed() bool
- func (o *MidServiceNotificationData) GetAllowedOk() (*bool, bool)
- func (o *MidServiceNotificationData) GetEnabled() bool
- func (o *MidServiceNotificationData) GetEnabledOk() (*bool, bool)
- func (o *MidServiceNotificationData) GetId() string
- func (o *MidServiceNotificationData) GetIdOk() (*string, bool)
- func (o *MidServiceNotificationData) GetMerchantId() string
- func (o *MidServiceNotificationData) GetMerchantIdOk() (*string, bool)
- func (o *MidServiceNotificationData) GetReference() string
- func (o *MidServiceNotificationData) GetReferenceOk() (*string, bool)
- func (o *MidServiceNotificationData) GetStatus() string
- func (o *MidServiceNotificationData) GetStatusOk() (*string, bool)
- func (o *MidServiceNotificationData) GetStoreId() string
- func (o *MidServiceNotificationData) GetStoreIdOk() (*string, bool)
- func (o *MidServiceNotificationData) GetType() string
- func (o *MidServiceNotificationData) GetTypeOk() (*string, bool)
- func (o *MidServiceNotificationData) GetVerificationStatus() string
- func (o *MidServiceNotificationData) GetVerificationStatusOk() (*string, bool)
- func (o *MidServiceNotificationData) HasAllowed() bool
- func (o *MidServiceNotificationData) HasEnabled() bool
- func (o *MidServiceNotificationData) HasReference() bool
- func (o *MidServiceNotificationData) HasStoreId() bool
- func (o *MidServiceNotificationData) HasVerificationStatus() bool
- func (o MidServiceNotificationData) MarshalJSON() ([]byte, error)
- func (o *MidServiceNotificationData) SetAllowed(v bool)
- func (o *MidServiceNotificationData) SetEnabled(v bool)
- func (o *MidServiceNotificationData) SetId(v string)
- func (o *MidServiceNotificationData) SetMerchantId(v string)
- func (o *MidServiceNotificationData) SetReference(v string)
- func (o *MidServiceNotificationData) SetStatus(v string)
- func (o *MidServiceNotificationData) SetStoreId(v string)
- func (o *MidServiceNotificationData) SetType(v string)
- func (o *MidServiceNotificationData) SetVerificationStatus(v string)
- func (o MidServiceNotificationData) ToMap() (map[string]interface{}, error)
- type NotificationDataMessage
- func (o *NotificationDataMessage) GetCreatedAt() time.Time
- func (o *NotificationDataMessage) GetCreatedAtOk() (*time.Time, bool)
- func (o *NotificationDataMessage) GetData() MidServiceNotificationData
- func (o *NotificationDataMessage) GetDataOk() (*MidServiceNotificationData, bool)
- func (o *NotificationDataMessage) GetEnvironment() string
- func (o *NotificationDataMessage) GetEnvironmentOk() (*string, bool)
- func (o *NotificationDataMessage) GetType() string
- func (o *NotificationDataMessage) GetTypeOk() (*string, bool)
- func (o NotificationDataMessage) MarshalJSON() ([]byte, error)
- func (o *NotificationDataMessage) SetCreatedAt(v time.Time)
- func (o *NotificationDataMessage) SetData(v MidServiceNotificationData)
- func (o *NotificationDataMessage) SetEnvironment(v string)
- func (o *NotificationDataMessage) SetType(v string)
- func (o NotificationDataMessage) ToMap() (map[string]interface{}, error)
- type NullableAccountCapabilityData
- func (v NullableAccountCapabilityData) Get() *AccountCapabilityData
- func (v NullableAccountCapabilityData) IsSet() bool
- func (v NullableAccountCapabilityData) MarshalJSON() ([]byte, error)
- func (v *NullableAccountCapabilityData) Set(val *AccountCapabilityData)
- func (v *NullableAccountCapabilityData) UnmarshalJSON(src []byte) error
- func (v *NullableAccountCapabilityData) Unset()
- type NullableAccountCreateNotificationData
- func (v NullableAccountCreateNotificationData) Get() *AccountCreateNotificationData
- func (v NullableAccountCreateNotificationData) IsSet() bool
- func (v NullableAccountCreateNotificationData) MarshalJSON() ([]byte, error)
- func (v *NullableAccountCreateNotificationData) Set(val *AccountCreateNotificationData)
- func (v *NullableAccountCreateNotificationData) UnmarshalJSON(src []byte) error
- func (v *NullableAccountCreateNotificationData) Unset()
- type NullableAccountNotificationResponse
- func (v NullableAccountNotificationResponse) Get() *AccountNotificationResponse
- func (v NullableAccountNotificationResponse) IsSet() bool
- func (v NullableAccountNotificationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccountNotificationResponse) Set(val *AccountNotificationResponse)
- func (v *NullableAccountNotificationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccountNotificationResponse) Unset()
- type NullableAccountUpdateNotificationData
- func (v NullableAccountUpdateNotificationData) Get() *AccountUpdateNotificationData
- func (v NullableAccountUpdateNotificationData) IsSet() bool
- func (v NullableAccountUpdateNotificationData) MarshalJSON() ([]byte, error)
- func (v *NullableAccountUpdateNotificationData) Set(val *AccountUpdateNotificationData)
- func (v *NullableAccountUpdateNotificationData) UnmarshalJSON(src []byte) error
- func (v *NullableAccountUpdateNotificationData) Unset()
- type NullableCapabilityProblem
- func (v NullableCapabilityProblem) Get() *CapabilityProblem
- func (v NullableCapabilityProblem) IsSet() bool
- func (v NullableCapabilityProblem) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityProblem) Set(val *CapabilityProblem)
- func (v *NullableCapabilityProblem) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityProblem) Unset()
- type NullableCapabilityProblemEntity
- func (v NullableCapabilityProblemEntity) Get() *CapabilityProblemEntity
- func (v NullableCapabilityProblemEntity) IsSet() bool
- func (v NullableCapabilityProblemEntity) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityProblemEntity) Set(val *CapabilityProblemEntity)
- func (v *NullableCapabilityProblemEntity) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityProblemEntity) Unset()
- type NullableCapabilityProblemEntityRecursive
- func (v NullableCapabilityProblemEntityRecursive) Get() *CapabilityProblemEntityRecursive
- func (v NullableCapabilityProblemEntityRecursive) IsSet() bool
- func (v NullableCapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityProblemEntityRecursive) Set(val *CapabilityProblemEntityRecursive)
- func (v *NullableCapabilityProblemEntityRecursive) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityProblemEntityRecursive) Unset()
- type NullableMerchantCreatedNotificationRequest
- func (v NullableMerchantCreatedNotificationRequest) Get() *MerchantCreatedNotificationRequest
- func (v NullableMerchantCreatedNotificationRequest) IsSet() bool
- func (v NullableMerchantCreatedNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableMerchantCreatedNotificationRequest) Set(val *MerchantCreatedNotificationRequest)
- func (v *NullableMerchantCreatedNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableMerchantCreatedNotificationRequest) Unset()
- type NullableMerchantUpdatedNotificationRequest
- func (v NullableMerchantUpdatedNotificationRequest) Get() *MerchantUpdatedNotificationRequest
- func (v NullableMerchantUpdatedNotificationRequest) IsSet() bool
- func (v NullableMerchantUpdatedNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableMerchantUpdatedNotificationRequest) Set(val *MerchantUpdatedNotificationRequest)
- func (v *NullableMerchantUpdatedNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableMerchantUpdatedNotificationRequest) Unset()
- type NullableMidServiceNotificationData
- func (v NullableMidServiceNotificationData) Get() *MidServiceNotificationData
- func (v NullableMidServiceNotificationData) IsSet() bool
- func (v NullableMidServiceNotificationData) MarshalJSON() ([]byte, error)
- func (v *NullableMidServiceNotificationData) Set(val *MidServiceNotificationData)
- func (v *NullableMidServiceNotificationData) UnmarshalJSON(src []byte) error
- func (v *NullableMidServiceNotificationData) Unset()
- type NullableNotificationDataMessage
- func (v NullableNotificationDataMessage) Get() *NotificationDataMessage
- func (v NullableNotificationDataMessage) IsSet() bool
- func (v NullableNotificationDataMessage) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationDataMessage) Set(val *NotificationDataMessage)
- func (v *NullableNotificationDataMessage) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationDataMessage) Unset()
- type NullablePaymentMethodCreatedNotificationRequest
- func (v NullablePaymentMethodCreatedNotificationRequest) Get() *PaymentMethodCreatedNotificationRequest
- func (v NullablePaymentMethodCreatedNotificationRequest) IsSet() bool
- func (v NullablePaymentMethodCreatedNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentMethodCreatedNotificationRequest) Set(val *PaymentMethodCreatedNotificationRequest)
- func (v *NullablePaymentMethodCreatedNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentMethodCreatedNotificationRequest) Unset()
- type NullablePaymentMethodNotificationResponse
- func (v NullablePaymentMethodNotificationResponse) Get() *PaymentMethodNotificationResponse
- func (v NullablePaymentMethodNotificationResponse) IsSet() bool
- func (v NullablePaymentMethodNotificationResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentMethodNotificationResponse) Set(val *PaymentMethodNotificationResponse)
- func (v *NullablePaymentMethodNotificationResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentMethodNotificationResponse) Unset()
- type NullablePaymentMethodRequestRemovedNotificationRequest
- func (v NullablePaymentMethodRequestRemovedNotificationRequest) Get() *PaymentMethodRequestRemovedNotificationRequest
- func (v NullablePaymentMethodRequestRemovedNotificationRequest) IsSet() bool
- func (v NullablePaymentMethodRequestRemovedNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentMethodRequestRemovedNotificationRequest) Set(val *PaymentMethodRequestRemovedNotificationRequest)
- func (v *NullablePaymentMethodRequestRemovedNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentMethodRequestRemovedNotificationRequest) Unset()
- type NullablePaymentMethodScheduledForRemovalNotificationRequest
- func (v NullablePaymentMethodScheduledForRemovalNotificationRequest) Get() *PaymentMethodScheduledForRemovalNotificationRequest
- func (v NullablePaymentMethodScheduledForRemovalNotificationRequest) IsSet() bool
- func (v NullablePaymentMethodScheduledForRemovalNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentMethodScheduledForRemovalNotificationRequest) Set(val *PaymentMethodScheduledForRemovalNotificationRequest)
- func (v *NullablePaymentMethodScheduledForRemovalNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentMethodScheduledForRemovalNotificationRequest) Unset()
- type NullableRemediatingAction
- func (v NullableRemediatingAction) Get() *RemediatingAction
- func (v NullableRemediatingAction) IsSet() bool
- func (v NullableRemediatingAction) MarshalJSON() ([]byte, error)
- func (v *NullableRemediatingAction) Set(val *RemediatingAction)
- func (v *NullableRemediatingAction) UnmarshalJSON(src []byte) error
- func (v *NullableRemediatingAction) Unset()
- type NullableTerminalBoardingData
- func (v NullableTerminalBoardingData) Get() *TerminalBoardingData
- func (v NullableTerminalBoardingData) IsSet() bool
- func (v NullableTerminalBoardingData) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalBoardingData) Set(val *TerminalBoardingData)
- func (v *NullableTerminalBoardingData) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalBoardingData) Unset()
- type NullableTerminalBoardingNotificationRequest
- func (v NullableTerminalBoardingNotificationRequest) Get() *TerminalBoardingNotificationRequest
- func (v NullableTerminalBoardingNotificationRequest) IsSet() bool
- func (v NullableTerminalBoardingNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalBoardingNotificationRequest) Set(val *TerminalBoardingNotificationRequest)
- func (v *NullableTerminalBoardingNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalBoardingNotificationRequest) Unset()
- type NullableTerminalBoardingNotificationResponse
- func (v NullableTerminalBoardingNotificationResponse) Get() *TerminalBoardingNotificationResponse
- func (v NullableTerminalBoardingNotificationResponse) IsSet() bool
- func (v NullableTerminalBoardingNotificationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalBoardingNotificationResponse) Set(val *TerminalBoardingNotificationResponse)
- func (v *NullableTerminalBoardingNotificationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalBoardingNotificationResponse) Unset()
- type NullableTerminalSettingsData
- func (v NullableTerminalSettingsData) Get() *TerminalSettingsData
- func (v NullableTerminalSettingsData) IsSet() bool
- func (v NullableTerminalSettingsData) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalSettingsData) Set(val *TerminalSettingsData)
- func (v *NullableTerminalSettingsData) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalSettingsData) Unset()
- type NullableTerminalSettingsNotificationRequest
- func (v NullableTerminalSettingsNotificationRequest) Get() *TerminalSettingsNotificationRequest
- func (v NullableTerminalSettingsNotificationRequest) IsSet() bool
- func (v NullableTerminalSettingsNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalSettingsNotificationRequest) Set(val *TerminalSettingsNotificationRequest)
- func (v *NullableTerminalSettingsNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalSettingsNotificationRequest) Unset()
- type NullableTerminalSettingsNotificationResponse
- func (v NullableTerminalSettingsNotificationResponse) Get() *TerminalSettingsNotificationResponse
- func (v NullableTerminalSettingsNotificationResponse) IsSet() bool
- func (v NullableTerminalSettingsNotificationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTerminalSettingsNotificationResponse) Set(val *TerminalSettingsNotificationResponse)
- func (v *NullableTerminalSettingsNotificationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTerminalSettingsNotificationResponse) Unset()
- type NullableVerificationError
- func (v NullableVerificationError) Get() *VerificationError
- func (v NullableVerificationError) IsSet() bool
- func (v NullableVerificationError) MarshalJSON() ([]byte, error)
- func (v *NullableVerificationError) Set(val *VerificationError)
- func (v *NullableVerificationError) UnmarshalJSON(src []byte) error
- func (v *NullableVerificationError) Unset()
- type NullableVerificationErrorRecursive
- func (v NullableVerificationErrorRecursive) Get() *VerificationErrorRecursive
- func (v NullableVerificationErrorRecursive) IsSet() bool
- func (v NullableVerificationErrorRecursive) MarshalJSON() ([]byte, error)
- func (v *NullableVerificationErrorRecursive) Set(val *VerificationErrorRecursive)
- func (v *NullableVerificationErrorRecursive) UnmarshalJSON(src []byte) error
- func (v *NullableVerificationErrorRecursive) Unset()
- type PaymentMethodCreatedNotificationRequest
- func HandlePaymentMethodCreatedNotificationRequest(req string) (*PaymentMethodCreatedNotificationRequest, error)
- func NewPaymentMethodCreatedNotificationRequest(createdAt time.Time, data MidServiceNotificationData, environment string, ...) *PaymentMethodCreatedNotificationRequest
- func NewPaymentMethodCreatedNotificationRequestWithDefaults() *PaymentMethodCreatedNotificationRequest
- func (o *PaymentMethodCreatedNotificationRequest) GetCreatedAt() time.Time
- func (o *PaymentMethodCreatedNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *PaymentMethodCreatedNotificationRequest) GetData() MidServiceNotificationData
- func (o *PaymentMethodCreatedNotificationRequest) GetDataOk() (*MidServiceNotificationData, bool)
- func (o *PaymentMethodCreatedNotificationRequest) GetEnvironment() string
- func (o *PaymentMethodCreatedNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *PaymentMethodCreatedNotificationRequest) GetType() string
- func (o *PaymentMethodCreatedNotificationRequest) GetTypeOk() (*string, bool)
- func (o PaymentMethodCreatedNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *PaymentMethodCreatedNotificationRequest) SetCreatedAt(v time.Time)
- func (o *PaymentMethodCreatedNotificationRequest) SetData(v MidServiceNotificationData)
- func (o *PaymentMethodCreatedNotificationRequest) SetEnvironment(v string)
- func (o *PaymentMethodCreatedNotificationRequest) SetType(v string)
- func (o PaymentMethodCreatedNotificationRequest) ToMap() (map[string]interface{}, error)
- type PaymentMethodNotificationResponse
- func (o *PaymentMethodNotificationResponse) GetNotificationResponse() string
- func (o *PaymentMethodNotificationResponse) GetNotificationResponseOk() (*string, bool)
- func (o *PaymentMethodNotificationResponse) HasNotificationResponse() bool
- func (o PaymentMethodNotificationResponse) MarshalJSON() ([]byte, error)
- func (o *PaymentMethodNotificationResponse) SetNotificationResponse(v string)
- func (o PaymentMethodNotificationResponse) ToMap() (map[string]interface{}, error)
- type PaymentMethodRequestRemovedNotificationRequest
- func HandlePaymentMethodRequestRemovedNotificationRequest(req string) (*PaymentMethodRequestRemovedNotificationRequest, error)
- func NewPaymentMethodRequestRemovedNotificationRequest(createdAt time.Time, data MidServiceNotificationData, environment string, ...) *PaymentMethodRequestRemovedNotificationRequest
- func NewPaymentMethodRequestRemovedNotificationRequestWithDefaults() *PaymentMethodRequestRemovedNotificationRequest
- func (o *PaymentMethodRequestRemovedNotificationRequest) GetCreatedAt() time.Time
- func (o *PaymentMethodRequestRemovedNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *PaymentMethodRequestRemovedNotificationRequest) GetData() MidServiceNotificationData
- func (o *PaymentMethodRequestRemovedNotificationRequest) GetDataOk() (*MidServiceNotificationData, bool)
- func (o *PaymentMethodRequestRemovedNotificationRequest) GetEnvironment() string
- func (o *PaymentMethodRequestRemovedNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *PaymentMethodRequestRemovedNotificationRequest) GetType() string
- func (o *PaymentMethodRequestRemovedNotificationRequest) GetTypeOk() (*string, bool)
- func (o PaymentMethodRequestRemovedNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *PaymentMethodRequestRemovedNotificationRequest) SetCreatedAt(v time.Time)
- func (o *PaymentMethodRequestRemovedNotificationRequest) SetData(v MidServiceNotificationData)
- func (o *PaymentMethodRequestRemovedNotificationRequest) SetEnvironment(v string)
- func (o *PaymentMethodRequestRemovedNotificationRequest) SetType(v string)
- func (o PaymentMethodRequestRemovedNotificationRequest) ToMap() (map[string]interface{}, error)
- type PaymentMethodScheduledForRemovalNotificationRequest
- func HandlePaymentMethodScheduledForRemovalNotificationRequest(req string) (*PaymentMethodScheduledForRemovalNotificationRequest, error)
- func NewPaymentMethodScheduledForRemovalNotificationRequest(createdAt time.Time, data MidServiceNotificationData, environment string, ...) *PaymentMethodScheduledForRemovalNotificationRequest
- func NewPaymentMethodScheduledForRemovalNotificationRequestWithDefaults() *PaymentMethodScheduledForRemovalNotificationRequest
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetCreatedAt() time.Time
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetData() MidServiceNotificationData
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetDataOk() (*MidServiceNotificationData, bool)
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetEnvironment() string
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetType() string
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetTypeOk() (*string, bool)
- func (o PaymentMethodScheduledForRemovalNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) SetCreatedAt(v time.Time)
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) SetData(v MidServiceNotificationData)
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) SetEnvironment(v string)
- func (o *PaymentMethodScheduledForRemovalNotificationRequest) SetType(v string)
- func (o PaymentMethodScheduledForRemovalNotificationRequest) ToMap() (map[string]interface{}, error)
- type RemediatingAction
- func (o *RemediatingAction) GetCode() string
- func (o *RemediatingAction) GetCodeOk() (*string, bool)
- func (o *RemediatingAction) GetMessage() string
- func (o *RemediatingAction) GetMessageOk() (*string, bool)
- func (o *RemediatingAction) HasCode() bool
- func (o *RemediatingAction) HasMessage() bool
- func (o RemediatingAction) MarshalJSON() ([]byte, error)
- func (o *RemediatingAction) SetCode(v string)
- func (o *RemediatingAction) SetMessage(v string)
- func (o RemediatingAction) ToMap() (map[string]interface{}, error)
- type TerminalBoardingData
- func (o *TerminalBoardingData) GetCompanyId() string
- func (o *TerminalBoardingData) GetCompanyIdOk() (*string, bool)
- func (o *TerminalBoardingData) GetMerchantId() string
- func (o *TerminalBoardingData) GetMerchantIdOk() (*string, bool)
- func (o *TerminalBoardingData) GetStoreId() string
- func (o *TerminalBoardingData) GetStoreIdOk() (*string, bool)
- func (o *TerminalBoardingData) GetUniqueTerminalId() string
- func (o *TerminalBoardingData) GetUniqueTerminalIdOk() (*string, bool)
- func (o *TerminalBoardingData) HasMerchantId() bool
- func (o *TerminalBoardingData) HasStoreId() bool
- func (o TerminalBoardingData) MarshalJSON() ([]byte, error)
- func (o *TerminalBoardingData) SetCompanyId(v string)
- func (o *TerminalBoardingData) SetMerchantId(v string)
- func (o *TerminalBoardingData) SetStoreId(v string)
- func (o *TerminalBoardingData) SetUniqueTerminalId(v string)
- func (o TerminalBoardingData) ToMap() (map[string]interface{}, error)
- type TerminalBoardingNotificationRequest
- func (o *TerminalBoardingNotificationRequest) GetCreatedAt() time.Time
- func (o *TerminalBoardingNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *TerminalBoardingNotificationRequest) GetData() TerminalBoardingData
- func (o *TerminalBoardingNotificationRequest) GetDataOk() (*TerminalBoardingData, bool)
- func (o *TerminalBoardingNotificationRequest) GetEnvironment() string
- func (o *TerminalBoardingNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *TerminalBoardingNotificationRequest) GetType() string
- func (o *TerminalBoardingNotificationRequest) GetTypeOk() (*string, bool)
- func (o TerminalBoardingNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *TerminalBoardingNotificationRequest) SetCreatedAt(v time.Time)
- func (o *TerminalBoardingNotificationRequest) SetData(v TerminalBoardingData)
- func (o *TerminalBoardingNotificationRequest) SetEnvironment(v string)
- func (o *TerminalBoardingNotificationRequest) SetType(v string)
- func (o TerminalBoardingNotificationRequest) ToMap() (map[string]interface{}, error)
- type TerminalBoardingNotificationResponse
- func (o *TerminalBoardingNotificationResponse) GetNotificationResponse() string
- func (o *TerminalBoardingNotificationResponse) GetNotificationResponseOk() (*string, bool)
- func (o *TerminalBoardingNotificationResponse) HasNotificationResponse() bool
- func (o TerminalBoardingNotificationResponse) MarshalJSON() ([]byte, error)
- func (o *TerminalBoardingNotificationResponse) SetNotificationResponse(v string)
- func (o TerminalBoardingNotificationResponse) ToMap() (map[string]interface{}, error)
- type TerminalSettingsData
- func (o *TerminalSettingsData) GetCompanyId() string
- func (o *TerminalSettingsData) GetCompanyIdOk() (*string, bool)
- func (o *TerminalSettingsData) GetMerchantId() string
- func (o *TerminalSettingsData) GetMerchantIdOk() (*string, bool)
- func (o *TerminalSettingsData) GetStoreId() string
- func (o *TerminalSettingsData) GetStoreIdOk() (*string, bool)
- func (o *TerminalSettingsData) GetTerminalId() string
- func (o *TerminalSettingsData) GetTerminalIdOk() (*string, bool)
- func (o *TerminalSettingsData) GetUpdateSource() string
- func (o *TerminalSettingsData) GetUpdateSourceOk() (*string, bool)
- func (o *TerminalSettingsData) GetUser() string
- func (o *TerminalSettingsData) GetUserOk() (*string, bool)
- func (o *TerminalSettingsData) HasCompanyId() bool
- func (o *TerminalSettingsData) HasMerchantId() bool
- func (o *TerminalSettingsData) HasStoreId() bool
- func (o *TerminalSettingsData) HasTerminalId() bool
- func (o TerminalSettingsData) MarshalJSON() ([]byte, error)
- func (o *TerminalSettingsData) SetCompanyId(v string)
- func (o *TerminalSettingsData) SetMerchantId(v string)
- func (o *TerminalSettingsData) SetStoreId(v string)
- func (o *TerminalSettingsData) SetTerminalId(v string)
- func (o *TerminalSettingsData) SetUpdateSource(v string)
- func (o *TerminalSettingsData) SetUser(v string)
- func (o TerminalSettingsData) ToMap() (map[string]interface{}, error)
- type TerminalSettingsNotificationRequest
- func (o *TerminalSettingsNotificationRequest) GetCreatedAt() time.Time
- func (o *TerminalSettingsNotificationRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *TerminalSettingsNotificationRequest) GetData() TerminalSettingsData
- func (o *TerminalSettingsNotificationRequest) GetDataOk() (*TerminalSettingsData, bool)
- func (o *TerminalSettingsNotificationRequest) GetEnvironment() string
- func (o *TerminalSettingsNotificationRequest) GetEnvironmentOk() (*string, bool)
- func (o *TerminalSettingsNotificationRequest) GetType() string
- func (o *TerminalSettingsNotificationRequest) GetTypeOk() (*string, bool)
- func (o TerminalSettingsNotificationRequest) MarshalJSON() ([]byte, error)
- func (o *TerminalSettingsNotificationRequest) SetCreatedAt(v time.Time)
- func (o *TerminalSettingsNotificationRequest) SetData(v TerminalSettingsData)
- func (o *TerminalSettingsNotificationRequest) SetEnvironment(v string)
- func (o *TerminalSettingsNotificationRequest) SetType(v string)
- func (o TerminalSettingsNotificationRequest) ToMap() (map[string]interface{}, error)
- type TerminalSettingsNotificationResponse
- func (o *TerminalSettingsNotificationResponse) GetNotificationResponse() string
- func (o *TerminalSettingsNotificationResponse) GetNotificationResponseOk() (*string, bool)
- func (o *TerminalSettingsNotificationResponse) HasNotificationResponse() bool
- func (o TerminalSettingsNotificationResponse) MarshalJSON() ([]byte, error)
- func (o *TerminalSettingsNotificationResponse) SetNotificationResponse(v string)
- func (o TerminalSettingsNotificationResponse) ToMap() (map[string]interface{}, error)
- type VerificationError
- func (o *VerificationError) GetCode() string
- func (o *VerificationError) GetCodeOk() (*string, bool)
- func (o *VerificationError) GetMessage() string
- func (o *VerificationError) GetMessageOk() (*string, bool)
- func (o *VerificationError) GetRemediatingActions() []RemediatingAction
- func (o *VerificationError) GetRemediatingActionsOk() ([]RemediatingAction, bool)
- func (o *VerificationError) GetSubErrors() []VerificationErrorRecursive
- func (o *VerificationError) GetSubErrorsOk() ([]VerificationErrorRecursive, bool)
- func (o *VerificationError) GetType() string
- func (o *VerificationError) GetTypeOk() (*string, bool)
- func (o *VerificationError) HasCode() bool
- func (o *VerificationError) HasMessage() bool
- func (o *VerificationError) HasRemediatingActions() bool
- func (o *VerificationError) HasSubErrors() bool
- func (o *VerificationError) HasType() bool
- func (o VerificationError) MarshalJSON() ([]byte, error)
- func (o *VerificationError) SetCode(v string)
- func (o *VerificationError) SetMessage(v string)
- func (o *VerificationError) SetRemediatingActions(v []RemediatingAction)
- func (o *VerificationError) SetSubErrors(v []VerificationErrorRecursive)
- func (o *VerificationError) SetType(v string)
- func (o VerificationError) ToMap() (map[string]interface{}, error)
- type VerificationErrorRecursive
- func (o *VerificationErrorRecursive) GetCode() string
- func (o *VerificationErrorRecursive) GetCodeOk() (*string, bool)
- func (o *VerificationErrorRecursive) GetMessage() string
- func (o *VerificationErrorRecursive) GetMessageOk() (*string, bool)
- func (o *VerificationErrorRecursive) GetRemediatingActions() []RemediatingAction
- func (o *VerificationErrorRecursive) GetRemediatingActionsOk() ([]RemediatingAction, bool)
- func (o *VerificationErrorRecursive) GetType() string
- func (o *VerificationErrorRecursive) GetTypeOk() (*string, bool)
- func (o *VerificationErrorRecursive) HasCode() bool
- func (o *VerificationErrorRecursive) HasMessage() bool
- func (o *VerificationErrorRecursive) HasRemediatingActions() bool
- func (o *VerificationErrorRecursive) HasType() bool
- func (o VerificationErrorRecursive) MarshalJSON() ([]byte, error)
- func (o *VerificationErrorRecursive) SetCode(v string)
- func (o *VerificationErrorRecursive) SetMessage(v string)
- func (o *VerificationErrorRecursive) SetRemediatingActions(v []RemediatingAction)
- func (o *VerificationErrorRecursive) SetType(v string)
- func (o VerificationErrorRecursive) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountCapabilityData ¶
type AccountCapabilityData struct { // Indicates whether the capability is allowed. Adyen sets this to **true** if the verification is successful. Allowed *bool `json:"allowed,omitempty"` // The allowed level of the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: **notApplicable**, **low**, **medium**, **high**. AllowedLevel *string `json:"allowedLevel,omitempty"` // The name of the capability. For example, **sendToTransferInstrument**. Capability *string `json:"capability,omitempty"` // List of entities that has problems with verification. The information includes the details of the errors and the actions that you can take to resolve them. Problems []CapabilityProblem `json:"problems,omitempty"` // Indicates whether you requested the capability. Requested bool `json:"requested"` // The level that you requested for the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: **notApplicable**, **low**, **medium**, **high**. RequestedLevel string `json:"requestedLevel"` // The verification deadline for the capability that will be disallowed if verification errors are not resolved. VerificationDeadline *time.Time `json:"verificationDeadline,omitempty"` // The status of the verification checks for the capability. Possible values: * **pending**: Adyen is running the verification. * **invalid**: The verification failed. Check if the `errors` array contains more information. * **valid**: The verification was successful. * **rejected**: Adyen checked the information and found reasons to not allow the capability. VerificationStatus *string `json:"verificationStatus,omitempty"` }
AccountCapabilityData struct for AccountCapabilityData
func NewAccountCapabilityData ¶
func NewAccountCapabilityData(requested bool, requestedLevel string) *AccountCapabilityData
NewAccountCapabilityData instantiates a new AccountCapabilityData 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 NewAccountCapabilityDataWithDefaults ¶
func NewAccountCapabilityDataWithDefaults() *AccountCapabilityData
NewAccountCapabilityDataWithDefaults instantiates a new AccountCapabilityData 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 (*AccountCapabilityData) GetAllowed ¶
func (o *AccountCapabilityData) GetAllowed() bool
GetAllowed returns the Allowed field value if set, zero value otherwise.
func (*AccountCapabilityData) GetAllowedLevel ¶
func (o *AccountCapabilityData) GetAllowedLevel() string
GetAllowedLevel returns the AllowedLevel field value if set, zero value otherwise.
func (*AccountCapabilityData) GetAllowedLevelOk ¶
func (o *AccountCapabilityData) GetAllowedLevelOk() (*string, bool)
GetAllowedLevelOk returns a tuple with the AllowedLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountCapabilityData) GetAllowedOk ¶
func (o *AccountCapabilityData) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountCapabilityData) GetCapability ¶
func (o *AccountCapabilityData) GetCapability() string
GetCapability returns the Capability field value if set, zero value otherwise.
func (*AccountCapabilityData) GetCapabilityOk ¶
func (o *AccountCapabilityData) GetCapabilityOk() (*string, bool)
GetCapabilityOk returns a tuple with the Capability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountCapabilityData) GetProblems ¶
func (o *AccountCapabilityData) GetProblems() []CapabilityProblem
GetProblems returns the Problems field value if set, zero value otherwise.
func (*AccountCapabilityData) GetProblemsOk ¶
func (o *AccountCapabilityData) GetProblemsOk() ([]CapabilityProblem, bool)
GetProblemsOk returns a tuple with the Problems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountCapabilityData) GetRequested ¶
func (o *AccountCapabilityData) GetRequested() bool
GetRequested returns the Requested field value
func (*AccountCapabilityData) GetRequestedLevel ¶
func (o *AccountCapabilityData) GetRequestedLevel() string
GetRequestedLevel returns the RequestedLevel field value
func (*AccountCapabilityData) GetRequestedLevelOk ¶
func (o *AccountCapabilityData) GetRequestedLevelOk() (*string, bool)
GetRequestedLevelOk returns a tuple with the RequestedLevel field value and a boolean to check if the value has been set.
func (*AccountCapabilityData) GetRequestedOk ¶
func (o *AccountCapabilityData) GetRequestedOk() (*bool, bool)
GetRequestedOk returns a tuple with the Requested field value and a boolean to check if the value has been set.
func (*AccountCapabilityData) GetVerificationDeadline ¶
func (o *AccountCapabilityData) GetVerificationDeadline() time.Time
GetVerificationDeadline returns the VerificationDeadline field value if set, zero value otherwise.
func (*AccountCapabilityData) GetVerificationDeadlineOk ¶
func (o *AccountCapabilityData) GetVerificationDeadlineOk() (*time.Time, bool)
GetVerificationDeadlineOk returns a tuple with the VerificationDeadline field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountCapabilityData) GetVerificationStatus ¶
func (o *AccountCapabilityData) GetVerificationStatus() string
GetVerificationStatus returns the VerificationStatus field value if set, zero value otherwise.
func (*AccountCapabilityData) GetVerificationStatusOk ¶
func (o *AccountCapabilityData) GetVerificationStatusOk() (*string, bool)
GetVerificationStatusOk returns a tuple with the VerificationStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountCapabilityData) HasAllowed ¶
func (o *AccountCapabilityData) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.
func (*AccountCapabilityData) HasAllowedLevel ¶
func (o *AccountCapabilityData) HasAllowedLevel() bool
HasAllowedLevel returns a boolean if a field has been set.
func (*AccountCapabilityData) HasCapability ¶
func (o *AccountCapabilityData) HasCapability() bool
HasCapability returns a boolean if a field has been set.
func (*AccountCapabilityData) HasProblems ¶
func (o *AccountCapabilityData) HasProblems() bool
HasProblems returns a boolean if a field has been set.
func (*AccountCapabilityData) HasVerificationDeadline ¶
func (o *AccountCapabilityData) HasVerificationDeadline() bool
HasVerificationDeadline returns a boolean if a field has been set.
func (*AccountCapabilityData) HasVerificationStatus ¶
func (o *AccountCapabilityData) HasVerificationStatus() bool
HasVerificationStatus returns a boolean if a field has been set.
func (AccountCapabilityData) MarshalJSON ¶
func (o AccountCapabilityData) MarshalJSON() ([]byte, error)
func (*AccountCapabilityData) SetAllowed ¶
func (o *AccountCapabilityData) SetAllowed(v bool)
SetAllowed gets a reference to the given bool and assigns it to the Allowed field.
func (*AccountCapabilityData) SetAllowedLevel ¶
func (o *AccountCapabilityData) SetAllowedLevel(v string)
SetAllowedLevel gets a reference to the given string and assigns it to the AllowedLevel field.
func (*AccountCapabilityData) SetCapability ¶
func (o *AccountCapabilityData) SetCapability(v string)
SetCapability gets a reference to the given string and assigns it to the Capability field.
func (*AccountCapabilityData) SetProblems ¶
func (o *AccountCapabilityData) SetProblems(v []CapabilityProblem)
SetProblems gets a reference to the given []CapabilityProblem and assigns it to the Problems field.
func (*AccountCapabilityData) SetRequested ¶
func (o *AccountCapabilityData) SetRequested(v bool)
SetRequested sets field value
func (*AccountCapabilityData) SetRequestedLevel ¶
func (o *AccountCapabilityData) SetRequestedLevel(v string)
SetRequestedLevel sets field value
func (*AccountCapabilityData) SetVerificationDeadline ¶
func (o *AccountCapabilityData) SetVerificationDeadline(v time.Time)
SetVerificationDeadline gets a reference to the given time.Time and assigns it to the VerificationDeadline field.
func (*AccountCapabilityData) SetVerificationStatus ¶
func (o *AccountCapabilityData) SetVerificationStatus(v string)
SetVerificationStatus gets a reference to the given string and assigns it to the VerificationStatus field.
func (AccountCapabilityData) ToMap ¶
func (o AccountCapabilityData) ToMap() (map[string]interface{}, error)
type AccountCreateNotificationData ¶
type AccountCreateNotificationData struct { // Key-value pairs that specify the actions that the merchant account can do and its settings. The key is a capability. For example, the **sendToTransferInstrument** is the capability required before you can pay out funds to the bank account. The value is an object containing the settings for the capability. Capabilities map[string]AccountCapabilityData `json:"capabilities"` // The unique identifier of the company account. CompanyId string `json:"companyId"` // The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id). LegalEntityId *string `json:"legalEntityId,omitempty"` // The unique identifier of the merchant account. MerchantId string `json:"merchantId"` // The status of the merchant account. Possible values: * **PreActive**: The merchant account has been created. Users cannot access the merchant account in the Customer Area. The account cannot process payments. * **Active**: Users can access the merchant account in the Customer Area. If the company account is also **Active**, then payment processing and payouts are enabled. * **InactiveWithModifications**: Users can access the merchant account in the Customer Area. The account cannot process new payments but can still modify payments, for example issue refunds. The account can still receive payouts. * **Inactive**: Users can access the merchant account in the Customer Area. Payment processing and payouts are disabled. * **Closed**: The account is closed and this cannot be reversed. Users cannot log in. Payment processing and payouts are disabled. Status string `json:"status"` }
AccountCreateNotificationData struct for AccountCreateNotificationData
func NewAccountCreateNotificationData ¶
func NewAccountCreateNotificationData(capabilities map[string]AccountCapabilityData, companyId string, merchantId string, status string) *AccountCreateNotificationData
NewAccountCreateNotificationData instantiates a new AccountCreateNotificationData 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 NewAccountCreateNotificationDataWithDefaults ¶
func NewAccountCreateNotificationDataWithDefaults() *AccountCreateNotificationData
NewAccountCreateNotificationDataWithDefaults instantiates a new AccountCreateNotificationData 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 (*AccountCreateNotificationData) GetCapabilities ¶
func (o *AccountCreateNotificationData) GetCapabilities() map[string]AccountCapabilityData
GetCapabilities returns the Capabilities field value
func (*AccountCreateNotificationData) GetCapabilitiesOk ¶
func (o *AccountCreateNotificationData) GetCapabilitiesOk() (*map[string]AccountCapabilityData, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value and a boolean to check if the value has been set.
func (*AccountCreateNotificationData) GetCompanyId ¶
func (o *AccountCreateNotificationData) GetCompanyId() string
GetCompanyId returns the CompanyId field value
func (*AccountCreateNotificationData) GetCompanyIdOk ¶
func (o *AccountCreateNotificationData) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value and a boolean to check if the value has been set.
func (*AccountCreateNotificationData) GetLegalEntityId ¶
func (o *AccountCreateNotificationData) GetLegalEntityId() string
GetLegalEntityId returns the LegalEntityId field value if set, zero value otherwise.
func (*AccountCreateNotificationData) GetLegalEntityIdOk ¶
func (o *AccountCreateNotificationData) GetLegalEntityIdOk() (*string, bool)
GetLegalEntityIdOk returns a tuple with the LegalEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountCreateNotificationData) GetMerchantId ¶
func (o *AccountCreateNotificationData) GetMerchantId() string
GetMerchantId returns the MerchantId field value
func (*AccountCreateNotificationData) GetMerchantIdOk ¶
func (o *AccountCreateNotificationData) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value and a boolean to check if the value has been set.
func (*AccountCreateNotificationData) GetStatus ¶
func (o *AccountCreateNotificationData) GetStatus() string
GetStatus returns the Status field value
func (*AccountCreateNotificationData) GetStatusOk ¶
func (o *AccountCreateNotificationData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccountCreateNotificationData) HasLegalEntityId ¶
func (o *AccountCreateNotificationData) HasLegalEntityId() bool
HasLegalEntityId returns a boolean if a field has been set.
func (AccountCreateNotificationData) MarshalJSON ¶
func (o AccountCreateNotificationData) MarshalJSON() ([]byte, error)
func (*AccountCreateNotificationData) SetCapabilities ¶
func (o *AccountCreateNotificationData) SetCapabilities(v map[string]AccountCapabilityData)
SetCapabilities sets field value
func (*AccountCreateNotificationData) SetCompanyId ¶
func (o *AccountCreateNotificationData) SetCompanyId(v string)
SetCompanyId sets field value
func (*AccountCreateNotificationData) SetLegalEntityId ¶
func (o *AccountCreateNotificationData) SetLegalEntityId(v string)
SetLegalEntityId gets a reference to the given string and assigns it to the LegalEntityId field.
func (*AccountCreateNotificationData) SetMerchantId ¶
func (o *AccountCreateNotificationData) SetMerchantId(v string)
SetMerchantId sets field value
func (*AccountCreateNotificationData) SetStatus ¶
func (o *AccountCreateNotificationData) SetStatus(v string)
SetStatus sets field value
func (AccountCreateNotificationData) ToMap ¶
func (o AccountCreateNotificationData) ToMap() (map[string]interface{}, error)
type AccountNotificationResponse ¶
type AccountNotificationResponse struct { // Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications). NotificationResponse *string `json:"notificationResponse,omitempty"` }
AccountNotificationResponse struct for AccountNotificationResponse
func NewAccountNotificationResponse ¶
func NewAccountNotificationResponse() *AccountNotificationResponse
NewAccountNotificationResponse instantiates a new AccountNotificationResponse 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 NewAccountNotificationResponseWithDefaults ¶
func NewAccountNotificationResponseWithDefaults() *AccountNotificationResponse
NewAccountNotificationResponseWithDefaults instantiates a new AccountNotificationResponse 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 (*AccountNotificationResponse) GetNotificationResponse ¶
func (o *AccountNotificationResponse) GetNotificationResponse() string
GetNotificationResponse returns the NotificationResponse field value if set, zero value otherwise.
func (*AccountNotificationResponse) GetNotificationResponseOk ¶
func (o *AccountNotificationResponse) 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 (*AccountNotificationResponse) HasNotificationResponse ¶
func (o *AccountNotificationResponse) HasNotificationResponse() bool
HasNotificationResponse returns a boolean if a field has been set.
func (AccountNotificationResponse) MarshalJSON ¶
func (o AccountNotificationResponse) MarshalJSON() ([]byte, error)
func (*AccountNotificationResponse) SetNotificationResponse ¶
func (o *AccountNotificationResponse) SetNotificationResponse(v string)
SetNotificationResponse gets a reference to the given string and assigns it to the NotificationResponse field.
func (AccountNotificationResponse) ToMap ¶
func (o AccountNotificationResponse) ToMap() (map[string]interface{}, error)
type AccountUpdateNotificationData ¶
type AccountUpdateNotificationData struct { // Key-value pairs that specify what you can do with the merchant account and its settings. The key is a capability. For example, the **sendToTransferInstrument** is the capability required before you can pay out the funds of a merchant account to a [bank account](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments). The value is an object containing the settings for the capability. Capabilities map[string]AccountCapabilityData `json:"capabilities"` // The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id). LegalEntityId *string `json:"legalEntityId,omitempty"` // The unique identifier of the merchant account. MerchantId string `json:"merchantId"` // The status of the merchant account. Possible values: * **PreActive**: The merchant account has been created. Users cannot access the merchant account in the Customer Area. The account cannot process payments. * **Active**: Users can access the merchant account in the Customer Area. If the company account is also **Active**, then payment processing and payouts are enabled. * **InactiveWithModifications**: Users can access the merchant account in the Customer Area. The account cannot process new payments but can still modify payments, for example issue refunds. The account can still receive payouts. * **Inactive**: Users can access the merchant account in the Customer Area. Payment processing and payouts are disabled. * **Closed**: The account is closed and this cannot be reversed. Users cannot log in. Payment processing and payouts are disabled. Status string `json:"status"` }
AccountUpdateNotificationData struct for AccountUpdateNotificationData
func NewAccountUpdateNotificationData ¶
func NewAccountUpdateNotificationData(capabilities map[string]AccountCapabilityData, merchantId string, status string) *AccountUpdateNotificationData
NewAccountUpdateNotificationData instantiates a new AccountUpdateNotificationData 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 NewAccountUpdateNotificationDataWithDefaults ¶
func NewAccountUpdateNotificationDataWithDefaults() *AccountUpdateNotificationData
NewAccountUpdateNotificationDataWithDefaults instantiates a new AccountUpdateNotificationData 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 (*AccountUpdateNotificationData) GetCapabilities ¶
func (o *AccountUpdateNotificationData) GetCapabilities() map[string]AccountCapabilityData
GetCapabilities returns the Capabilities field value
func (*AccountUpdateNotificationData) GetCapabilitiesOk ¶
func (o *AccountUpdateNotificationData) GetCapabilitiesOk() (*map[string]AccountCapabilityData, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value and a boolean to check if the value has been set.
func (*AccountUpdateNotificationData) GetLegalEntityId ¶
func (o *AccountUpdateNotificationData) GetLegalEntityId() string
GetLegalEntityId returns the LegalEntityId field value if set, zero value otherwise.
func (*AccountUpdateNotificationData) GetLegalEntityIdOk ¶
func (o *AccountUpdateNotificationData) GetLegalEntityIdOk() (*string, bool)
GetLegalEntityIdOk returns a tuple with the LegalEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountUpdateNotificationData) GetMerchantId ¶
func (o *AccountUpdateNotificationData) GetMerchantId() string
GetMerchantId returns the MerchantId field value
func (*AccountUpdateNotificationData) GetMerchantIdOk ¶
func (o *AccountUpdateNotificationData) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value and a boolean to check if the value has been set.
func (*AccountUpdateNotificationData) GetStatus ¶
func (o *AccountUpdateNotificationData) GetStatus() string
GetStatus returns the Status field value
func (*AccountUpdateNotificationData) GetStatusOk ¶
func (o *AccountUpdateNotificationData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccountUpdateNotificationData) HasLegalEntityId ¶
func (o *AccountUpdateNotificationData) HasLegalEntityId() bool
HasLegalEntityId returns a boolean if a field has been set.
func (AccountUpdateNotificationData) MarshalJSON ¶
func (o AccountUpdateNotificationData) MarshalJSON() ([]byte, error)
func (*AccountUpdateNotificationData) SetCapabilities ¶
func (o *AccountUpdateNotificationData) SetCapabilities(v map[string]AccountCapabilityData)
SetCapabilities sets field value
func (*AccountUpdateNotificationData) SetLegalEntityId ¶
func (o *AccountUpdateNotificationData) SetLegalEntityId(v string)
SetLegalEntityId gets a reference to the given string and assigns it to the LegalEntityId field.
func (*AccountUpdateNotificationData) SetMerchantId ¶
func (o *AccountUpdateNotificationData) SetMerchantId(v string)
SetMerchantId sets field value
func (*AccountUpdateNotificationData) SetStatus ¶
func (o *AccountUpdateNotificationData) SetStatus(v string)
SetStatus sets field value
func (AccountUpdateNotificationData) ToMap ¶
func (o AccountUpdateNotificationData) ToMap() (map[string]interface{}, error)
type CapabilityProblem ¶
type CapabilityProblem struct { Entity *CapabilityProblemEntity `json:"entity,omitempty"` // List of verification errors. VerificationErrors []VerificationError `json:"verificationErrors,omitempty"` }
CapabilityProblem struct for CapabilityProblem
func NewCapabilityProblem ¶
func NewCapabilityProblem() *CapabilityProblem
NewCapabilityProblem instantiates a new CapabilityProblem 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 NewCapabilityProblemWithDefaults ¶
func NewCapabilityProblemWithDefaults() *CapabilityProblem
NewCapabilityProblemWithDefaults instantiates a new CapabilityProblem 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 (*CapabilityProblem) GetEntity ¶
func (o *CapabilityProblem) GetEntity() CapabilityProblemEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*CapabilityProblem) GetEntityOk ¶
func (o *CapabilityProblem) GetEntityOk() (*CapabilityProblemEntity, bool)
GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblem) GetVerificationErrors ¶
func (o *CapabilityProblem) GetVerificationErrors() []VerificationError
GetVerificationErrors returns the VerificationErrors field value if set, zero value otherwise.
func (*CapabilityProblem) GetVerificationErrorsOk ¶
func (o *CapabilityProblem) GetVerificationErrorsOk() ([]VerificationError, bool)
GetVerificationErrorsOk returns a tuple with the VerificationErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblem) HasEntity ¶
func (o *CapabilityProblem) HasEntity() bool
HasEntity returns a boolean if a field has been set.
func (*CapabilityProblem) HasVerificationErrors ¶
func (o *CapabilityProblem) HasVerificationErrors() bool
HasVerificationErrors returns a boolean if a field has been set.
func (CapabilityProblem) MarshalJSON ¶
func (o CapabilityProblem) MarshalJSON() ([]byte, error)
func (*CapabilityProblem) SetEntity ¶
func (o *CapabilityProblem) SetEntity(v CapabilityProblemEntity)
SetEntity gets a reference to the given CapabilityProblemEntity and assigns it to the Entity field.
func (*CapabilityProblem) SetVerificationErrors ¶
func (o *CapabilityProblem) SetVerificationErrors(v []VerificationError)
SetVerificationErrors gets a reference to the given []VerificationError and assigns it to the VerificationErrors field.
func (CapabilityProblem) ToMap ¶
func (o CapabilityProblem) ToMap() (map[string]interface{}, error)
type CapabilityProblemEntity ¶
type CapabilityProblemEntity struct { // List of document IDs to which the verification errors related to the capabilities correspond to. Documents []string `json:"documents,omitempty"` // The ID of the entity. Id *string `json:"id,omitempty"` Owner *CapabilityProblemEntityRecursive `json:"owner,omitempty"` // The type of entity. Possible values: **LegalEntity**, **BankAccount**, or **Document**. Type *string `json:"type,omitempty"` }
CapabilityProblemEntity struct for CapabilityProblemEntity
func NewCapabilityProblemEntity ¶
func NewCapabilityProblemEntity() *CapabilityProblemEntity
NewCapabilityProblemEntity instantiates a new CapabilityProblemEntity 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 NewCapabilityProblemEntityWithDefaults ¶
func NewCapabilityProblemEntityWithDefaults() *CapabilityProblemEntity
NewCapabilityProblemEntityWithDefaults instantiates a new CapabilityProblemEntity 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 (*CapabilityProblemEntity) GetDocuments ¶
func (o *CapabilityProblemEntity) GetDocuments() []string
GetDocuments returns the Documents field value if set, zero value otherwise.
func (*CapabilityProblemEntity) GetDocumentsOk ¶
func (o *CapabilityProblemEntity) GetDocumentsOk() ([]string, bool)
GetDocumentsOk returns a tuple with the Documents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntity) GetId ¶
func (o *CapabilityProblemEntity) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CapabilityProblemEntity) GetIdOk ¶
func (o *CapabilityProblemEntity) 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 (*CapabilityProblemEntity) GetOwner ¶
func (o *CapabilityProblemEntity) GetOwner() CapabilityProblemEntityRecursive
GetOwner returns the Owner field value if set, zero value otherwise.
func (*CapabilityProblemEntity) GetOwnerOk ¶
func (o *CapabilityProblemEntity) GetOwnerOk() (*CapabilityProblemEntityRecursive, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntity) GetType ¶
func (o *CapabilityProblemEntity) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*CapabilityProblemEntity) GetTypeOk ¶
func (o *CapabilityProblemEntity) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntity) HasDocuments ¶
func (o *CapabilityProblemEntity) HasDocuments() bool
HasDocuments returns a boolean if a field has been set.
func (*CapabilityProblemEntity) HasId ¶
func (o *CapabilityProblemEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (*CapabilityProblemEntity) HasOwner ¶
func (o *CapabilityProblemEntity) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*CapabilityProblemEntity) HasType ¶
func (o *CapabilityProblemEntity) HasType() bool
HasType returns a boolean if a field has been set.
func (CapabilityProblemEntity) MarshalJSON ¶
func (o CapabilityProblemEntity) MarshalJSON() ([]byte, error)
func (*CapabilityProblemEntity) SetDocuments ¶
func (o *CapabilityProblemEntity) SetDocuments(v []string)
SetDocuments gets a reference to the given []string and assigns it to the Documents field.
func (*CapabilityProblemEntity) SetId ¶
func (o *CapabilityProblemEntity) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CapabilityProblemEntity) SetOwner ¶
func (o *CapabilityProblemEntity) SetOwner(v CapabilityProblemEntityRecursive)
SetOwner gets a reference to the given CapabilityProblemEntityRecursive and assigns it to the Owner field.
func (*CapabilityProblemEntity) SetType ¶
func (o *CapabilityProblemEntity) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (CapabilityProblemEntity) ToMap ¶
func (o CapabilityProblemEntity) ToMap() (map[string]interface{}, error)
type CapabilityProblemEntityRecursive ¶
type CapabilityProblemEntityRecursive struct { // List of document IDs to which the verification errors related to the capabilities correspond to. Documents []string `json:"documents,omitempty"` // The ID of the entity. Id *string `json:"id,omitempty"` // The type of entity. Possible values: **LegalEntity**, **BankAccount**, or **Document**. Type *string `json:"type,omitempty"` }
CapabilityProblemEntityRecursive struct for CapabilityProblemEntityRecursive
func NewCapabilityProblemEntityRecursive ¶
func NewCapabilityProblemEntityRecursive() *CapabilityProblemEntityRecursive
NewCapabilityProblemEntityRecursive instantiates a new CapabilityProblemEntityRecursive 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 NewCapabilityProblemEntityRecursiveWithDefaults ¶
func NewCapabilityProblemEntityRecursiveWithDefaults() *CapabilityProblemEntityRecursive
NewCapabilityProblemEntityRecursiveWithDefaults instantiates a new CapabilityProblemEntityRecursive 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 (*CapabilityProblemEntityRecursive) GetDocuments ¶
func (o *CapabilityProblemEntityRecursive) GetDocuments() []string
GetDocuments returns the Documents field value if set, zero value otherwise.
func (*CapabilityProblemEntityRecursive) GetDocumentsOk ¶
func (o *CapabilityProblemEntityRecursive) GetDocumentsOk() ([]string, bool)
GetDocumentsOk returns a tuple with the Documents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntityRecursive) GetId ¶
func (o *CapabilityProblemEntityRecursive) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CapabilityProblemEntityRecursive) GetIdOk ¶
func (o *CapabilityProblemEntityRecursive) 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 (*CapabilityProblemEntityRecursive) GetType ¶
func (o *CapabilityProblemEntityRecursive) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*CapabilityProblemEntityRecursive) GetTypeOk ¶
func (o *CapabilityProblemEntityRecursive) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntityRecursive) HasDocuments ¶
func (o *CapabilityProblemEntityRecursive) HasDocuments() bool
HasDocuments returns a boolean if a field has been set.
func (*CapabilityProblemEntityRecursive) HasId ¶
func (o *CapabilityProblemEntityRecursive) HasId() bool
HasId returns a boolean if a field has been set.
func (*CapabilityProblemEntityRecursive) HasType ¶
func (o *CapabilityProblemEntityRecursive) HasType() bool
HasType returns a boolean if a field has been set.
func (CapabilityProblemEntityRecursive) MarshalJSON ¶
func (o CapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error)
func (*CapabilityProblemEntityRecursive) SetDocuments ¶
func (o *CapabilityProblemEntityRecursive) SetDocuments(v []string)
SetDocuments gets a reference to the given []string and assigns it to the Documents field.
func (*CapabilityProblemEntityRecursive) SetId ¶
func (o *CapabilityProblemEntityRecursive) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CapabilityProblemEntityRecursive) SetType ¶
func (o *CapabilityProblemEntityRecursive) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (CapabilityProblemEntityRecursive) ToMap ¶
func (o CapabilityProblemEntityRecursive) ToMap() (map[string]interface{}, error)
type MerchantCreatedNotificationRequest ¶
type MerchantCreatedNotificationRequest struct { // Timestamp for when the webhook was created. CreatedAt time.Time `json:"createdAt"` Data AccountCreateNotificationData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // Type of notification. Type string `json:"type"` }
MerchantCreatedNotificationRequest struct for MerchantCreatedNotificationRequest
func HandleMerchantCreatedNotificationRequest ¶
func HandleMerchantCreatedNotificationRequest(req string) (*MerchantCreatedNotificationRequest, error)
HandleMerchantCreatedNotificationRequest creates a Notification object from the given JSON string
func NewMerchantCreatedNotificationRequest ¶
func NewMerchantCreatedNotificationRequest(createdAt time.Time, data AccountCreateNotificationData, environment string, type_ string) *MerchantCreatedNotificationRequest
NewMerchantCreatedNotificationRequest instantiates a new MerchantCreatedNotificationRequest 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 NewMerchantCreatedNotificationRequestWithDefaults ¶
func NewMerchantCreatedNotificationRequestWithDefaults() *MerchantCreatedNotificationRequest
NewMerchantCreatedNotificationRequestWithDefaults instantiates a new MerchantCreatedNotificationRequest 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 (*MerchantCreatedNotificationRequest) GetCreatedAt ¶
func (o *MerchantCreatedNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*MerchantCreatedNotificationRequest) GetCreatedAtOk ¶
func (o *MerchantCreatedNotificationRequest) 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 (*MerchantCreatedNotificationRequest) GetData ¶
func (o *MerchantCreatedNotificationRequest) GetData() AccountCreateNotificationData
GetData returns the Data field value
func (*MerchantCreatedNotificationRequest) GetDataOk ¶
func (o *MerchantCreatedNotificationRequest) GetDataOk() (*AccountCreateNotificationData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*MerchantCreatedNotificationRequest) GetEnvironment ¶
func (o *MerchantCreatedNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*MerchantCreatedNotificationRequest) GetEnvironmentOk ¶
func (o *MerchantCreatedNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*MerchantCreatedNotificationRequest) GetType ¶
func (o *MerchantCreatedNotificationRequest) GetType() string
GetType returns the Type field value
func (*MerchantCreatedNotificationRequest) GetTypeOk ¶
func (o *MerchantCreatedNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (MerchantCreatedNotificationRequest) MarshalJSON ¶
func (o MerchantCreatedNotificationRequest) MarshalJSON() ([]byte, error)
func (*MerchantCreatedNotificationRequest) SetCreatedAt ¶
func (o *MerchantCreatedNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*MerchantCreatedNotificationRequest) SetData ¶
func (o *MerchantCreatedNotificationRequest) SetData(v AccountCreateNotificationData)
SetData sets field value
func (*MerchantCreatedNotificationRequest) SetEnvironment ¶
func (o *MerchantCreatedNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*MerchantCreatedNotificationRequest) SetType ¶
func (o *MerchantCreatedNotificationRequest) SetType(v string)
SetType sets field value
func (MerchantCreatedNotificationRequest) ToMap ¶
func (o MerchantCreatedNotificationRequest) ToMap() (map[string]interface{}, error)
type MerchantUpdatedNotificationRequest ¶
type MerchantUpdatedNotificationRequest struct { // Timestamp for when the webhook was created. CreatedAt time.Time `json:"createdAt"` Data AccountUpdateNotificationData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // Type of notification. Type string `json:"type"` }
MerchantUpdatedNotificationRequest struct for MerchantUpdatedNotificationRequest
func HandleMerchantUpdatedNotificationRequest ¶
func HandleMerchantUpdatedNotificationRequest(req string) (*MerchantUpdatedNotificationRequest, error)
HandleMerchantUpdatedNotificationRequest creates a Notification object from the given JSON string
func NewMerchantUpdatedNotificationRequest ¶
func NewMerchantUpdatedNotificationRequest(createdAt time.Time, data AccountUpdateNotificationData, environment string, type_ string) *MerchantUpdatedNotificationRequest
NewMerchantUpdatedNotificationRequest instantiates a new MerchantUpdatedNotificationRequest 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 NewMerchantUpdatedNotificationRequestWithDefaults ¶
func NewMerchantUpdatedNotificationRequestWithDefaults() *MerchantUpdatedNotificationRequest
NewMerchantUpdatedNotificationRequestWithDefaults instantiates a new MerchantUpdatedNotificationRequest 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 (*MerchantUpdatedNotificationRequest) GetCreatedAt ¶
func (o *MerchantUpdatedNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*MerchantUpdatedNotificationRequest) GetCreatedAtOk ¶
func (o *MerchantUpdatedNotificationRequest) 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 (*MerchantUpdatedNotificationRequest) GetData ¶
func (o *MerchantUpdatedNotificationRequest) GetData() AccountUpdateNotificationData
GetData returns the Data field value
func (*MerchantUpdatedNotificationRequest) GetDataOk ¶
func (o *MerchantUpdatedNotificationRequest) GetDataOk() (*AccountUpdateNotificationData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*MerchantUpdatedNotificationRequest) GetEnvironment ¶
func (o *MerchantUpdatedNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*MerchantUpdatedNotificationRequest) GetEnvironmentOk ¶
func (o *MerchantUpdatedNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*MerchantUpdatedNotificationRequest) GetType ¶
func (o *MerchantUpdatedNotificationRequest) GetType() string
GetType returns the Type field value
func (*MerchantUpdatedNotificationRequest) GetTypeOk ¶
func (o *MerchantUpdatedNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (MerchantUpdatedNotificationRequest) MarshalJSON ¶
func (o MerchantUpdatedNotificationRequest) MarshalJSON() ([]byte, error)
func (*MerchantUpdatedNotificationRequest) SetCreatedAt ¶
func (o *MerchantUpdatedNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*MerchantUpdatedNotificationRequest) SetData ¶
func (o *MerchantUpdatedNotificationRequest) SetData(v AccountUpdateNotificationData)
SetData sets field value
func (*MerchantUpdatedNotificationRequest) SetEnvironment ¶
func (o *MerchantUpdatedNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*MerchantUpdatedNotificationRequest) SetType ¶
func (o *MerchantUpdatedNotificationRequest) SetType(v string)
SetType sets field value
func (MerchantUpdatedNotificationRequest) ToMap ¶
func (o MerchantUpdatedNotificationRequest) ToMap() (map[string]interface{}, error)
type MidServiceNotificationData ¶
type MidServiceNotificationData struct { // Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account. Allowed *bool `json:"allowed,omitempty"` // Indicates whether the payment method is enabled (**true**) or disabled (**false**). Enabled *bool `json:"enabled,omitempty"` // The unique identifier of the resource. Id string `json:"id"` // The unique identifier of the merchant account. MerchantId string `json:"merchantId"` // Your reference for the payment method. Reference *string `json:"reference,omitempty"` // The status of the request to add a payment method. Possible values: * **success**: the payment method was added. * **failure**: the request failed. * **capabilityPending**: the **receivePayments** capability is not allowed. Status string `json:"status"` // The unique identifier of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/post/merchants/{id}/paymentMethodSettings__reqParam_storeId), if any. StoreId *string `json:"storeId,omitempty"` // Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api). Type string `json:"type"` // Payment method status. Possible values: * **valid** * **pending** * **invalid** * **rejected** VerificationStatus *string `json:"verificationStatus,omitempty"` }
MidServiceNotificationData struct for MidServiceNotificationData
func NewMidServiceNotificationData ¶
func NewMidServiceNotificationData(id string, merchantId string, status string, type_ string) *MidServiceNotificationData
NewMidServiceNotificationData instantiates a new MidServiceNotificationData 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 NewMidServiceNotificationDataWithDefaults ¶
func NewMidServiceNotificationDataWithDefaults() *MidServiceNotificationData
NewMidServiceNotificationDataWithDefaults instantiates a new MidServiceNotificationData 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 (*MidServiceNotificationData) GetAllowed ¶
func (o *MidServiceNotificationData) GetAllowed() bool
GetAllowed returns the Allowed field value if set, zero value otherwise.
func (*MidServiceNotificationData) GetAllowedOk ¶
func (o *MidServiceNotificationData) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MidServiceNotificationData) GetEnabled ¶
func (o *MidServiceNotificationData) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*MidServiceNotificationData) GetEnabledOk ¶
func (o *MidServiceNotificationData) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MidServiceNotificationData) GetId ¶
func (o *MidServiceNotificationData) GetId() string
GetId returns the Id field value
func (*MidServiceNotificationData) GetIdOk ¶
func (o *MidServiceNotificationData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MidServiceNotificationData) GetMerchantId ¶
func (o *MidServiceNotificationData) GetMerchantId() string
GetMerchantId returns the MerchantId field value
func (*MidServiceNotificationData) GetMerchantIdOk ¶
func (o *MidServiceNotificationData) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value and a boolean to check if the value has been set.
func (*MidServiceNotificationData) GetReference ¶
func (o *MidServiceNotificationData) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*MidServiceNotificationData) GetReferenceOk ¶
func (o *MidServiceNotificationData) 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 (*MidServiceNotificationData) GetStatus ¶
func (o *MidServiceNotificationData) GetStatus() string
GetStatus returns the Status field value
func (*MidServiceNotificationData) GetStatusOk ¶
func (o *MidServiceNotificationData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*MidServiceNotificationData) GetStoreId ¶
func (o *MidServiceNotificationData) GetStoreId() string
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*MidServiceNotificationData) GetStoreIdOk ¶
func (o *MidServiceNotificationData) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MidServiceNotificationData) GetType ¶
func (o *MidServiceNotificationData) GetType() string
GetType returns the Type field value
func (*MidServiceNotificationData) GetTypeOk ¶
func (o *MidServiceNotificationData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*MidServiceNotificationData) GetVerificationStatus ¶
func (o *MidServiceNotificationData) GetVerificationStatus() string
GetVerificationStatus returns the VerificationStatus field value if set, zero value otherwise.
func (*MidServiceNotificationData) GetVerificationStatusOk ¶
func (o *MidServiceNotificationData) GetVerificationStatusOk() (*string, bool)
GetVerificationStatusOk returns a tuple with the VerificationStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MidServiceNotificationData) HasAllowed ¶
func (o *MidServiceNotificationData) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.
func (*MidServiceNotificationData) HasEnabled ¶
func (o *MidServiceNotificationData) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*MidServiceNotificationData) HasReference ¶
func (o *MidServiceNotificationData) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*MidServiceNotificationData) HasStoreId ¶
func (o *MidServiceNotificationData) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (*MidServiceNotificationData) HasVerificationStatus ¶
func (o *MidServiceNotificationData) HasVerificationStatus() bool
HasVerificationStatus returns a boolean if a field has been set.
func (MidServiceNotificationData) MarshalJSON ¶
func (o MidServiceNotificationData) MarshalJSON() ([]byte, error)
func (*MidServiceNotificationData) SetAllowed ¶
func (o *MidServiceNotificationData) SetAllowed(v bool)
SetAllowed gets a reference to the given bool and assigns it to the Allowed field.
func (*MidServiceNotificationData) SetEnabled ¶
func (o *MidServiceNotificationData) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*MidServiceNotificationData) SetId ¶
func (o *MidServiceNotificationData) SetId(v string)
SetId sets field value
func (*MidServiceNotificationData) SetMerchantId ¶
func (o *MidServiceNotificationData) SetMerchantId(v string)
SetMerchantId sets field value
func (*MidServiceNotificationData) SetReference ¶
func (o *MidServiceNotificationData) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*MidServiceNotificationData) SetStatus ¶
func (o *MidServiceNotificationData) SetStatus(v string)
SetStatus sets field value
func (*MidServiceNotificationData) SetStoreId ¶
func (o *MidServiceNotificationData) SetStoreId(v string)
SetStoreId gets a reference to the given string and assigns it to the StoreId field.
func (*MidServiceNotificationData) SetType ¶
func (o *MidServiceNotificationData) SetType(v string)
SetType sets field value
func (*MidServiceNotificationData) SetVerificationStatus ¶
func (o *MidServiceNotificationData) SetVerificationStatus(v string)
SetVerificationStatus gets a reference to the given string and assigns it to the VerificationStatus field.
func (MidServiceNotificationData) ToMap ¶
func (o MidServiceNotificationData) ToMap() (map[string]interface{}, error)
type NotificationDataMessage ¶
type NotificationDataMessage struct { // Timestamp for when the webhook was created. CreatedAt time.Time `json:"createdAt"` Data MidServiceNotificationData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // Type of notification. Type string `json:"type"` }
NotificationDataMessage struct for NotificationDataMessage
func NewNotificationDataMessage ¶
func NewNotificationDataMessage(createdAt time.Time, data MidServiceNotificationData, environment string, type_ string) *NotificationDataMessage
NewNotificationDataMessage instantiates a new NotificationDataMessage 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 NewNotificationDataMessageWithDefaults ¶
func NewNotificationDataMessageWithDefaults() *NotificationDataMessage
NewNotificationDataMessageWithDefaults instantiates a new NotificationDataMessage 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 (*NotificationDataMessage) GetCreatedAt ¶
func (o *NotificationDataMessage) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*NotificationDataMessage) GetCreatedAtOk ¶
func (o *NotificationDataMessage) 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 (*NotificationDataMessage) GetData ¶
func (o *NotificationDataMessage) GetData() MidServiceNotificationData
GetData returns the Data field value
func (*NotificationDataMessage) GetDataOk ¶
func (o *NotificationDataMessage) GetDataOk() (*MidServiceNotificationData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*NotificationDataMessage) GetEnvironment ¶
func (o *NotificationDataMessage) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*NotificationDataMessage) GetEnvironmentOk ¶
func (o *NotificationDataMessage) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*NotificationDataMessage) GetType ¶
func (o *NotificationDataMessage) GetType() string
GetType returns the Type field value
func (*NotificationDataMessage) GetTypeOk ¶
func (o *NotificationDataMessage) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (NotificationDataMessage) MarshalJSON ¶
func (o NotificationDataMessage) MarshalJSON() ([]byte, error)
func (*NotificationDataMessage) SetCreatedAt ¶
func (o *NotificationDataMessage) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*NotificationDataMessage) SetData ¶
func (o *NotificationDataMessage) SetData(v MidServiceNotificationData)
SetData sets field value
func (*NotificationDataMessage) SetEnvironment ¶
func (o *NotificationDataMessage) SetEnvironment(v string)
SetEnvironment sets field value
func (*NotificationDataMessage) SetType ¶
func (o *NotificationDataMessage) SetType(v string)
SetType sets field value
func (NotificationDataMessage) ToMap ¶
func (o NotificationDataMessage) ToMap() (map[string]interface{}, error)
type NullableAccountCapabilityData ¶
type NullableAccountCapabilityData struct {
// contains filtered or unexported fields
}
func NewNullableAccountCapabilityData ¶
func NewNullableAccountCapabilityData(val *AccountCapabilityData) *NullableAccountCapabilityData
func (NullableAccountCapabilityData) Get ¶
func (v NullableAccountCapabilityData) Get() *AccountCapabilityData
func (NullableAccountCapabilityData) IsSet ¶
func (v NullableAccountCapabilityData) IsSet() bool
func (NullableAccountCapabilityData) MarshalJSON ¶
func (v NullableAccountCapabilityData) MarshalJSON() ([]byte, error)
func (*NullableAccountCapabilityData) Set ¶
func (v *NullableAccountCapabilityData) Set(val *AccountCapabilityData)
func (*NullableAccountCapabilityData) UnmarshalJSON ¶
func (v *NullableAccountCapabilityData) UnmarshalJSON(src []byte) error
func (*NullableAccountCapabilityData) Unset ¶
func (v *NullableAccountCapabilityData) Unset()
type NullableAccountCreateNotificationData ¶
type NullableAccountCreateNotificationData struct {
// contains filtered or unexported fields
}
func NewNullableAccountCreateNotificationData ¶
func NewNullableAccountCreateNotificationData(val *AccountCreateNotificationData) *NullableAccountCreateNotificationData
func (NullableAccountCreateNotificationData) Get ¶
func (v NullableAccountCreateNotificationData) Get() *AccountCreateNotificationData
func (NullableAccountCreateNotificationData) IsSet ¶
func (v NullableAccountCreateNotificationData) IsSet() bool
func (NullableAccountCreateNotificationData) MarshalJSON ¶
func (v NullableAccountCreateNotificationData) MarshalJSON() ([]byte, error)
func (*NullableAccountCreateNotificationData) Set ¶
func (v *NullableAccountCreateNotificationData) Set(val *AccountCreateNotificationData)
func (*NullableAccountCreateNotificationData) UnmarshalJSON ¶
func (v *NullableAccountCreateNotificationData) UnmarshalJSON(src []byte) error
func (*NullableAccountCreateNotificationData) Unset ¶
func (v *NullableAccountCreateNotificationData) Unset()
type NullableAccountNotificationResponse ¶
type NullableAccountNotificationResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccountNotificationResponse ¶
func NewNullableAccountNotificationResponse(val *AccountNotificationResponse) *NullableAccountNotificationResponse
func (NullableAccountNotificationResponse) Get ¶
func (v NullableAccountNotificationResponse) Get() *AccountNotificationResponse
func (NullableAccountNotificationResponse) IsSet ¶
func (v NullableAccountNotificationResponse) IsSet() bool
func (NullableAccountNotificationResponse) MarshalJSON ¶
func (v NullableAccountNotificationResponse) MarshalJSON() ([]byte, error)
func (*NullableAccountNotificationResponse) Set ¶
func (v *NullableAccountNotificationResponse) Set(val *AccountNotificationResponse)
func (*NullableAccountNotificationResponse) UnmarshalJSON ¶
func (v *NullableAccountNotificationResponse) UnmarshalJSON(src []byte) error
func (*NullableAccountNotificationResponse) Unset ¶
func (v *NullableAccountNotificationResponse) Unset()
type NullableAccountUpdateNotificationData ¶
type NullableAccountUpdateNotificationData struct {
// contains filtered or unexported fields
}
func NewNullableAccountUpdateNotificationData ¶
func NewNullableAccountUpdateNotificationData(val *AccountUpdateNotificationData) *NullableAccountUpdateNotificationData
func (NullableAccountUpdateNotificationData) Get ¶
func (v NullableAccountUpdateNotificationData) Get() *AccountUpdateNotificationData
func (NullableAccountUpdateNotificationData) IsSet ¶
func (v NullableAccountUpdateNotificationData) IsSet() bool
func (NullableAccountUpdateNotificationData) MarshalJSON ¶
func (v NullableAccountUpdateNotificationData) MarshalJSON() ([]byte, error)
func (*NullableAccountUpdateNotificationData) Set ¶
func (v *NullableAccountUpdateNotificationData) Set(val *AccountUpdateNotificationData)
func (*NullableAccountUpdateNotificationData) UnmarshalJSON ¶
func (v *NullableAccountUpdateNotificationData) UnmarshalJSON(src []byte) error
func (*NullableAccountUpdateNotificationData) Unset ¶
func (v *NullableAccountUpdateNotificationData) Unset()
type NullableCapabilityProblem ¶
type NullableCapabilityProblem struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityProblem ¶
func NewNullableCapabilityProblem(val *CapabilityProblem) *NullableCapabilityProblem
func (NullableCapabilityProblem) Get ¶
func (v NullableCapabilityProblem) Get() *CapabilityProblem
func (NullableCapabilityProblem) IsSet ¶
func (v NullableCapabilityProblem) IsSet() bool
func (NullableCapabilityProblem) MarshalJSON ¶
func (v NullableCapabilityProblem) MarshalJSON() ([]byte, error)
func (*NullableCapabilityProblem) Set ¶
func (v *NullableCapabilityProblem) Set(val *CapabilityProblem)
func (*NullableCapabilityProblem) UnmarshalJSON ¶
func (v *NullableCapabilityProblem) UnmarshalJSON(src []byte) error
func (*NullableCapabilityProblem) Unset ¶
func (v *NullableCapabilityProblem) Unset()
type NullableCapabilityProblemEntity ¶
type NullableCapabilityProblemEntity struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityProblemEntity ¶
func NewNullableCapabilityProblemEntity(val *CapabilityProblemEntity) *NullableCapabilityProblemEntity
func (NullableCapabilityProblemEntity) Get ¶
func (v NullableCapabilityProblemEntity) Get() *CapabilityProblemEntity
func (NullableCapabilityProblemEntity) IsSet ¶
func (v NullableCapabilityProblemEntity) IsSet() bool
func (NullableCapabilityProblemEntity) MarshalJSON ¶
func (v NullableCapabilityProblemEntity) MarshalJSON() ([]byte, error)
func (*NullableCapabilityProblemEntity) Set ¶
func (v *NullableCapabilityProblemEntity) Set(val *CapabilityProblemEntity)
func (*NullableCapabilityProblemEntity) UnmarshalJSON ¶
func (v *NullableCapabilityProblemEntity) UnmarshalJSON(src []byte) error
func (*NullableCapabilityProblemEntity) Unset ¶
func (v *NullableCapabilityProblemEntity) Unset()
type NullableCapabilityProblemEntityRecursive ¶
type NullableCapabilityProblemEntityRecursive struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityProblemEntityRecursive ¶
func NewNullableCapabilityProblemEntityRecursive(val *CapabilityProblemEntityRecursive) *NullableCapabilityProblemEntityRecursive
func (NullableCapabilityProblemEntityRecursive) IsSet ¶
func (v NullableCapabilityProblemEntityRecursive) IsSet() bool
func (NullableCapabilityProblemEntityRecursive) MarshalJSON ¶
func (v NullableCapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error)
func (*NullableCapabilityProblemEntityRecursive) Set ¶
func (v *NullableCapabilityProblemEntityRecursive) Set(val *CapabilityProblemEntityRecursive)
func (*NullableCapabilityProblemEntityRecursive) UnmarshalJSON ¶
func (v *NullableCapabilityProblemEntityRecursive) UnmarshalJSON(src []byte) error
func (*NullableCapabilityProblemEntityRecursive) Unset ¶
func (v *NullableCapabilityProblemEntityRecursive) Unset()
type NullableMerchantCreatedNotificationRequest ¶
type NullableMerchantCreatedNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableMerchantCreatedNotificationRequest ¶
func NewNullableMerchantCreatedNotificationRequest(val *MerchantCreatedNotificationRequest) *NullableMerchantCreatedNotificationRequest
func (NullableMerchantCreatedNotificationRequest) IsSet ¶
func (v NullableMerchantCreatedNotificationRequest) IsSet() bool
func (NullableMerchantCreatedNotificationRequest) MarshalJSON ¶
func (v NullableMerchantCreatedNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableMerchantCreatedNotificationRequest) Set ¶
func (v *NullableMerchantCreatedNotificationRequest) Set(val *MerchantCreatedNotificationRequest)
func (*NullableMerchantCreatedNotificationRequest) UnmarshalJSON ¶
func (v *NullableMerchantCreatedNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableMerchantCreatedNotificationRequest) Unset ¶
func (v *NullableMerchantCreatedNotificationRequest) Unset()
type NullableMerchantUpdatedNotificationRequest ¶
type NullableMerchantUpdatedNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableMerchantUpdatedNotificationRequest ¶
func NewNullableMerchantUpdatedNotificationRequest(val *MerchantUpdatedNotificationRequest) *NullableMerchantUpdatedNotificationRequest
func (NullableMerchantUpdatedNotificationRequest) IsSet ¶
func (v NullableMerchantUpdatedNotificationRequest) IsSet() bool
func (NullableMerchantUpdatedNotificationRequest) MarshalJSON ¶
func (v NullableMerchantUpdatedNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableMerchantUpdatedNotificationRequest) Set ¶
func (v *NullableMerchantUpdatedNotificationRequest) Set(val *MerchantUpdatedNotificationRequest)
func (*NullableMerchantUpdatedNotificationRequest) UnmarshalJSON ¶
func (v *NullableMerchantUpdatedNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableMerchantUpdatedNotificationRequest) Unset ¶
func (v *NullableMerchantUpdatedNotificationRequest) Unset()
type NullableMidServiceNotificationData ¶
type NullableMidServiceNotificationData struct {
// contains filtered or unexported fields
}
func NewNullableMidServiceNotificationData ¶
func NewNullableMidServiceNotificationData(val *MidServiceNotificationData) *NullableMidServiceNotificationData
func (NullableMidServiceNotificationData) Get ¶
func (v NullableMidServiceNotificationData) Get() *MidServiceNotificationData
func (NullableMidServiceNotificationData) IsSet ¶
func (v NullableMidServiceNotificationData) IsSet() bool
func (NullableMidServiceNotificationData) MarshalJSON ¶
func (v NullableMidServiceNotificationData) MarshalJSON() ([]byte, error)
func (*NullableMidServiceNotificationData) Set ¶
func (v *NullableMidServiceNotificationData) Set(val *MidServiceNotificationData)
func (*NullableMidServiceNotificationData) UnmarshalJSON ¶
func (v *NullableMidServiceNotificationData) UnmarshalJSON(src []byte) error
func (*NullableMidServiceNotificationData) Unset ¶
func (v *NullableMidServiceNotificationData) Unset()
type NullableNotificationDataMessage ¶
type NullableNotificationDataMessage struct {
// contains filtered or unexported fields
}
func NewNullableNotificationDataMessage ¶
func NewNullableNotificationDataMessage(val *NotificationDataMessage) *NullableNotificationDataMessage
func (NullableNotificationDataMessage) Get ¶
func (v NullableNotificationDataMessage) Get() *NotificationDataMessage
func (NullableNotificationDataMessage) IsSet ¶
func (v NullableNotificationDataMessage) IsSet() bool
func (NullableNotificationDataMessage) MarshalJSON ¶
func (v NullableNotificationDataMessage) MarshalJSON() ([]byte, error)
func (*NullableNotificationDataMessage) Set ¶
func (v *NullableNotificationDataMessage) Set(val *NotificationDataMessage)
func (*NullableNotificationDataMessage) UnmarshalJSON ¶
func (v *NullableNotificationDataMessage) UnmarshalJSON(src []byte) error
func (*NullableNotificationDataMessage) Unset ¶
func (v *NullableNotificationDataMessage) Unset()
type NullablePaymentMethodCreatedNotificationRequest ¶
type NullablePaymentMethodCreatedNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullablePaymentMethodCreatedNotificationRequest ¶
func NewNullablePaymentMethodCreatedNotificationRequest(val *PaymentMethodCreatedNotificationRequest) *NullablePaymentMethodCreatedNotificationRequest
func (NullablePaymentMethodCreatedNotificationRequest) IsSet ¶
func (v NullablePaymentMethodCreatedNotificationRequest) IsSet() bool
func (NullablePaymentMethodCreatedNotificationRequest) MarshalJSON ¶
func (v NullablePaymentMethodCreatedNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullablePaymentMethodCreatedNotificationRequest) UnmarshalJSON ¶
func (v *NullablePaymentMethodCreatedNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullablePaymentMethodCreatedNotificationRequest) Unset ¶
func (v *NullablePaymentMethodCreatedNotificationRequest) Unset()
type NullablePaymentMethodNotificationResponse ¶
type NullablePaymentMethodNotificationResponse struct {
// contains filtered or unexported fields
}
func NewNullablePaymentMethodNotificationResponse ¶
func NewNullablePaymentMethodNotificationResponse(val *PaymentMethodNotificationResponse) *NullablePaymentMethodNotificationResponse
func (NullablePaymentMethodNotificationResponse) IsSet ¶
func (v NullablePaymentMethodNotificationResponse) IsSet() bool
func (NullablePaymentMethodNotificationResponse) MarshalJSON ¶
func (v NullablePaymentMethodNotificationResponse) MarshalJSON() ([]byte, error)
func (*NullablePaymentMethodNotificationResponse) Set ¶
func (v *NullablePaymentMethodNotificationResponse) Set(val *PaymentMethodNotificationResponse)
func (*NullablePaymentMethodNotificationResponse) UnmarshalJSON ¶
func (v *NullablePaymentMethodNotificationResponse) UnmarshalJSON(src []byte) error
func (*NullablePaymentMethodNotificationResponse) Unset ¶
func (v *NullablePaymentMethodNotificationResponse) Unset()
type NullablePaymentMethodRequestRemovedNotificationRequest ¶
type NullablePaymentMethodRequestRemovedNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullablePaymentMethodRequestRemovedNotificationRequest ¶
func NewNullablePaymentMethodRequestRemovedNotificationRequest(val *PaymentMethodRequestRemovedNotificationRequest) *NullablePaymentMethodRequestRemovedNotificationRequest
func (NullablePaymentMethodRequestRemovedNotificationRequest) IsSet ¶
func (v NullablePaymentMethodRequestRemovedNotificationRequest) IsSet() bool
func (NullablePaymentMethodRequestRemovedNotificationRequest) MarshalJSON ¶
func (v NullablePaymentMethodRequestRemovedNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullablePaymentMethodRequestRemovedNotificationRequest) UnmarshalJSON ¶
func (v *NullablePaymentMethodRequestRemovedNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullablePaymentMethodRequestRemovedNotificationRequest) Unset ¶
func (v *NullablePaymentMethodRequestRemovedNotificationRequest) Unset()
type NullablePaymentMethodScheduledForRemovalNotificationRequest ¶
type NullablePaymentMethodScheduledForRemovalNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullablePaymentMethodScheduledForRemovalNotificationRequest ¶
func NewNullablePaymentMethodScheduledForRemovalNotificationRequest(val *PaymentMethodScheduledForRemovalNotificationRequest) *NullablePaymentMethodScheduledForRemovalNotificationRequest
func (NullablePaymentMethodScheduledForRemovalNotificationRequest) IsSet ¶
func (v NullablePaymentMethodScheduledForRemovalNotificationRequest) IsSet() bool
func (NullablePaymentMethodScheduledForRemovalNotificationRequest) MarshalJSON ¶
func (v NullablePaymentMethodScheduledForRemovalNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullablePaymentMethodScheduledForRemovalNotificationRequest) UnmarshalJSON ¶
func (v *NullablePaymentMethodScheduledForRemovalNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullablePaymentMethodScheduledForRemovalNotificationRequest) Unset ¶
func (v *NullablePaymentMethodScheduledForRemovalNotificationRequest) Unset()
type NullableRemediatingAction ¶
type NullableRemediatingAction struct {
// contains filtered or unexported fields
}
func NewNullableRemediatingAction ¶
func NewNullableRemediatingAction(val *RemediatingAction) *NullableRemediatingAction
func (NullableRemediatingAction) Get ¶
func (v NullableRemediatingAction) Get() *RemediatingAction
func (NullableRemediatingAction) IsSet ¶
func (v NullableRemediatingAction) IsSet() bool
func (NullableRemediatingAction) MarshalJSON ¶
func (v NullableRemediatingAction) MarshalJSON() ([]byte, error)
func (*NullableRemediatingAction) Set ¶
func (v *NullableRemediatingAction) Set(val *RemediatingAction)
func (*NullableRemediatingAction) UnmarshalJSON ¶
func (v *NullableRemediatingAction) UnmarshalJSON(src []byte) error
func (*NullableRemediatingAction) Unset ¶
func (v *NullableRemediatingAction) Unset()
type NullableTerminalBoardingData ¶
type NullableTerminalBoardingData struct {
// contains filtered or unexported fields
}
func NewNullableTerminalBoardingData ¶
func NewNullableTerminalBoardingData(val *TerminalBoardingData) *NullableTerminalBoardingData
func (NullableTerminalBoardingData) Get ¶
func (v NullableTerminalBoardingData) Get() *TerminalBoardingData
func (NullableTerminalBoardingData) IsSet ¶
func (v NullableTerminalBoardingData) IsSet() bool
func (NullableTerminalBoardingData) MarshalJSON ¶
func (v NullableTerminalBoardingData) MarshalJSON() ([]byte, error)
func (*NullableTerminalBoardingData) Set ¶
func (v *NullableTerminalBoardingData) Set(val *TerminalBoardingData)
func (*NullableTerminalBoardingData) UnmarshalJSON ¶
func (v *NullableTerminalBoardingData) UnmarshalJSON(src []byte) error
func (*NullableTerminalBoardingData) Unset ¶
func (v *NullableTerminalBoardingData) Unset()
type NullableTerminalBoardingNotificationRequest ¶
type NullableTerminalBoardingNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableTerminalBoardingNotificationRequest ¶
func NewNullableTerminalBoardingNotificationRequest(val *TerminalBoardingNotificationRequest) *NullableTerminalBoardingNotificationRequest
func (NullableTerminalBoardingNotificationRequest) IsSet ¶
func (v NullableTerminalBoardingNotificationRequest) IsSet() bool
func (NullableTerminalBoardingNotificationRequest) MarshalJSON ¶
func (v NullableTerminalBoardingNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableTerminalBoardingNotificationRequest) Set ¶
func (v *NullableTerminalBoardingNotificationRequest) Set(val *TerminalBoardingNotificationRequest)
func (*NullableTerminalBoardingNotificationRequest) UnmarshalJSON ¶
func (v *NullableTerminalBoardingNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableTerminalBoardingNotificationRequest) Unset ¶
func (v *NullableTerminalBoardingNotificationRequest) Unset()
type NullableTerminalBoardingNotificationResponse ¶
type NullableTerminalBoardingNotificationResponse struct {
// contains filtered or unexported fields
}
func NewNullableTerminalBoardingNotificationResponse ¶
func NewNullableTerminalBoardingNotificationResponse(val *TerminalBoardingNotificationResponse) *NullableTerminalBoardingNotificationResponse
func (NullableTerminalBoardingNotificationResponse) IsSet ¶
func (v NullableTerminalBoardingNotificationResponse) IsSet() bool
func (NullableTerminalBoardingNotificationResponse) MarshalJSON ¶
func (v NullableTerminalBoardingNotificationResponse) MarshalJSON() ([]byte, error)
func (*NullableTerminalBoardingNotificationResponse) Set ¶
func (v *NullableTerminalBoardingNotificationResponse) Set(val *TerminalBoardingNotificationResponse)
func (*NullableTerminalBoardingNotificationResponse) UnmarshalJSON ¶
func (v *NullableTerminalBoardingNotificationResponse) UnmarshalJSON(src []byte) error
func (*NullableTerminalBoardingNotificationResponse) Unset ¶
func (v *NullableTerminalBoardingNotificationResponse) Unset()
type NullableTerminalSettingsData ¶
type NullableTerminalSettingsData struct {
// contains filtered or unexported fields
}
func NewNullableTerminalSettingsData ¶
func NewNullableTerminalSettingsData(val *TerminalSettingsData) *NullableTerminalSettingsData
func (NullableTerminalSettingsData) Get ¶
func (v NullableTerminalSettingsData) Get() *TerminalSettingsData
func (NullableTerminalSettingsData) IsSet ¶
func (v NullableTerminalSettingsData) IsSet() bool
func (NullableTerminalSettingsData) MarshalJSON ¶
func (v NullableTerminalSettingsData) MarshalJSON() ([]byte, error)
func (*NullableTerminalSettingsData) Set ¶
func (v *NullableTerminalSettingsData) Set(val *TerminalSettingsData)
func (*NullableTerminalSettingsData) UnmarshalJSON ¶
func (v *NullableTerminalSettingsData) UnmarshalJSON(src []byte) error
func (*NullableTerminalSettingsData) Unset ¶
func (v *NullableTerminalSettingsData) Unset()
type NullableTerminalSettingsNotificationRequest ¶
type NullableTerminalSettingsNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableTerminalSettingsNotificationRequest ¶
func NewNullableTerminalSettingsNotificationRequest(val *TerminalSettingsNotificationRequest) *NullableTerminalSettingsNotificationRequest
func (NullableTerminalSettingsNotificationRequest) IsSet ¶
func (v NullableTerminalSettingsNotificationRequest) IsSet() bool
func (NullableTerminalSettingsNotificationRequest) MarshalJSON ¶
func (v NullableTerminalSettingsNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableTerminalSettingsNotificationRequest) Set ¶
func (v *NullableTerminalSettingsNotificationRequest) Set(val *TerminalSettingsNotificationRequest)
func (*NullableTerminalSettingsNotificationRequest) UnmarshalJSON ¶
func (v *NullableTerminalSettingsNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableTerminalSettingsNotificationRequest) Unset ¶
func (v *NullableTerminalSettingsNotificationRequest) Unset()
type NullableTerminalSettingsNotificationResponse ¶
type NullableTerminalSettingsNotificationResponse struct {
// contains filtered or unexported fields
}
func NewNullableTerminalSettingsNotificationResponse ¶
func NewNullableTerminalSettingsNotificationResponse(val *TerminalSettingsNotificationResponse) *NullableTerminalSettingsNotificationResponse
func (NullableTerminalSettingsNotificationResponse) IsSet ¶
func (v NullableTerminalSettingsNotificationResponse) IsSet() bool
func (NullableTerminalSettingsNotificationResponse) MarshalJSON ¶
func (v NullableTerminalSettingsNotificationResponse) MarshalJSON() ([]byte, error)
func (*NullableTerminalSettingsNotificationResponse) Set ¶
func (v *NullableTerminalSettingsNotificationResponse) Set(val *TerminalSettingsNotificationResponse)
func (*NullableTerminalSettingsNotificationResponse) UnmarshalJSON ¶
func (v *NullableTerminalSettingsNotificationResponse) UnmarshalJSON(src []byte) error
func (*NullableTerminalSettingsNotificationResponse) Unset ¶
func (v *NullableTerminalSettingsNotificationResponse) Unset()
type NullableVerificationError ¶
type NullableVerificationError struct {
// contains filtered or unexported fields
}
func NewNullableVerificationError ¶
func NewNullableVerificationError(val *VerificationError) *NullableVerificationError
func (NullableVerificationError) Get ¶
func (v NullableVerificationError) Get() *VerificationError
func (NullableVerificationError) IsSet ¶
func (v NullableVerificationError) IsSet() bool
func (NullableVerificationError) MarshalJSON ¶
func (v NullableVerificationError) MarshalJSON() ([]byte, error)
func (*NullableVerificationError) Set ¶
func (v *NullableVerificationError) Set(val *VerificationError)
func (*NullableVerificationError) UnmarshalJSON ¶
func (v *NullableVerificationError) UnmarshalJSON(src []byte) error
func (*NullableVerificationError) Unset ¶
func (v *NullableVerificationError) Unset()
type NullableVerificationErrorRecursive ¶
type NullableVerificationErrorRecursive struct {
// contains filtered or unexported fields
}
func NewNullableVerificationErrorRecursive ¶
func NewNullableVerificationErrorRecursive(val *VerificationErrorRecursive) *NullableVerificationErrorRecursive
func (NullableVerificationErrorRecursive) Get ¶
func (v NullableVerificationErrorRecursive) Get() *VerificationErrorRecursive
func (NullableVerificationErrorRecursive) IsSet ¶
func (v NullableVerificationErrorRecursive) IsSet() bool
func (NullableVerificationErrorRecursive) MarshalJSON ¶
func (v NullableVerificationErrorRecursive) MarshalJSON() ([]byte, error)
func (*NullableVerificationErrorRecursive) Set ¶
func (v *NullableVerificationErrorRecursive) Set(val *VerificationErrorRecursive)
func (*NullableVerificationErrorRecursive) UnmarshalJSON ¶
func (v *NullableVerificationErrorRecursive) UnmarshalJSON(src []byte) error
func (*NullableVerificationErrorRecursive) Unset ¶
func (v *NullableVerificationErrorRecursive) Unset()
type PaymentMethodCreatedNotificationRequest ¶
type PaymentMethodCreatedNotificationRequest struct { // Timestamp for when the webhook was created. CreatedAt time.Time `json:"createdAt"` Data MidServiceNotificationData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // Type of notification. Type string `json:"type"` }
PaymentMethodCreatedNotificationRequest struct for PaymentMethodCreatedNotificationRequest
func HandlePaymentMethodCreatedNotificationRequest ¶
func HandlePaymentMethodCreatedNotificationRequest(req string) (*PaymentMethodCreatedNotificationRequest, error)
HandlePaymentMethodCreatedNotificationRequest creates a Notification object from the given JSON string
func NewPaymentMethodCreatedNotificationRequest ¶
func NewPaymentMethodCreatedNotificationRequest(createdAt time.Time, data MidServiceNotificationData, environment string, type_ string) *PaymentMethodCreatedNotificationRequest
NewPaymentMethodCreatedNotificationRequest instantiates a new PaymentMethodCreatedNotificationRequest 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 NewPaymentMethodCreatedNotificationRequestWithDefaults ¶
func NewPaymentMethodCreatedNotificationRequestWithDefaults() *PaymentMethodCreatedNotificationRequest
NewPaymentMethodCreatedNotificationRequestWithDefaults instantiates a new PaymentMethodCreatedNotificationRequest 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 (*PaymentMethodCreatedNotificationRequest) GetCreatedAt ¶
func (o *PaymentMethodCreatedNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*PaymentMethodCreatedNotificationRequest) GetCreatedAtOk ¶
func (o *PaymentMethodCreatedNotificationRequest) 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 (*PaymentMethodCreatedNotificationRequest) GetData ¶
func (o *PaymentMethodCreatedNotificationRequest) GetData() MidServiceNotificationData
GetData returns the Data field value
func (*PaymentMethodCreatedNotificationRequest) GetDataOk ¶
func (o *PaymentMethodCreatedNotificationRequest) GetDataOk() (*MidServiceNotificationData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaymentMethodCreatedNotificationRequest) GetEnvironment ¶
func (o *PaymentMethodCreatedNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*PaymentMethodCreatedNotificationRequest) GetEnvironmentOk ¶
func (o *PaymentMethodCreatedNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*PaymentMethodCreatedNotificationRequest) GetType ¶
func (o *PaymentMethodCreatedNotificationRequest) GetType() string
GetType returns the Type field value
func (*PaymentMethodCreatedNotificationRequest) GetTypeOk ¶
func (o *PaymentMethodCreatedNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PaymentMethodCreatedNotificationRequest) MarshalJSON ¶
func (o PaymentMethodCreatedNotificationRequest) MarshalJSON() ([]byte, error)
func (*PaymentMethodCreatedNotificationRequest) SetCreatedAt ¶
func (o *PaymentMethodCreatedNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*PaymentMethodCreatedNotificationRequest) SetData ¶
func (o *PaymentMethodCreatedNotificationRequest) SetData(v MidServiceNotificationData)
SetData sets field value
func (*PaymentMethodCreatedNotificationRequest) SetEnvironment ¶
func (o *PaymentMethodCreatedNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*PaymentMethodCreatedNotificationRequest) SetType ¶
func (o *PaymentMethodCreatedNotificationRequest) SetType(v string)
SetType sets field value
func (PaymentMethodCreatedNotificationRequest) ToMap ¶
func (o PaymentMethodCreatedNotificationRequest) ToMap() (map[string]interface{}, error)
type PaymentMethodNotificationResponse ¶
type PaymentMethodNotificationResponse struct { // Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications). NotificationResponse *string `json:"notificationResponse,omitempty"` }
PaymentMethodNotificationResponse struct for PaymentMethodNotificationResponse
func NewPaymentMethodNotificationResponse ¶
func NewPaymentMethodNotificationResponse() *PaymentMethodNotificationResponse
NewPaymentMethodNotificationResponse instantiates a new PaymentMethodNotificationResponse 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 NewPaymentMethodNotificationResponseWithDefaults ¶
func NewPaymentMethodNotificationResponseWithDefaults() *PaymentMethodNotificationResponse
NewPaymentMethodNotificationResponseWithDefaults instantiates a new PaymentMethodNotificationResponse 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 (*PaymentMethodNotificationResponse) GetNotificationResponse ¶
func (o *PaymentMethodNotificationResponse) GetNotificationResponse() string
GetNotificationResponse returns the NotificationResponse field value if set, zero value otherwise.
func (*PaymentMethodNotificationResponse) GetNotificationResponseOk ¶
func (o *PaymentMethodNotificationResponse) 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 (*PaymentMethodNotificationResponse) HasNotificationResponse ¶
func (o *PaymentMethodNotificationResponse) HasNotificationResponse() bool
HasNotificationResponse returns a boolean if a field has been set.
func (PaymentMethodNotificationResponse) MarshalJSON ¶
func (o PaymentMethodNotificationResponse) MarshalJSON() ([]byte, error)
func (*PaymentMethodNotificationResponse) SetNotificationResponse ¶
func (o *PaymentMethodNotificationResponse) SetNotificationResponse(v string)
SetNotificationResponse gets a reference to the given string and assigns it to the NotificationResponse field.
func (PaymentMethodNotificationResponse) ToMap ¶
func (o PaymentMethodNotificationResponse) ToMap() (map[string]interface{}, error)
type PaymentMethodRequestRemovedNotificationRequest ¶
type PaymentMethodRequestRemovedNotificationRequest struct { // Timestamp for when the webhook was created. CreatedAt time.Time `json:"createdAt"` Data MidServiceNotificationData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // Type of notification. Type string `json:"type"` }
PaymentMethodRequestRemovedNotificationRequest struct for PaymentMethodRequestRemovedNotificationRequest
func HandlePaymentMethodRequestRemovedNotificationRequest ¶
func HandlePaymentMethodRequestRemovedNotificationRequest(req string) (*PaymentMethodRequestRemovedNotificationRequest, error)
HandlePaymentMethodRequestRemovedNotificationRequest creates a Notification object from the given JSON string event: paymentMethod.requestRemoved
func NewPaymentMethodRequestRemovedNotificationRequest ¶
func NewPaymentMethodRequestRemovedNotificationRequest(createdAt time.Time, data MidServiceNotificationData, environment string, type_ string) *PaymentMethodRequestRemovedNotificationRequest
NewPaymentMethodRequestRemovedNotificationRequest instantiates a new PaymentMethodRequestRemovedNotificationRequest 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 NewPaymentMethodRequestRemovedNotificationRequestWithDefaults ¶
func NewPaymentMethodRequestRemovedNotificationRequestWithDefaults() *PaymentMethodRequestRemovedNotificationRequest
NewPaymentMethodRequestRemovedNotificationRequestWithDefaults instantiates a new PaymentMethodRequestRemovedNotificationRequest 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 (*PaymentMethodRequestRemovedNotificationRequest) GetCreatedAt ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*PaymentMethodRequestRemovedNotificationRequest) GetCreatedAtOk ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) 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 (*PaymentMethodRequestRemovedNotificationRequest) GetData ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) GetData() MidServiceNotificationData
GetData returns the Data field value
func (*PaymentMethodRequestRemovedNotificationRequest) GetDataOk ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) GetDataOk() (*MidServiceNotificationData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaymentMethodRequestRemovedNotificationRequest) GetEnvironment ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*PaymentMethodRequestRemovedNotificationRequest) GetEnvironmentOk ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*PaymentMethodRequestRemovedNotificationRequest) GetType ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) GetType() string
GetType returns the Type field value
func (*PaymentMethodRequestRemovedNotificationRequest) GetTypeOk ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PaymentMethodRequestRemovedNotificationRequest) MarshalJSON ¶
func (o PaymentMethodRequestRemovedNotificationRequest) MarshalJSON() ([]byte, error)
func (*PaymentMethodRequestRemovedNotificationRequest) SetCreatedAt ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*PaymentMethodRequestRemovedNotificationRequest) SetData ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) SetData(v MidServiceNotificationData)
SetData sets field value
func (*PaymentMethodRequestRemovedNotificationRequest) SetEnvironment ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*PaymentMethodRequestRemovedNotificationRequest) SetType ¶
func (o *PaymentMethodRequestRemovedNotificationRequest) SetType(v string)
SetType sets field value
func (PaymentMethodRequestRemovedNotificationRequest) ToMap ¶
func (o PaymentMethodRequestRemovedNotificationRequest) ToMap() (map[string]interface{}, error)
type PaymentMethodScheduledForRemovalNotificationRequest ¶
type PaymentMethodScheduledForRemovalNotificationRequest struct { // Timestamp for when the webhook was created. CreatedAt time.Time `json:"createdAt"` Data MidServiceNotificationData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // Type of notification. Type string `json:"type"` }
PaymentMethodScheduledForRemovalNotificationRequest struct for PaymentMethodScheduledForRemovalNotificationRequest
func HandlePaymentMethodScheduledForRemovalNotificationRequest ¶
func HandlePaymentMethodScheduledForRemovalNotificationRequest(req string) (*PaymentMethodScheduledForRemovalNotificationRequest, error)
HandlePaymentMethodScheduledForRemovalNotificationRequest creates a Notification object from the given JSON string event: paymentMethod.requestScheduledForRemoval
func NewPaymentMethodScheduledForRemovalNotificationRequest ¶
func NewPaymentMethodScheduledForRemovalNotificationRequest(createdAt time.Time, data MidServiceNotificationData, environment string, type_ string) *PaymentMethodScheduledForRemovalNotificationRequest
NewPaymentMethodScheduledForRemovalNotificationRequest instantiates a new PaymentMethodScheduledForRemovalNotificationRequest 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 NewPaymentMethodScheduledForRemovalNotificationRequestWithDefaults ¶
func NewPaymentMethodScheduledForRemovalNotificationRequestWithDefaults() *PaymentMethodScheduledForRemovalNotificationRequest
NewPaymentMethodScheduledForRemovalNotificationRequestWithDefaults instantiates a new PaymentMethodScheduledForRemovalNotificationRequest 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 (*PaymentMethodScheduledForRemovalNotificationRequest) GetCreatedAt ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*PaymentMethodScheduledForRemovalNotificationRequest) GetCreatedAtOk ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) 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 (*PaymentMethodScheduledForRemovalNotificationRequest) GetData ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetData() MidServiceNotificationData
GetData returns the Data field value
func (*PaymentMethodScheduledForRemovalNotificationRequest) GetDataOk ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetDataOk() (*MidServiceNotificationData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaymentMethodScheduledForRemovalNotificationRequest) GetEnvironment ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*PaymentMethodScheduledForRemovalNotificationRequest) GetEnvironmentOk ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*PaymentMethodScheduledForRemovalNotificationRequest) GetType ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetType() string
GetType returns the Type field value
func (*PaymentMethodScheduledForRemovalNotificationRequest) GetTypeOk ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PaymentMethodScheduledForRemovalNotificationRequest) MarshalJSON ¶
func (o PaymentMethodScheduledForRemovalNotificationRequest) MarshalJSON() ([]byte, error)
func (*PaymentMethodScheduledForRemovalNotificationRequest) SetCreatedAt ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*PaymentMethodScheduledForRemovalNotificationRequest) SetData ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) SetData(v MidServiceNotificationData)
SetData sets field value
func (*PaymentMethodScheduledForRemovalNotificationRequest) SetEnvironment ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*PaymentMethodScheduledForRemovalNotificationRequest) SetType ¶
func (o *PaymentMethodScheduledForRemovalNotificationRequest) SetType(v string)
SetType sets field value
func (PaymentMethodScheduledForRemovalNotificationRequest) ToMap ¶
func (o PaymentMethodScheduledForRemovalNotificationRequest) ToMap() (map[string]interface{}, error)
type RemediatingAction ¶
type RemediatingAction struct { // The remediating action code. Code *string `json:"code,omitempty"` // A description of how you can resolve the verification error. Message *string `json:"message,omitempty"` }
RemediatingAction struct for RemediatingAction
func NewRemediatingAction ¶
func NewRemediatingAction() *RemediatingAction
NewRemediatingAction instantiates a new RemediatingAction 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 NewRemediatingActionWithDefaults ¶
func NewRemediatingActionWithDefaults() *RemediatingAction
NewRemediatingActionWithDefaults instantiates a new RemediatingAction 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 (*RemediatingAction) GetCode ¶
func (o *RemediatingAction) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*RemediatingAction) GetCodeOk ¶
func (o *RemediatingAction) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemediatingAction) GetMessage ¶
func (o *RemediatingAction) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*RemediatingAction) GetMessageOk ¶
func (o *RemediatingAction) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemediatingAction) HasCode ¶
func (o *RemediatingAction) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*RemediatingAction) HasMessage ¶
func (o *RemediatingAction) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (RemediatingAction) MarshalJSON ¶
func (o RemediatingAction) MarshalJSON() ([]byte, error)
func (*RemediatingAction) SetCode ¶
func (o *RemediatingAction) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*RemediatingAction) SetMessage ¶
func (o *RemediatingAction) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (RemediatingAction) ToMap ¶
func (o RemediatingAction) ToMap() (map[string]interface{}, error)
type TerminalBoardingData ¶
type TerminalBoardingData struct { // The unique identifier of the company account. CompanyId string `json:"companyId"` // The unique identifier of the merchant account. MerchantId *string `json:"merchantId,omitempty"` // The unique identifier of the store. StoreId *string `json:"storeId,omitempty"` // The unique identifier of the terminal. UniqueTerminalId string `json:"uniqueTerminalId"` }
TerminalBoardingData struct for TerminalBoardingData
func NewTerminalBoardingData ¶
func NewTerminalBoardingData(companyId string, uniqueTerminalId string) *TerminalBoardingData
NewTerminalBoardingData instantiates a new TerminalBoardingData 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 NewTerminalBoardingDataWithDefaults ¶
func NewTerminalBoardingDataWithDefaults() *TerminalBoardingData
NewTerminalBoardingDataWithDefaults instantiates a new TerminalBoardingData 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 (*TerminalBoardingData) GetCompanyId ¶
func (o *TerminalBoardingData) GetCompanyId() string
GetCompanyId returns the CompanyId field value
func (*TerminalBoardingData) GetCompanyIdOk ¶
func (o *TerminalBoardingData) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value and a boolean to check if the value has been set.
func (*TerminalBoardingData) GetMerchantId ¶
func (o *TerminalBoardingData) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*TerminalBoardingData) GetMerchantIdOk ¶
func (o *TerminalBoardingData) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalBoardingData) GetStoreId ¶
func (o *TerminalBoardingData) GetStoreId() string
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*TerminalBoardingData) GetStoreIdOk ¶
func (o *TerminalBoardingData) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalBoardingData) GetUniqueTerminalId ¶
func (o *TerminalBoardingData) GetUniqueTerminalId() string
GetUniqueTerminalId returns the UniqueTerminalId field value
func (*TerminalBoardingData) GetUniqueTerminalIdOk ¶
func (o *TerminalBoardingData) GetUniqueTerminalIdOk() (*string, bool)
GetUniqueTerminalIdOk returns a tuple with the UniqueTerminalId field value and a boolean to check if the value has been set.
func (*TerminalBoardingData) HasMerchantId ¶
func (o *TerminalBoardingData) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (*TerminalBoardingData) HasStoreId ¶
func (o *TerminalBoardingData) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (TerminalBoardingData) MarshalJSON ¶
func (o TerminalBoardingData) MarshalJSON() ([]byte, error)
func (*TerminalBoardingData) SetCompanyId ¶
func (o *TerminalBoardingData) SetCompanyId(v string)
SetCompanyId sets field value
func (*TerminalBoardingData) SetMerchantId ¶
func (o *TerminalBoardingData) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*TerminalBoardingData) SetStoreId ¶
func (o *TerminalBoardingData) SetStoreId(v string)
SetStoreId gets a reference to the given string and assigns it to the StoreId field.
func (*TerminalBoardingData) SetUniqueTerminalId ¶
func (o *TerminalBoardingData) SetUniqueTerminalId(v string)
SetUniqueTerminalId sets field value
func (TerminalBoardingData) ToMap ¶
func (o TerminalBoardingData) ToMap() (map[string]interface{}, error)
type TerminalBoardingNotificationRequest ¶
type TerminalBoardingNotificationRequest struct { // Timestamp for when the webhook was created. CreatedAt time.Time `json:"createdAt"` Data TerminalBoardingData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // Type of notification. Type string `json:"type"` }
TerminalBoardingNotificationRequest struct for TerminalBoardingNotificationRequest
func NewTerminalBoardingNotificationRequest ¶
func NewTerminalBoardingNotificationRequest(createdAt time.Time, data TerminalBoardingData, environment string, type_ string) *TerminalBoardingNotificationRequest
NewTerminalBoardingNotificationRequest instantiates a new TerminalBoardingNotificationRequest 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 NewTerminalBoardingNotificationRequestWithDefaults ¶
func NewTerminalBoardingNotificationRequestWithDefaults() *TerminalBoardingNotificationRequest
NewTerminalBoardingNotificationRequestWithDefaults instantiates a new TerminalBoardingNotificationRequest 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 (*TerminalBoardingNotificationRequest) GetCreatedAt ¶
func (o *TerminalBoardingNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*TerminalBoardingNotificationRequest) GetCreatedAtOk ¶
func (o *TerminalBoardingNotificationRequest) 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 (*TerminalBoardingNotificationRequest) GetData ¶
func (o *TerminalBoardingNotificationRequest) GetData() TerminalBoardingData
GetData returns the Data field value
func (*TerminalBoardingNotificationRequest) GetDataOk ¶
func (o *TerminalBoardingNotificationRequest) GetDataOk() (*TerminalBoardingData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TerminalBoardingNotificationRequest) GetEnvironment ¶
func (o *TerminalBoardingNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*TerminalBoardingNotificationRequest) GetEnvironmentOk ¶
func (o *TerminalBoardingNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*TerminalBoardingNotificationRequest) GetType ¶
func (o *TerminalBoardingNotificationRequest) GetType() string
GetType returns the Type field value
func (*TerminalBoardingNotificationRequest) GetTypeOk ¶
func (o *TerminalBoardingNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (TerminalBoardingNotificationRequest) MarshalJSON ¶
func (o TerminalBoardingNotificationRequest) MarshalJSON() ([]byte, error)
func (*TerminalBoardingNotificationRequest) SetCreatedAt ¶
func (o *TerminalBoardingNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*TerminalBoardingNotificationRequest) SetData ¶
func (o *TerminalBoardingNotificationRequest) SetData(v TerminalBoardingData)
SetData sets field value
func (*TerminalBoardingNotificationRequest) SetEnvironment ¶
func (o *TerminalBoardingNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*TerminalBoardingNotificationRequest) SetType ¶
func (o *TerminalBoardingNotificationRequest) SetType(v string)
SetType sets field value
func (TerminalBoardingNotificationRequest) ToMap ¶
func (o TerminalBoardingNotificationRequest) ToMap() (map[string]interface{}, error)
type TerminalBoardingNotificationResponse ¶
type TerminalBoardingNotificationResponse struct { // Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications). NotificationResponse *string `json:"notificationResponse,omitempty"` }
TerminalBoardingNotificationResponse struct for TerminalBoardingNotificationResponse
func NewTerminalBoardingNotificationResponse ¶
func NewTerminalBoardingNotificationResponse() *TerminalBoardingNotificationResponse
NewTerminalBoardingNotificationResponse instantiates a new TerminalBoardingNotificationResponse 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 NewTerminalBoardingNotificationResponseWithDefaults ¶
func NewTerminalBoardingNotificationResponseWithDefaults() *TerminalBoardingNotificationResponse
NewTerminalBoardingNotificationResponseWithDefaults instantiates a new TerminalBoardingNotificationResponse 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 (*TerminalBoardingNotificationResponse) GetNotificationResponse ¶
func (o *TerminalBoardingNotificationResponse) GetNotificationResponse() string
GetNotificationResponse returns the NotificationResponse field value if set, zero value otherwise.
func (*TerminalBoardingNotificationResponse) GetNotificationResponseOk ¶
func (o *TerminalBoardingNotificationResponse) 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 (*TerminalBoardingNotificationResponse) HasNotificationResponse ¶
func (o *TerminalBoardingNotificationResponse) HasNotificationResponse() bool
HasNotificationResponse returns a boolean if a field has been set.
func (TerminalBoardingNotificationResponse) MarshalJSON ¶
func (o TerminalBoardingNotificationResponse) MarshalJSON() ([]byte, error)
func (*TerminalBoardingNotificationResponse) SetNotificationResponse ¶
func (o *TerminalBoardingNotificationResponse) SetNotificationResponse(v string)
SetNotificationResponse gets a reference to the given string and assigns it to the NotificationResponse field.
func (TerminalBoardingNotificationResponse) ToMap ¶
func (o TerminalBoardingNotificationResponse) ToMap() (map[string]interface{}, error)
type TerminalSettingsData ¶
type TerminalSettingsData struct { // The unique identifier of the company account. CompanyId *string `json:"companyId,omitempty"` // The unique identifier of the merchant account. MerchantId *string `json:"merchantId,omitempty"` // The unique identifier of the store. StoreId *string `json:"storeId,omitempty"` // The unique identifier of the terminal. TerminalId *string `json:"terminalId,omitempty"` // Indicates whether the terminal settings were updated using the Customer Area or the Management API. UpdateSource string `json:"updateSource"` // The user that updated the terminal settings. Can be Adyen or your API credential username. User string `json:"user"` }
TerminalSettingsData struct for TerminalSettingsData
func NewTerminalSettingsData ¶
func NewTerminalSettingsData(updateSource string, user string) *TerminalSettingsData
NewTerminalSettingsData instantiates a new TerminalSettingsData 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 NewTerminalSettingsDataWithDefaults ¶
func NewTerminalSettingsDataWithDefaults() *TerminalSettingsData
NewTerminalSettingsDataWithDefaults instantiates a new TerminalSettingsData 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 (*TerminalSettingsData) GetCompanyId ¶
func (o *TerminalSettingsData) GetCompanyId() string
GetCompanyId returns the CompanyId field value if set, zero value otherwise.
func (*TerminalSettingsData) GetCompanyIdOk ¶
func (o *TerminalSettingsData) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettingsData) GetMerchantId ¶
func (o *TerminalSettingsData) GetMerchantId() string
GetMerchantId returns the MerchantId field value if set, zero value otherwise.
func (*TerminalSettingsData) GetMerchantIdOk ¶
func (o *TerminalSettingsData) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettingsData) GetStoreId ¶
func (o *TerminalSettingsData) GetStoreId() string
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*TerminalSettingsData) GetStoreIdOk ¶
func (o *TerminalSettingsData) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettingsData) GetTerminalId ¶
func (o *TerminalSettingsData) GetTerminalId() string
GetTerminalId returns the TerminalId field value if set, zero value otherwise.
func (*TerminalSettingsData) GetTerminalIdOk ¶
func (o *TerminalSettingsData) GetTerminalIdOk() (*string, bool)
GetTerminalIdOk returns a tuple with the TerminalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TerminalSettingsData) GetUpdateSource ¶
func (o *TerminalSettingsData) GetUpdateSource() string
GetUpdateSource returns the UpdateSource field value
func (*TerminalSettingsData) GetUpdateSourceOk ¶
func (o *TerminalSettingsData) GetUpdateSourceOk() (*string, bool)
GetUpdateSourceOk returns a tuple with the UpdateSource field value and a boolean to check if the value has been set.
func (*TerminalSettingsData) GetUser ¶
func (o *TerminalSettingsData) GetUser() string
GetUser returns the User field value
func (*TerminalSettingsData) GetUserOk ¶
func (o *TerminalSettingsData) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*TerminalSettingsData) HasCompanyId ¶
func (o *TerminalSettingsData) HasCompanyId() bool
HasCompanyId returns a boolean if a field has been set.
func (*TerminalSettingsData) HasMerchantId ¶
func (o *TerminalSettingsData) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (*TerminalSettingsData) HasStoreId ¶
func (o *TerminalSettingsData) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (*TerminalSettingsData) HasTerminalId ¶
func (o *TerminalSettingsData) HasTerminalId() bool
HasTerminalId returns a boolean if a field has been set.
func (TerminalSettingsData) MarshalJSON ¶
func (o TerminalSettingsData) MarshalJSON() ([]byte, error)
func (*TerminalSettingsData) SetCompanyId ¶
func (o *TerminalSettingsData) SetCompanyId(v string)
SetCompanyId gets a reference to the given string and assigns it to the CompanyId field.
func (*TerminalSettingsData) SetMerchantId ¶
func (o *TerminalSettingsData) SetMerchantId(v string)
SetMerchantId gets a reference to the given string and assigns it to the MerchantId field.
func (*TerminalSettingsData) SetStoreId ¶
func (o *TerminalSettingsData) SetStoreId(v string)
SetStoreId gets a reference to the given string and assigns it to the StoreId field.
func (*TerminalSettingsData) SetTerminalId ¶
func (o *TerminalSettingsData) SetTerminalId(v string)
SetTerminalId gets a reference to the given string and assigns it to the TerminalId field.
func (*TerminalSettingsData) SetUpdateSource ¶
func (o *TerminalSettingsData) SetUpdateSource(v string)
SetUpdateSource sets field value
func (*TerminalSettingsData) SetUser ¶
func (o *TerminalSettingsData) SetUser(v string)
SetUser sets field value
func (TerminalSettingsData) ToMap ¶
func (o TerminalSettingsData) ToMap() (map[string]interface{}, error)
type TerminalSettingsNotificationRequest ¶
type TerminalSettingsNotificationRequest struct { // Timestamp for when the webhook was created. CreatedAt time.Time `json:"createdAt"` Data TerminalSettingsData `json:"data"` // The environment from which the webhook originated. Possible values: **test**, **live**. Environment string `json:"environment"` // Type of notification. Type string `json:"type"` }
TerminalSettingsNotificationRequest struct for TerminalSettingsNotificationRequest
func NewTerminalSettingsNotificationRequest ¶
func NewTerminalSettingsNotificationRequest(createdAt time.Time, data TerminalSettingsData, environment string, type_ string) *TerminalSettingsNotificationRequest
NewTerminalSettingsNotificationRequest instantiates a new TerminalSettingsNotificationRequest 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 NewTerminalSettingsNotificationRequestWithDefaults ¶
func NewTerminalSettingsNotificationRequestWithDefaults() *TerminalSettingsNotificationRequest
NewTerminalSettingsNotificationRequestWithDefaults instantiates a new TerminalSettingsNotificationRequest 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 (*TerminalSettingsNotificationRequest) GetCreatedAt ¶
func (o *TerminalSettingsNotificationRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*TerminalSettingsNotificationRequest) GetCreatedAtOk ¶
func (o *TerminalSettingsNotificationRequest) 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 (*TerminalSettingsNotificationRequest) GetData ¶
func (o *TerminalSettingsNotificationRequest) GetData() TerminalSettingsData
GetData returns the Data field value
func (*TerminalSettingsNotificationRequest) GetDataOk ¶
func (o *TerminalSettingsNotificationRequest) GetDataOk() (*TerminalSettingsData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TerminalSettingsNotificationRequest) GetEnvironment ¶
func (o *TerminalSettingsNotificationRequest) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*TerminalSettingsNotificationRequest) GetEnvironmentOk ¶
func (o *TerminalSettingsNotificationRequest) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*TerminalSettingsNotificationRequest) GetType ¶
func (o *TerminalSettingsNotificationRequest) GetType() string
GetType returns the Type field value
func (*TerminalSettingsNotificationRequest) GetTypeOk ¶
func (o *TerminalSettingsNotificationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (TerminalSettingsNotificationRequest) MarshalJSON ¶
func (o TerminalSettingsNotificationRequest) MarshalJSON() ([]byte, error)
func (*TerminalSettingsNotificationRequest) SetCreatedAt ¶
func (o *TerminalSettingsNotificationRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*TerminalSettingsNotificationRequest) SetData ¶
func (o *TerminalSettingsNotificationRequest) SetData(v TerminalSettingsData)
SetData sets field value
func (*TerminalSettingsNotificationRequest) SetEnvironment ¶
func (o *TerminalSettingsNotificationRequest) SetEnvironment(v string)
SetEnvironment sets field value
func (*TerminalSettingsNotificationRequest) SetType ¶
func (o *TerminalSettingsNotificationRequest) SetType(v string)
SetType sets field value
func (TerminalSettingsNotificationRequest) ToMap ¶
func (o TerminalSettingsNotificationRequest) ToMap() (map[string]interface{}, error)
type TerminalSettingsNotificationResponse ¶
type TerminalSettingsNotificationResponse struct { // Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications). NotificationResponse *string `json:"notificationResponse,omitempty"` }
TerminalSettingsNotificationResponse struct for TerminalSettingsNotificationResponse
func NewTerminalSettingsNotificationResponse ¶
func NewTerminalSettingsNotificationResponse() *TerminalSettingsNotificationResponse
NewTerminalSettingsNotificationResponse instantiates a new TerminalSettingsNotificationResponse 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 NewTerminalSettingsNotificationResponseWithDefaults ¶
func NewTerminalSettingsNotificationResponseWithDefaults() *TerminalSettingsNotificationResponse
NewTerminalSettingsNotificationResponseWithDefaults instantiates a new TerminalSettingsNotificationResponse 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 (*TerminalSettingsNotificationResponse) GetNotificationResponse ¶
func (o *TerminalSettingsNotificationResponse) GetNotificationResponse() string
GetNotificationResponse returns the NotificationResponse field value if set, zero value otherwise.
func (*TerminalSettingsNotificationResponse) GetNotificationResponseOk ¶
func (o *TerminalSettingsNotificationResponse) 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 (*TerminalSettingsNotificationResponse) HasNotificationResponse ¶
func (o *TerminalSettingsNotificationResponse) HasNotificationResponse() bool
HasNotificationResponse returns a boolean if a field has been set.
func (TerminalSettingsNotificationResponse) MarshalJSON ¶
func (o TerminalSettingsNotificationResponse) MarshalJSON() ([]byte, error)
func (*TerminalSettingsNotificationResponse) SetNotificationResponse ¶
func (o *TerminalSettingsNotificationResponse) SetNotificationResponse(v string)
SetNotificationResponse gets a reference to the given string and assigns it to the NotificationResponse field.
func (TerminalSettingsNotificationResponse) ToMap ¶
func (o TerminalSettingsNotificationResponse) ToMap() (map[string]interface{}, error)
type VerificationError ¶
type VerificationError struct { // The verification error code. Code *string `json:"code,omitempty"` // The verification error message. Message *string `json:"message,omitempty"` // The actions that you can take to resolve the verification error. RemediatingActions []RemediatingAction `json:"remediatingActions,omitempty"` // More granular information about the verification error. SubErrors []VerificationErrorRecursive `json:"subErrors,omitempty"` // The type of verification error. Possible values: **invalidInput**, **dataMissing**, and **pendingStatus**. Type *string `json:"type,omitempty"` }
VerificationError struct for VerificationError
func NewVerificationError ¶
func NewVerificationError() *VerificationError
NewVerificationError instantiates a new VerificationError 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 NewVerificationErrorWithDefaults ¶
func NewVerificationErrorWithDefaults() *VerificationError
NewVerificationErrorWithDefaults instantiates a new VerificationError 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 (*VerificationError) GetCode ¶
func (o *VerificationError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*VerificationError) GetCodeOk ¶
func (o *VerificationError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationError) GetMessage ¶
func (o *VerificationError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*VerificationError) GetMessageOk ¶
func (o *VerificationError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationError) GetRemediatingActions ¶
func (o *VerificationError) GetRemediatingActions() []RemediatingAction
GetRemediatingActions returns the RemediatingActions field value if set, zero value otherwise.
func (*VerificationError) GetRemediatingActionsOk ¶
func (o *VerificationError) GetRemediatingActionsOk() ([]RemediatingAction, bool)
GetRemediatingActionsOk returns a tuple with the RemediatingActions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationError) GetSubErrors ¶
func (o *VerificationError) GetSubErrors() []VerificationErrorRecursive
GetSubErrors returns the SubErrors field value if set, zero value otherwise.
func (*VerificationError) GetSubErrorsOk ¶
func (o *VerificationError) GetSubErrorsOk() ([]VerificationErrorRecursive, bool)
GetSubErrorsOk returns a tuple with the SubErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationError) GetType ¶
func (o *VerificationError) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*VerificationError) GetTypeOk ¶
func (o *VerificationError) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationError) HasCode ¶
func (o *VerificationError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*VerificationError) HasMessage ¶
func (o *VerificationError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*VerificationError) HasRemediatingActions ¶
func (o *VerificationError) HasRemediatingActions() bool
HasRemediatingActions returns a boolean if a field has been set.
func (*VerificationError) HasSubErrors ¶
func (o *VerificationError) HasSubErrors() bool
HasSubErrors returns a boolean if a field has been set.
func (*VerificationError) HasType ¶
func (o *VerificationError) HasType() bool
HasType returns a boolean if a field has been set.
func (VerificationError) MarshalJSON ¶
func (o VerificationError) MarshalJSON() ([]byte, error)
func (*VerificationError) SetCode ¶
func (o *VerificationError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*VerificationError) SetMessage ¶
func (o *VerificationError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*VerificationError) SetRemediatingActions ¶
func (o *VerificationError) SetRemediatingActions(v []RemediatingAction)
SetRemediatingActions gets a reference to the given []RemediatingAction and assigns it to the RemediatingActions field.
func (*VerificationError) SetSubErrors ¶
func (o *VerificationError) SetSubErrors(v []VerificationErrorRecursive)
SetSubErrors gets a reference to the given []VerificationErrorRecursive and assigns it to the SubErrors field.
func (*VerificationError) SetType ¶
func (o *VerificationError) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (VerificationError) ToMap ¶
func (o VerificationError) ToMap() (map[string]interface{}, error)
type VerificationErrorRecursive ¶
type VerificationErrorRecursive struct { // The verification error code. Code *string `json:"code,omitempty"` // The verification error message. Message *string `json:"message,omitempty"` // The type of verification error. Possible values: **invalidInput**, **dataMissing**, and **pendingStatus**. Type *string `json:"type,omitempty"` // The actions that you can take to resolve the verification error. RemediatingActions []RemediatingAction `json:"remediatingActions,omitempty"` }
VerificationErrorRecursive struct for VerificationErrorRecursive
func NewVerificationErrorRecursive ¶
func NewVerificationErrorRecursive() *VerificationErrorRecursive
NewVerificationErrorRecursive instantiates a new VerificationErrorRecursive 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 NewVerificationErrorRecursiveWithDefaults ¶
func NewVerificationErrorRecursiveWithDefaults() *VerificationErrorRecursive
NewVerificationErrorRecursiveWithDefaults instantiates a new VerificationErrorRecursive 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 (*VerificationErrorRecursive) GetCode ¶
func (o *VerificationErrorRecursive) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*VerificationErrorRecursive) GetCodeOk ¶
func (o *VerificationErrorRecursive) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationErrorRecursive) GetMessage ¶
func (o *VerificationErrorRecursive) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*VerificationErrorRecursive) GetMessageOk ¶
func (o *VerificationErrorRecursive) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationErrorRecursive) GetRemediatingActions ¶
func (o *VerificationErrorRecursive) GetRemediatingActions() []RemediatingAction
GetRemediatingActions returns the RemediatingActions field value if set, zero value otherwise.
func (*VerificationErrorRecursive) GetRemediatingActionsOk ¶
func (o *VerificationErrorRecursive) GetRemediatingActionsOk() ([]RemediatingAction, bool)
GetRemediatingActionsOk returns a tuple with the RemediatingActions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationErrorRecursive) GetType ¶
func (o *VerificationErrorRecursive) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*VerificationErrorRecursive) GetTypeOk ¶
func (o *VerificationErrorRecursive) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationErrorRecursive) HasCode ¶
func (o *VerificationErrorRecursive) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*VerificationErrorRecursive) HasMessage ¶
func (o *VerificationErrorRecursive) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*VerificationErrorRecursive) HasRemediatingActions ¶
func (o *VerificationErrorRecursive) HasRemediatingActions() bool
HasRemediatingActions returns a boolean if a field has been set.
func (*VerificationErrorRecursive) HasType ¶
func (o *VerificationErrorRecursive) HasType() bool
HasType returns a boolean if a field has been set.
func (VerificationErrorRecursive) MarshalJSON ¶
func (o VerificationErrorRecursive) MarshalJSON() ([]byte, error)
func (*VerificationErrorRecursive) SetCode ¶
func (o *VerificationErrorRecursive) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*VerificationErrorRecursive) SetMessage ¶
func (o *VerificationErrorRecursive) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*VerificationErrorRecursive) SetRemediatingActions ¶
func (o *VerificationErrorRecursive) SetRemediatingActions(v []RemediatingAction)
SetRemediatingActions gets a reference to the given []RemediatingAction and assigns it to the RemediatingActions field.
func (*VerificationErrorRecursive) SetType ¶
func (o *VerificationErrorRecursive) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (VerificationErrorRecursive) ToMap ¶
func (o VerificationErrorRecursive) ToMap() (map[string]interface{}, error)
Source Files ¶
- model_account_capability_data.go
- model_account_create_notification_data.go
- model_account_notification_response.go
- model_account_update_notification_data.go
- model_capability_problem.go
- model_capability_problem_entity.go
- model_capability_problem_entity_recursive.go
- model_merchant_created_notification_request.go
- model_merchant_updated_notification_request.go
- model_mid_service_notification_data.go
- model_notification_data_message.go
- model_payment_method_created_notification_request.go
- model_payment_method_notification_response.go
- model_payment_method_request_removed_notification_request.go
- model_payment_method_scheduled_for_removal_notification_request.go
- model_remediating_action.go
- model_terminal_boarding_data.go
- model_terminal_boarding_notification_request.go
- model_terminal_boarding_notification_response.go
- model_terminal_settings_data.go
- model_terminal_settings_notification_request.go
- model_terminal_settings_notification_response.go
- model_verification_error.go
- model_verification_error_recursive.go
- webhook_handler.go