legalentity

package
v7.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIClient

type APIClient struct {
	BusinessLinesApi *BusinessLinesApi

	DocumentsApi *DocumentsApi

	HostedOnboardingApi *HostedOnboardingApi

	LegalEntitiesApi *LegalEntitiesApi

	PCIQuestionnairesApi *PCIQuestionnairesApi

	TermsOfServiceApi *TermsOfServiceApi

	TransferInstrumentsApi *TransferInstrumentsApi
	// contains filtered or unexported fields
}

APIClient manages communication with the Legal Entity Management API API v3 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(client *common.Client) *APIClient

NewAPIClient creates a new API client.

type AULocalAccountIdentification

type AULocalAccountIdentification struct {
	// The bank account number, without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// The 6-digit [Bank State Branch (BSB) code](https://en.wikipedia.org/wiki/Bank_state_branch), without separators or whitespace.
	BsbCode string `json:"bsbCode"`
	// **auLocal**
	Type string `json:"type"`
}

AULocalAccountIdentification struct for AULocalAccountIdentification

func NewAULocalAccountIdentification

func NewAULocalAccountIdentification(accountNumber string, bsbCode string, type_ string) *AULocalAccountIdentification

NewAULocalAccountIdentification instantiates a new AULocalAccountIdentification 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 NewAULocalAccountIdentificationWithDefaults

func NewAULocalAccountIdentificationWithDefaults() *AULocalAccountIdentification

NewAULocalAccountIdentificationWithDefaults instantiates a new AULocalAccountIdentification 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 (*AULocalAccountIdentification) GetAccountNumber

func (o *AULocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*AULocalAccountIdentification) GetAccountNumberOk

func (o *AULocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*AULocalAccountIdentification) GetBsbCode

func (o *AULocalAccountIdentification) GetBsbCode() string

GetBsbCode returns the BsbCode field value

func (*AULocalAccountIdentification) GetBsbCodeOk

func (o *AULocalAccountIdentification) GetBsbCodeOk() (*string, bool)

GetBsbCodeOk returns a tuple with the BsbCode field value and a boolean to check if the value has been set.

func (*AULocalAccountIdentification) GetType

func (o *AULocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*AULocalAccountIdentification) GetTypeOk

func (o *AULocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (AULocalAccountIdentification) MarshalJSON

func (o AULocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*AULocalAccountIdentification) SetAccountNumber

func (o *AULocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*AULocalAccountIdentification) SetBsbCode

func (o *AULocalAccountIdentification) SetBsbCode(v string)

SetBsbCode sets field value

func (*AULocalAccountIdentification) SetType

func (o *AULocalAccountIdentification) SetType(v string)

SetType sets field value

func (AULocalAccountIdentification) ToMap

func (o AULocalAccountIdentification) ToMap() (map[string]interface{}, error)

type AcceptTermsOfServiceRequest

type AcceptTermsOfServiceRequest struct {
	// The individual legal entity ID of the user accepting the Terms of Service. This can also be the legal entity ID of the signatory for an organization.
	AcceptedBy string `json:"acceptedBy"`
	// The IP address of the user accepting the Terms of Service.
	IpAddress *string `json:"ipAddress,omitempty"`
}

AcceptTermsOfServiceRequest struct for AcceptTermsOfServiceRequest

func NewAcceptTermsOfServiceRequest

func NewAcceptTermsOfServiceRequest(acceptedBy string) *AcceptTermsOfServiceRequest

NewAcceptTermsOfServiceRequest instantiates a new AcceptTermsOfServiceRequest 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 NewAcceptTermsOfServiceRequestWithDefaults

func NewAcceptTermsOfServiceRequestWithDefaults() *AcceptTermsOfServiceRequest

NewAcceptTermsOfServiceRequestWithDefaults instantiates a new AcceptTermsOfServiceRequest 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 (*AcceptTermsOfServiceRequest) GetAcceptedBy

func (o *AcceptTermsOfServiceRequest) GetAcceptedBy() string

GetAcceptedBy returns the AcceptedBy field value

func (*AcceptTermsOfServiceRequest) GetAcceptedByOk

func (o *AcceptTermsOfServiceRequest) GetAcceptedByOk() (*string, bool)

GetAcceptedByOk returns a tuple with the AcceptedBy field value and a boolean to check if the value has been set.

func (*AcceptTermsOfServiceRequest) GetIpAddress

func (o *AcceptTermsOfServiceRequest) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*AcceptTermsOfServiceRequest) GetIpAddressOk

func (o *AcceptTermsOfServiceRequest) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcceptTermsOfServiceRequest) HasIpAddress

func (o *AcceptTermsOfServiceRequest) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (AcceptTermsOfServiceRequest) MarshalJSON

func (o AcceptTermsOfServiceRequest) MarshalJSON() ([]byte, error)

func (*AcceptTermsOfServiceRequest) SetAcceptedBy

func (o *AcceptTermsOfServiceRequest) SetAcceptedBy(v string)

SetAcceptedBy sets field value

func (*AcceptTermsOfServiceRequest) SetIpAddress

func (o *AcceptTermsOfServiceRequest) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (AcceptTermsOfServiceRequest) ToMap

func (o AcceptTermsOfServiceRequest) ToMap() (map[string]interface{}, error)

type AcceptTermsOfServiceResponse

type AcceptTermsOfServiceResponse struct {
	// The unique identifier of the user that accepted the Terms of Service.
	AcceptedBy *string `json:"acceptedBy,omitempty"`
	// The unique identifier of the Terms of Service acceptance.
	Id *string `json:"id,omitempty"`
	// The IP address of the user that accepted the Terms of Service.
	IpAddress *string `json:"ipAddress,omitempty"`
	// The language used for the Terms of Service document, specified by the two letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code. For example, **nl** for Dutch.
	Language *string `json:"language,omitempty"`
	// The unique identifier of the Terms of Service document.
	TermsOfServiceDocumentId *string `json:"termsOfServiceDocumentId,omitempty"`
	// The type of Terms of Service.
	Type *string `json:"type,omitempty"`
}

AcceptTermsOfServiceResponse struct for AcceptTermsOfServiceResponse

func NewAcceptTermsOfServiceResponse

func NewAcceptTermsOfServiceResponse() *AcceptTermsOfServiceResponse

NewAcceptTermsOfServiceResponse instantiates a new AcceptTermsOfServiceResponse 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 NewAcceptTermsOfServiceResponseWithDefaults

func NewAcceptTermsOfServiceResponseWithDefaults() *AcceptTermsOfServiceResponse

NewAcceptTermsOfServiceResponseWithDefaults instantiates a new AcceptTermsOfServiceResponse 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 (*AcceptTermsOfServiceResponse) GetAcceptedBy

func (o *AcceptTermsOfServiceResponse) GetAcceptedBy() string

GetAcceptedBy returns the AcceptedBy field value if set, zero value otherwise.

func (*AcceptTermsOfServiceResponse) GetAcceptedByOk

func (o *AcceptTermsOfServiceResponse) GetAcceptedByOk() (*string, bool)

GetAcceptedByOk returns a tuple with the AcceptedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcceptTermsOfServiceResponse) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*AcceptTermsOfServiceResponse) GetIdOk

func (o *AcceptTermsOfServiceResponse) 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 (*AcceptTermsOfServiceResponse) GetIpAddress

func (o *AcceptTermsOfServiceResponse) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*AcceptTermsOfServiceResponse) GetIpAddressOk

func (o *AcceptTermsOfServiceResponse) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcceptTermsOfServiceResponse) GetLanguage

func (o *AcceptTermsOfServiceResponse) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*AcceptTermsOfServiceResponse) GetLanguageOk

func (o *AcceptTermsOfServiceResponse) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcceptTermsOfServiceResponse) GetTermsOfServiceDocumentId

func (o *AcceptTermsOfServiceResponse) GetTermsOfServiceDocumentId() string

GetTermsOfServiceDocumentId returns the TermsOfServiceDocumentId field value if set, zero value otherwise.

func (*AcceptTermsOfServiceResponse) GetTermsOfServiceDocumentIdOk

func (o *AcceptTermsOfServiceResponse) GetTermsOfServiceDocumentIdOk() (*string, bool)

GetTermsOfServiceDocumentIdOk returns a tuple with the TermsOfServiceDocumentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcceptTermsOfServiceResponse) GetType

func (o *AcceptTermsOfServiceResponse) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*AcceptTermsOfServiceResponse) GetTypeOk

func (o *AcceptTermsOfServiceResponse) 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 (*AcceptTermsOfServiceResponse) HasAcceptedBy

func (o *AcceptTermsOfServiceResponse) HasAcceptedBy() bool

HasAcceptedBy returns a boolean if a field has been set.

func (*AcceptTermsOfServiceResponse) HasId

HasId returns a boolean if a field has been set.

func (*AcceptTermsOfServiceResponse) HasIpAddress

func (o *AcceptTermsOfServiceResponse) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*AcceptTermsOfServiceResponse) HasLanguage

func (o *AcceptTermsOfServiceResponse) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*AcceptTermsOfServiceResponse) HasTermsOfServiceDocumentId

func (o *AcceptTermsOfServiceResponse) HasTermsOfServiceDocumentId() bool

HasTermsOfServiceDocumentId returns a boolean if a field has been set.

func (*AcceptTermsOfServiceResponse) HasType

func (o *AcceptTermsOfServiceResponse) HasType() bool

HasType returns a boolean if a field has been set.

func (AcceptTermsOfServiceResponse) MarshalJSON

func (o AcceptTermsOfServiceResponse) MarshalJSON() ([]byte, error)

func (*AcceptTermsOfServiceResponse) SetAcceptedBy

func (o *AcceptTermsOfServiceResponse) SetAcceptedBy(v string)

SetAcceptedBy gets a reference to the given string and assigns it to the AcceptedBy field.

func (*AcceptTermsOfServiceResponse) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (*AcceptTermsOfServiceResponse) SetIpAddress

func (o *AcceptTermsOfServiceResponse) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*AcceptTermsOfServiceResponse) SetLanguage

func (o *AcceptTermsOfServiceResponse) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*AcceptTermsOfServiceResponse) SetTermsOfServiceDocumentId

func (o *AcceptTermsOfServiceResponse) SetTermsOfServiceDocumentId(v string)

SetTermsOfServiceDocumentId gets a reference to the given string and assigns it to the TermsOfServiceDocumentId field.

func (*AcceptTermsOfServiceResponse) SetType

func (o *AcceptTermsOfServiceResponse) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (AcceptTermsOfServiceResponse) ToMap

func (o AcceptTermsOfServiceResponse) ToMap() (map[string]interface{}, error)

type AdditionalBankIdentification

type AdditionalBankIdentification struct {
	// The value of the additional bank identification.
	Code *string `json:"code,omitempty"`
	// The type of additional bank identification, depending on the country.  Possible values:   * **gbSortCode**: The 6-digit [UK sort code](https://en.wikipedia.org/wiki/Sort_code), without separators or spaces  * **usRoutingNumber**: The 9-digit [routing number](https://en.wikipedia.org/wiki/ABA_routing_transit_number), without separators or spaces.
	Type *string `json:"type,omitempty"`
}

AdditionalBankIdentification struct for AdditionalBankIdentification

func NewAdditionalBankIdentification

func NewAdditionalBankIdentification() *AdditionalBankIdentification

NewAdditionalBankIdentification instantiates a new AdditionalBankIdentification 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 NewAdditionalBankIdentificationWithDefaults

func NewAdditionalBankIdentificationWithDefaults() *AdditionalBankIdentification

NewAdditionalBankIdentificationWithDefaults instantiates a new AdditionalBankIdentification 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 (*AdditionalBankIdentification) GetCode

func (o *AdditionalBankIdentification) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*AdditionalBankIdentification) GetCodeOk

func (o *AdditionalBankIdentification) 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 (*AdditionalBankIdentification) GetType

func (o *AdditionalBankIdentification) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*AdditionalBankIdentification) GetTypeOk

func (o *AdditionalBankIdentification) 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 (*AdditionalBankIdentification) HasCode

func (o *AdditionalBankIdentification) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*AdditionalBankIdentification) HasType

func (o *AdditionalBankIdentification) HasType() bool

HasType returns a boolean if a field has been set.

func (AdditionalBankIdentification) MarshalJSON

func (o AdditionalBankIdentification) MarshalJSON() ([]byte, error)

func (*AdditionalBankIdentification) SetCode

func (o *AdditionalBankIdentification) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*AdditionalBankIdentification) SetType

func (o *AdditionalBankIdentification) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (AdditionalBankIdentification) ToMap

func (o AdditionalBankIdentification) ToMap() (map[string]interface{}, error)

type Address

type Address struct {
	// The name of the city. Required if `stateOrProvince` is provided.  If you specify the city, you must also send `postalCode` and `street`.
	City *string `json:"city,omitempty"`
	// The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.
	Country string `json:"country"`
	// Postal code. Required if `stateOrProvince` and/or `city` is provided.
	PostalCode *string `json:"postalCode,omitempty"`
	// The two-letter ISO 3166-2 state or province code. For example, **CA** in the US.  If you specify the state or province, you must also send `city`, `postalCode`, and `street`.
	StateOrProvince *string `json:"stateOrProvince,omitempty"`
	// The name of the street, and the house or building number. Required if `stateOrProvince` and/or `city` is provided.
	Street *string `json:"street,omitempty"`
	// The apartment, unit, or suite number.
	Street2 *string `json:"street2,omitempty"`
}

Address struct for Address

func NewAddress

func NewAddress(country string) *Address

NewAddress instantiates a new Address 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 NewAddressWithDefaults

func NewAddressWithDefaults() *Address

NewAddressWithDefaults instantiates a new Address 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 (*Address) GetCity

func (o *Address) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*Address) GetCityOk

func (o *Address) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Address) GetCountry

func (o *Address) GetCountry() string

GetCountry returns the Country field value

func (*Address) GetCountryOk

func (o *Address) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.

func (*Address) GetPostalCode

func (o *Address) GetPostalCode() string

GetPostalCode returns the PostalCode field value if set, zero value otherwise.

func (*Address) GetPostalCodeOk

func (o *Address) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Address) GetStateOrProvince

func (o *Address) GetStateOrProvince() string

GetStateOrProvince returns the StateOrProvince field value if set, zero value otherwise.

func (*Address) GetStateOrProvinceOk

func (o *Address) GetStateOrProvinceOk() (*string, bool)

GetStateOrProvinceOk returns a tuple with the StateOrProvince field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Address) GetStreet

func (o *Address) GetStreet() string

GetStreet returns the Street field value if set, zero value otherwise.

func (*Address) GetStreet2

func (o *Address) GetStreet2() string

GetStreet2 returns the Street2 field value if set, zero value otherwise.

func (*Address) GetStreet2Ok

func (o *Address) GetStreet2Ok() (*string, bool)

GetStreet2Ok returns a tuple with the Street2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Address) GetStreetOk

func (o *Address) GetStreetOk() (*string, bool)

GetStreetOk returns a tuple with the Street field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Address) HasCity

func (o *Address) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*Address) HasPostalCode

func (o *Address) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

func (*Address) HasStateOrProvince

func (o *Address) HasStateOrProvince() bool

HasStateOrProvince returns a boolean if a field has been set.

func (*Address) HasStreet

func (o *Address) HasStreet() bool

HasStreet returns a boolean if a field has been set.

func (*Address) HasStreet2

func (o *Address) HasStreet2() bool

HasStreet2 returns a boolean if a field has been set.

func (Address) MarshalJSON

func (o Address) MarshalJSON() ([]byte, error)

func (*Address) SetCity

func (o *Address) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*Address) SetCountry

func (o *Address) SetCountry(v string)

SetCountry sets field value

func (*Address) SetPostalCode

func (o *Address) SetPostalCode(v string)

SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.

func (*Address) SetStateOrProvince

func (o *Address) SetStateOrProvince(v string)

SetStateOrProvince gets a reference to the given string and assigns it to the StateOrProvince field.

func (*Address) SetStreet

func (o *Address) SetStreet(v string)

SetStreet gets a reference to the given string and assigns it to the Street field.

func (*Address) SetStreet2

func (o *Address) SetStreet2(v string)

SetStreet2 gets a reference to the given string and assigns it to the Street2 field.

func (Address) ToMap

func (o Address) ToMap() (map[string]interface{}, error)

type Amount

type Amount struct {
	// The type of currency. Must be EUR (or EUR equivalent)
	Currency *string `json:"currency,omitempty"`
	// Total value of amount. Must be >= 0
	Value *int64 `json:"value,omitempty"`
}

Amount struct for Amount

func NewAmount

func NewAmount() *Amount

NewAmount instantiates a new Amount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmountWithDefaults

func NewAmountWithDefaults() *Amount

NewAmountWithDefaults instantiates a new Amount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Amount) GetCurrency

func (o *Amount) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*Amount) GetCurrencyOk

func (o *Amount) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Amount) GetValue

func (o *Amount) GetValue() int64

GetValue returns the Value field value if set, zero value otherwise.

func (*Amount) GetValueOk

func (o *Amount) GetValueOk() (*int64, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Amount) HasCurrency

func (o *Amount) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*Amount) HasValue

func (o *Amount) HasValue() bool

HasValue returns a boolean if a field has been set.

func (Amount) MarshalJSON

func (o Amount) MarshalJSON() ([]byte, error)

func (*Amount) SetCurrency

func (o *Amount) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*Amount) SetValue

func (o *Amount) SetValue(v int64)

SetValue gets a reference to the given int64 and assigns it to the Value field.

func (Amount) ToMap

func (o Amount) ToMap() (map[string]interface{}, error)

type Attachment

type Attachment struct {
	// The document in Base64-encoded string format.
	Content string `json:"content"`
	// The file format.   Possible values: **application/pdf**, **image/jpg**, **image/jpeg**, **image/png**.
	// Deprecated
	ContentType *string `json:"contentType,omitempty"`
	// The name of the file including the file extension.
	// Deprecated
	Filename *string `json:"filename,omitempty"`
	// The name of the file including the file extension.
	PageName *string `json:"pageName,omitempty"`
	// Specifies which side of the ID card is uploaded.  * When `type` is **driversLicense** or **identityCard**, set this to **front** or **back**.  * When omitted, we infer the page number based on the order of attachments.
	PageType *string `json:"pageType,omitempty"`
}

Attachment struct for Attachment

func NewAttachment

func NewAttachment(content string) *Attachment

NewAttachment instantiates a new Attachment 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 NewAttachmentWithDefaults

func NewAttachmentWithDefaults() *Attachment

NewAttachmentWithDefaults instantiates a new Attachment 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 (*Attachment) GetContent

func (o *Attachment) GetContent() string

GetContent returns the Content field value

func (*Attachment) GetContentOk

func (o *Attachment) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*Attachment) GetContentType

func (o *Attachment) GetContentType() string

GetContentType returns the ContentType field value if set, zero value otherwise. Deprecated

func (*Attachment) GetContentTypeOk

func (o *Attachment) GetContentTypeOk() (*string, bool)

GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Attachment) GetFilename

func (o *Attachment) GetFilename() string

GetFilename returns the Filename field value if set, zero value otherwise. Deprecated

func (*Attachment) GetFilenameOk

func (o *Attachment) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Attachment) GetPageName

func (o *Attachment) GetPageName() string

GetPageName returns the PageName field value if set, zero value otherwise.

func (*Attachment) GetPageNameOk

func (o *Attachment) GetPageNameOk() (*string, bool)

GetPageNameOk returns a tuple with the PageName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetPageType

func (o *Attachment) GetPageType() string

GetPageType returns the PageType field value if set, zero value otherwise.

func (*Attachment) GetPageTypeOk

func (o *Attachment) GetPageTypeOk() (*string, bool)

GetPageTypeOk returns a tuple with the PageType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) HasContentType

func (o *Attachment) HasContentType() bool

HasContentType returns a boolean if a field has been set.

func (*Attachment) HasFilename

func (o *Attachment) HasFilename() bool

HasFilename returns a boolean if a field has been set.

func (*Attachment) HasPageName

func (o *Attachment) HasPageName() bool

HasPageName returns a boolean if a field has been set.

func (*Attachment) HasPageType

func (o *Attachment) HasPageType() bool

HasPageType returns a boolean if a field has been set.

func (Attachment) MarshalJSON

func (o Attachment) MarshalJSON() ([]byte, error)

func (*Attachment) SetContent

func (o *Attachment) SetContent(v string)

SetContent sets field value

func (*Attachment) SetContentType

func (o *Attachment) SetContentType(v string)

SetContentType gets a reference to the given string and assigns it to the ContentType field. Deprecated

func (*Attachment) SetFilename

func (o *Attachment) SetFilename(v string)

SetFilename gets a reference to the given string and assigns it to the Filename field. Deprecated

func (*Attachment) SetPageName

func (o *Attachment) SetPageName(v string)

SetPageName gets a reference to the given string and assigns it to the PageName field.

func (*Attachment) SetPageType

func (o *Attachment) SetPageType(v string)

SetPageType gets a reference to the given string and assigns it to the PageType field.

func (Attachment) ToMap

func (o Attachment) ToMap() (map[string]interface{}, error)

type BankAccountInfo

type BankAccountInfo struct {
	AccountIdentification *BankAccountInfoAccountIdentification `json:"accountIdentification,omitempty"`
	// The type of bank account.
	// Deprecated
	AccountType *string `json:"accountType,omitempty"`
	// The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the bank account is registered. For example, **NL**.
	CountryCode *string `json:"countryCode,omitempty"`
	// Identifies if the bank account was created through [instant bank verification](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-08-hosted-onboarding).
	TrustedSource *bool `json:"trustedSource,omitempty"`
}

BankAccountInfo struct for BankAccountInfo

func NewBankAccountInfo

func NewBankAccountInfo() *BankAccountInfo

NewBankAccountInfo instantiates a new BankAccountInfo 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 NewBankAccountInfoWithDefaults

func NewBankAccountInfoWithDefaults() *BankAccountInfo

NewBankAccountInfoWithDefaults instantiates a new BankAccountInfo 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 (*BankAccountInfo) GetAccountIdentification

func (o *BankAccountInfo) GetAccountIdentification() BankAccountInfoAccountIdentification

GetAccountIdentification returns the AccountIdentification field value if set, zero value otherwise.

func (*BankAccountInfo) GetAccountIdentificationOk

func (o *BankAccountInfo) GetAccountIdentificationOk() (*BankAccountInfoAccountIdentification, bool)

GetAccountIdentificationOk returns a tuple with the AccountIdentification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BankAccountInfo) GetAccountType

func (o *BankAccountInfo) GetAccountType() string

GetAccountType returns the AccountType field value if set, zero value otherwise. Deprecated

func (*BankAccountInfo) GetAccountTypeOk

func (o *BankAccountInfo) GetAccountTypeOk() (*string, bool)

GetAccountTypeOk returns a tuple with the AccountType field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*BankAccountInfo) GetCountryCode

func (o *BankAccountInfo) GetCountryCode() string

GetCountryCode returns the CountryCode field value if set, zero value otherwise.

func (*BankAccountInfo) GetCountryCodeOk

func (o *BankAccountInfo) GetCountryCodeOk() (*string, bool)

GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BankAccountInfo) GetTrustedSource added in v7.1.0

func (o *BankAccountInfo) GetTrustedSource() bool

GetTrustedSource returns the TrustedSource field value if set, zero value otherwise.

func (*BankAccountInfo) GetTrustedSourceOk added in v7.1.0

func (o *BankAccountInfo) GetTrustedSourceOk() (*bool, bool)

GetTrustedSourceOk returns a tuple with the TrustedSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BankAccountInfo) HasAccountIdentification

func (o *BankAccountInfo) HasAccountIdentification() bool

HasAccountIdentification returns a boolean if a field has been set.

func (*BankAccountInfo) HasAccountType

func (o *BankAccountInfo) HasAccountType() bool

HasAccountType returns a boolean if a field has been set.

func (*BankAccountInfo) HasCountryCode

func (o *BankAccountInfo) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

func (*BankAccountInfo) HasTrustedSource added in v7.1.0

func (o *BankAccountInfo) HasTrustedSource() bool

HasTrustedSource returns a boolean if a field has been set.

func (BankAccountInfo) MarshalJSON

func (o BankAccountInfo) MarshalJSON() ([]byte, error)

func (*BankAccountInfo) SetAccountIdentification

func (o *BankAccountInfo) SetAccountIdentification(v BankAccountInfoAccountIdentification)

SetAccountIdentification gets a reference to the given BankAccountInfoAccountIdentification and assigns it to the AccountIdentification field.

func (*BankAccountInfo) SetAccountType

func (o *BankAccountInfo) SetAccountType(v string)

SetAccountType gets a reference to the given string and assigns it to the AccountType field. Deprecated

func (*BankAccountInfo) SetCountryCode

func (o *BankAccountInfo) SetCountryCode(v string)

SetCountryCode gets a reference to the given string and assigns it to the CountryCode field.

func (*BankAccountInfo) SetTrustedSource added in v7.1.0

func (o *BankAccountInfo) SetTrustedSource(v bool)

SetTrustedSource gets a reference to the given bool and assigns it to the TrustedSource field.

func (BankAccountInfo) ToMap

func (o BankAccountInfo) ToMap() (map[string]interface{}, error)

type BankAccountInfoAccountIdentification

type BankAccountInfoAccountIdentification struct {
	AULocalAccountIdentification      *AULocalAccountIdentification
	CALocalAccountIdentification      *CALocalAccountIdentification
	CZLocalAccountIdentification      *CZLocalAccountIdentification
	DKLocalAccountIdentification      *DKLocalAccountIdentification
	HKLocalAccountIdentification      *HKLocalAccountIdentification
	HULocalAccountIdentification      *HULocalAccountIdentification
	IbanAccountIdentification         *IbanAccountIdentification
	NOLocalAccountIdentification      *NOLocalAccountIdentification
	NumberAndBicAccountIdentification *NumberAndBicAccountIdentification
	PLLocalAccountIdentification      *PLLocalAccountIdentification
	SELocalAccountIdentification      *SELocalAccountIdentification
	SGLocalAccountIdentification      *SGLocalAccountIdentification
	UKLocalAccountIdentification      *UKLocalAccountIdentification
	USLocalAccountIdentification      *USLocalAccountIdentification
}

BankAccountInfoAccountIdentification - Identification of the bank account.

func AULocalAccountIdentificationAsBankAccountInfoAccountIdentification

func AULocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *AULocalAccountIdentification) BankAccountInfoAccountIdentification

AULocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns AULocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func CALocalAccountIdentificationAsBankAccountInfoAccountIdentification

func CALocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *CALocalAccountIdentification) BankAccountInfoAccountIdentification

CALocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns CALocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func CZLocalAccountIdentificationAsBankAccountInfoAccountIdentification

func CZLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *CZLocalAccountIdentification) BankAccountInfoAccountIdentification

CZLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns CZLocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func DKLocalAccountIdentificationAsBankAccountInfoAccountIdentification

func DKLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *DKLocalAccountIdentification) BankAccountInfoAccountIdentification

DKLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns DKLocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func HKLocalAccountIdentificationAsBankAccountInfoAccountIdentification added in v7.2.0

func HKLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *HKLocalAccountIdentification) BankAccountInfoAccountIdentification

HKLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns HKLocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func HULocalAccountIdentificationAsBankAccountInfoAccountIdentification

func HULocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *HULocalAccountIdentification) BankAccountInfoAccountIdentification

HULocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns HULocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func IbanAccountIdentificationAsBankAccountInfoAccountIdentification

func IbanAccountIdentificationAsBankAccountInfoAccountIdentification(v *IbanAccountIdentification) BankAccountInfoAccountIdentification

IbanAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns IbanAccountIdentification wrapped in BankAccountInfoAccountIdentification

func NOLocalAccountIdentificationAsBankAccountInfoAccountIdentification

func NOLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *NOLocalAccountIdentification) BankAccountInfoAccountIdentification

NOLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns NOLocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func NumberAndBicAccountIdentificationAsBankAccountInfoAccountIdentification

func NumberAndBicAccountIdentificationAsBankAccountInfoAccountIdentification(v *NumberAndBicAccountIdentification) BankAccountInfoAccountIdentification

NumberAndBicAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns NumberAndBicAccountIdentification wrapped in BankAccountInfoAccountIdentification

func PLLocalAccountIdentificationAsBankAccountInfoAccountIdentification

func PLLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *PLLocalAccountIdentification) BankAccountInfoAccountIdentification

PLLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns PLLocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func SELocalAccountIdentificationAsBankAccountInfoAccountIdentification

func SELocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *SELocalAccountIdentification) BankAccountInfoAccountIdentification

SELocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns SELocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func SGLocalAccountIdentificationAsBankAccountInfoAccountIdentification added in v7.1.0

func SGLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *SGLocalAccountIdentification) BankAccountInfoAccountIdentification

SGLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns SGLocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func UKLocalAccountIdentificationAsBankAccountInfoAccountIdentification

func UKLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *UKLocalAccountIdentification) BankAccountInfoAccountIdentification

UKLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns UKLocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func USLocalAccountIdentificationAsBankAccountInfoAccountIdentification

func USLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *USLocalAccountIdentification) BankAccountInfoAccountIdentification

USLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns USLocalAccountIdentification wrapped in BankAccountInfoAccountIdentification

func (*BankAccountInfoAccountIdentification) GetActualInstance

func (obj *BankAccountInfoAccountIdentification) GetActualInstance() interface{}

Get the actual instance

func (BankAccountInfoAccountIdentification) MarshalJSON

func (src BankAccountInfoAccountIdentification) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*BankAccountInfoAccountIdentification) UnmarshalJSON

func (dst *BankAccountInfoAccountIdentification) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type BirthData

type BirthData struct {
	// The individual's date of birth, in YYYY-MM-DD format.
	DateOfBirth *string `json:"dateOfBirth,omitempty"`
}

BirthData struct for BirthData

func NewBirthData

func NewBirthData() *BirthData

NewBirthData instantiates a new BirthData 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 NewBirthDataWithDefaults

func NewBirthDataWithDefaults() *BirthData

NewBirthDataWithDefaults instantiates a new BirthData 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 (*BirthData) GetDateOfBirth

func (o *BirthData) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*BirthData) GetDateOfBirthOk

func (o *BirthData) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BirthData) HasDateOfBirth

func (o *BirthData) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (BirthData) MarshalJSON

func (o BirthData) MarshalJSON() ([]byte, error)

func (*BirthData) SetDateOfBirth

func (o *BirthData) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (BirthData) ToMap

func (o BirthData) ToMap() (map[string]interface{}, error)

type BusinessLine

type BusinessLine struct {
	// The capability for which you are creating the business line.  Possible values: **receivePayments**, **receiveFromPlatformPayments**, **issueBankAccount**
	// Deprecated
	Capability *string `json:"capability,omitempty"`
	// The unique identifier of the business line.
	Id string `json:"id"`
	// A code that represents the industry of the legal entity. For example, **4431A** for computer software stores.
	IndustryCode string `json:"industryCode"`
	// Unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) that owns the business line.
	LegalEntityId string `json:"legalEntityId"`
	// List of the verification errors from capabilities for this supporting entity.
	Problems []CapabilityProblem `json:"problems,omitempty"`
	// A list of channels where goods or services are sold.  Possible values: **pos**, **posMoto**, **eCommerce**, **ecomMoto**, **payByLink**.  Required only in combination with the `service` **paymentProcessing**.
	SalesChannels []string `json:"salesChannels,omitempty"`
	// The service for which you are creating the business line.  Possible values: **paymentProcessing**, **issuing**, **banking**
	Service       string         `json:"service"`
	SourceOfFunds *SourceOfFunds `json:"sourceOfFunds,omitempty"`
	// List of website URLs where your user's goods or services are sold. When this is required for a service but your user does not have an online presence, provide the reason in the `webDataExemption` object.
	WebData          []WebData         `json:"webData,omitempty"`
	WebDataExemption *WebDataExemption `json:"webDataExemption,omitempty"`
}

BusinessLine struct for BusinessLine

func NewBusinessLine

func NewBusinessLine(id string, industryCode string, legalEntityId string, service string) *BusinessLine

NewBusinessLine instantiates a new BusinessLine 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 NewBusinessLineWithDefaults

func NewBusinessLineWithDefaults() *BusinessLine

NewBusinessLineWithDefaults instantiates a new BusinessLine 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 (*BusinessLine) GetCapability

func (o *BusinessLine) GetCapability() string

GetCapability returns the Capability field value if set, zero value otherwise. Deprecated

func (*BusinessLine) GetCapabilityOk

func (o *BusinessLine) 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. Deprecated

func (*BusinessLine) GetId

func (o *BusinessLine) GetId() string

GetId returns the Id field value

func (*BusinessLine) GetIdOk

func (o *BusinessLine) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*BusinessLine) GetIndustryCode

func (o *BusinessLine) GetIndustryCode() string

GetIndustryCode returns the IndustryCode field value

func (*BusinessLine) GetIndustryCodeOk

func (o *BusinessLine) GetIndustryCodeOk() (*string, bool)

GetIndustryCodeOk returns a tuple with the IndustryCode field value and a boolean to check if the value has been set.

func (*BusinessLine) GetLegalEntityId

func (o *BusinessLine) GetLegalEntityId() string

GetLegalEntityId returns the LegalEntityId field value

func (*BusinessLine) GetLegalEntityIdOk

func (o *BusinessLine) GetLegalEntityIdOk() (*string, bool)

GetLegalEntityIdOk returns a tuple with the LegalEntityId field value and a boolean to check if the value has been set.

func (*BusinessLine) GetProblems

func (o *BusinessLine) GetProblems() []CapabilityProblem

GetProblems returns the Problems field value if set, zero value otherwise.

func (*BusinessLine) GetProblemsOk

func (o *BusinessLine) 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 (*BusinessLine) GetSalesChannels

func (o *BusinessLine) GetSalesChannels() []string

GetSalesChannels returns the SalesChannels field value if set, zero value otherwise.

func (*BusinessLine) GetSalesChannelsOk

func (o *BusinessLine) GetSalesChannelsOk() ([]string, bool)

GetSalesChannelsOk returns a tuple with the SalesChannels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLine) GetService

func (o *BusinessLine) GetService() string

GetService returns the Service field value

func (*BusinessLine) GetServiceOk

func (o *BusinessLine) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.

func (*BusinessLine) GetSourceOfFunds

func (o *BusinessLine) GetSourceOfFunds() SourceOfFunds

GetSourceOfFunds returns the SourceOfFunds field value if set, zero value otherwise.

func (*BusinessLine) GetSourceOfFundsOk

func (o *BusinessLine) GetSourceOfFundsOk() (*SourceOfFunds, bool)

GetSourceOfFundsOk returns a tuple with the SourceOfFunds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLine) GetWebData

func (o *BusinessLine) GetWebData() []WebData

GetWebData returns the WebData field value if set, zero value otherwise.

func (*BusinessLine) GetWebDataExemption

func (o *BusinessLine) GetWebDataExemption() WebDataExemption

GetWebDataExemption returns the WebDataExemption field value if set, zero value otherwise.

func (*BusinessLine) GetWebDataExemptionOk

func (o *BusinessLine) GetWebDataExemptionOk() (*WebDataExemption, bool)

GetWebDataExemptionOk returns a tuple with the WebDataExemption field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLine) GetWebDataOk

func (o *BusinessLine) GetWebDataOk() ([]WebData, bool)

GetWebDataOk returns a tuple with the WebData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLine) HasCapability

func (o *BusinessLine) HasCapability() bool

HasCapability returns a boolean if a field has been set.

func (*BusinessLine) HasProblems

func (o *BusinessLine) HasProblems() bool

HasProblems returns a boolean if a field has been set.

func (*BusinessLine) HasSalesChannels

func (o *BusinessLine) HasSalesChannels() bool

HasSalesChannels returns a boolean if a field has been set.

func (*BusinessLine) HasSourceOfFunds

func (o *BusinessLine) HasSourceOfFunds() bool

HasSourceOfFunds returns a boolean if a field has been set.

func (*BusinessLine) HasWebData

func (o *BusinessLine) HasWebData() bool

HasWebData returns a boolean if a field has been set.

func (*BusinessLine) HasWebDataExemption

func (o *BusinessLine) HasWebDataExemption() bool

HasWebDataExemption returns a boolean if a field has been set.

func (BusinessLine) MarshalJSON

func (o BusinessLine) MarshalJSON() ([]byte, error)

func (*BusinessLine) SetCapability

func (o *BusinessLine) SetCapability(v string)

SetCapability gets a reference to the given string and assigns it to the Capability field. Deprecated

func (*BusinessLine) SetId

func (o *BusinessLine) SetId(v string)

SetId sets field value

func (*BusinessLine) SetIndustryCode

func (o *BusinessLine) SetIndustryCode(v string)

SetIndustryCode sets field value

func (*BusinessLine) SetLegalEntityId

func (o *BusinessLine) SetLegalEntityId(v string)

SetLegalEntityId sets field value

func (*BusinessLine) SetProblems

func (o *BusinessLine) SetProblems(v []CapabilityProblem)

SetProblems gets a reference to the given []CapabilityProblem and assigns it to the Problems field.

func (*BusinessLine) SetSalesChannels

func (o *BusinessLine) SetSalesChannels(v []string)

SetSalesChannels gets a reference to the given []string and assigns it to the SalesChannels field.

func (*BusinessLine) SetService

func (o *BusinessLine) SetService(v string)

SetService sets field value

func (*BusinessLine) SetSourceOfFunds

func (o *BusinessLine) SetSourceOfFunds(v SourceOfFunds)

SetSourceOfFunds gets a reference to the given SourceOfFunds and assigns it to the SourceOfFunds field.

func (*BusinessLine) SetWebData

func (o *BusinessLine) SetWebData(v []WebData)

SetWebData gets a reference to the given []WebData and assigns it to the WebData field.

func (*BusinessLine) SetWebDataExemption

func (o *BusinessLine) SetWebDataExemption(v WebDataExemption)

SetWebDataExemption gets a reference to the given WebDataExemption and assigns it to the WebDataExemption field.

func (BusinessLine) ToMap

func (o BusinessLine) ToMap() (map[string]interface{}, error)

type BusinessLineInfo

type BusinessLineInfo struct {
	// The capability for which you are creating the business line.  Possible values: **receivePayments**, **receiveFromPlatformPayments**, **issueBankAccount**
	// Deprecated
	Capability *string `json:"capability,omitempty"`
	// A code that represents the industry of the legal entity. For example, **4431A** for computer software stores.
	IndustryCode string `json:"industryCode"`
	// Unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) that owns the business line.
	LegalEntityId string `json:"legalEntityId"`
	// A list of channels where goods or services are sold.  Possible values: **pos**, **posMoto**, **eCommerce**, **ecomMoto**, **payByLink**.  Required only in combination with the `service` **paymentProcessing**.
	SalesChannels []string `json:"salesChannels,omitempty"`
	// The service for which you are creating the business line.  Possible values: **paymentProcessing**, **issuing**, **banking**
	Service       string         `json:"service"`
	SourceOfFunds *SourceOfFunds `json:"sourceOfFunds,omitempty"`
	// List of website URLs where your user's goods or services are sold. When this is required for a service but your user does not have an online presence, provide the reason in the `webDataExemption` object.
	WebData          []WebData         `json:"webData,omitempty"`
	WebDataExemption *WebDataExemption `json:"webDataExemption,omitempty"`
}

BusinessLineInfo struct for BusinessLineInfo

func NewBusinessLineInfo

func NewBusinessLineInfo(industryCode string, legalEntityId string, service string) *BusinessLineInfo

NewBusinessLineInfo instantiates a new BusinessLineInfo 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 NewBusinessLineInfoWithDefaults

func NewBusinessLineInfoWithDefaults() *BusinessLineInfo

NewBusinessLineInfoWithDefaults instantiates a new BusinessLineInfo 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 (*BusinessLineInfo) GetCapability

func (o *BusinessLineInfo) GetCapability() string

GetCapability returns the Capability field value if set, zero value otherwise. Deprecated

func (*BusinessLineInfo) GetCapabilityOk

func (o *BusinessLineInfo) 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. Deprecated

func (*BusinessLineInfo) GetIndustryCode

func (o *BusinessLineInfo) GetIndustryCode() string

GetIndustryCode returns the IndustryCode field value

func (*BusinessLineInfo) GetIndustryCodeOk

func (o *BusinessLineInfo) GetIndustryCodeOk() (*string, bool)

GetIndustryCodeOk returns a tuple with the IndustryCode field value and a boolean to check if the value has been set.

func (*BusinessLineInfo) GetLegalEntityId

func (o *BusinessLineInfo) GetLegalEntityId() string

GetLegalEntityId returns the LegalEntityId field value

func (*BusinessLineInfo) GetLegalEntityIdOk

func (o *BusinessLineInfo) GetLegalEntityIdOk() (*string, bool)

GetLegalEntityIdOk returns a tuple with the LegalEntityId field value and a boolean to check if the value has been set.

func (*BusinessLineInfo) GetSalesChannels

func (o *BusinessLineInfo) GetSalesChannels() []string

GetSalesChannels returns the SalesChannels field value if set, zero value otherwise.

func (*BusinessLineInfo) GetSalesChannelsOk

func (o *BusinessLineInfo) GetSalesChannelsOk() ([]string, bool)

GetSalesChannelsOk returns a tuple with the SalesChannels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfo) GetService

func (o *BusinessLineInfo) GetService() string

GetService returns the Service field value

func (*BusinessLineInfo) GetServiceOk

func (o *BusinessLineInfo) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.

func (*BusinessLineInfo) GetSourceOfFunds

func (o *BusinessLineInfo) GetSourceOfFunds() SourceOfFunds

GetSourceOfFunds returns the SourceOfFunds field value if set, zero value otherwise.

func (*BusinessLineInfo) GetSourceOfFundsOk

func (o *BusinessLineInfo) GetSourceOfFundsOk() (*SourceOfFunds, bool)

GetSourceOfFundsOk returns a tuple with the SourceOfFunds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfo) GetWebData

func (o *BusinessLineInfo) GetWebData() []WebData

GetWebData returns the WebData field value if set, zero value otherwise.

func (*BusinessLineInfo) GetWebDataExemption

func (o *BusinessLineInfo) GetWebDataExemption() WebDataExemption

GetWebDataExemption returns the WebDataExemption field value if set, zero value otherwise.

func (*BusinessLineInfo) GetWebDataExemptionOk

func (o *BusinessLineInfo) GetWebDataExemptionOk() (*WebDataExemption, bool)

GetWebDataExemptionOk returns a tuple with the WebDataExemption field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfo) GetWebDataOk

func (o *BusinessLineInfo) GetWebDataOk() ([]WebData, bool)

GetWebDataOk returns a tuple with the WebData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfo) HasCapability

func (o *BusinessLineInfo) HasCapability() bool

HasCapability returns a boolean if a field has been set.

func (*BusinessLineInfo) HasSalesChannels

func (o *BusinessLineInfo) HasSalesChannels() bool

HasSalesChannels returns a boolean if a field has been set.

func (*BusinessLineInfo) HasSourceOfFunds

func (o *BusinessLineInfo) HasSourceOfFunds() bool

HasSourceOfFunds returns a boolean if a field has been set.

func (*BusinessLineInfo) HasWebData

func (o *BusinessLineInfo) HasWebData() bool

HasWebData returns a boolean if a field has been set.

func (*BusinessLineInfo) HasWebDataExemption

func (o *BusinessLineInfo) HasWebDataExemption() bool

HasWebDataExemption returns a boolean if a field has been set.

func (BusinessLineInfo) MarshalJSON

func (o BusinessLineInfo) MarshalJSON() ([]byte, error)

func (*BusinessLineInfo) SetCapability

func (o *BusinessLineInfo) SetCapability(v string)

SetCapability gets a reference to the given string and assigns it to the Capability field. Deprecated

func (*BusinessLineInfo) SetIndustryCode

func (o *BusinessLineInfo) SetIndustryCode(v string)

SetIndustryCode sets field value

func (*BusinessLineInfo) SetLegalEntityId

func (o *BusinessLineInfo) SetLegalEntityId(v string)

SetLegalEntityId sets field value

func (*BusinessLineInfo) SetSalesChannels

func (o *BusinessLineInfo) SetSalesChannels(v []string)

SetSalesChannels gets a reference to the given []string and assigns it to the SalesChannels field.

func (*BusinessLineInfo) SetService

func (o *BusinessLineInfo) SetService(v string)

SetService sets field value

func (*BusinessLineInfo) SetSourceOfFunds

func (o *BusinessLineInfo) SetSourceOfFunds(v SourceOfFunds)

SetSourceOfFunds gets a reference to the given SourceOfFunds and assigns it to the SourceOfFunds field.

func (*BusinessLineInfo) SetWebData

func (o *BusinessLineInfo) SetWebData(v []WebData)

SetWebData gets a reference to the given []WebData and assigns it to the WebData field.

func (*BusinessLineInfo) SetWebDataExemption

func (o *BusinessLineInfo) SetWebDataExemption(v WebDataExemption)

SetWebDataExemption gets a reference to the given WebDataExemption and assigns it to the WebDataExemption field.

func (BusinessLineInfo) ToMap

func (o BusinessLineInfo) ToMap() (map[string]interface{}, error)

type BusinessLineInfoUpdate

type BusinessLineInfoUpdate struct {
	// The capability for which you are creating the business line. For example, **receivePayments**.
	// Deprecated
	Capability *string `json:"capability,omitempty"`
	// A code that represents the industry of your legal entity. For example, **4431A** for computer software stores.
	IndustryCode *string `json:"industryCode,omitempty"`
	// Unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) that owns the business line.
	LegalEntityId *string `json:"legalEntityId,omitempty"`
	// A list of channels where goods or services are sold.  Possible values: **pos**, **posMoto**, **eCommerce**, **ecomMoto**, **payByLink**.  Required only in combination with the `service` **paymentProcessing**.
	SalesChannels []string `json:"salesChannels,omitempty"`
	// The service for which you are creating the business line.  Possible values: **paymentProcessing**, **issuing**, **banking**
	Service       *string        `json:"service,omitempty"`
	SourceOfFunds *SourceOfFunds `json:"sourceOfFunds,omitempty"`
	// List of website URLs where your user's goods or services are sold. When this is required for a service but your user does not have an online presence, provide the reason in the `webDataExemption` object.
	WebData          []WebData         `json:"webData,omitempty"`
	WebDataExemption *WebDataExemption `json:"webDataExemption,omitempty"`
}

BusinessLineInfoUpdate struct for BusinessLineInfoUpdate

func NewBusinessLineInfoUpdate

func NewBusinessLineInfoUpdate() *BusinessLineInfoUpdate

NewBusinessLineInfoUpdate instantiates a new BusinessLineInfoUpdate 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 NewBusinessLineInfoUpdateWithDefaults

func NewBusinessLineInfoUpdateWithDefaults() *BusinessLineInfoUpdate

NewBusinessLineInfoUpdateWithDefaults instantiates a new BusinessLineInfoUpdate 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 (*BusinessLineInfoUpdate) GetCapability

func (o *BusinessLineInfoUpdate) GetCapability() string

GetCapability returns the Capability field value if set, zero value otherwise. Deprecated

func (*BusinessLineInfoUpdate) GetCapabilityOk

func (o *BusinessLineInfoUpdate) 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. Deprecated

func (*BusinessLineInfoUpdate) GetIndustryCode

func (o *BusinessLineInfoUpdate) GetIndustryCode() string

GetIndustryCode returns the IndustryCode field value if set, zero value otherwise.

func (*BusinessLineInfoUpdate) GetIndustryCodeOk

func (o *BusinessLineInfoUpdate) GetIndustryCodeOk() (*string, bool)

GetIndustryCodeOk returns a tuple with the IndustryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfoUpdate) GetLegalEntityId

func (o *BusinessLineInfoUpdate) GetLegalEntityId() string

GetLegalEntityId returns the LegalEntityId field value if set, zero value otherwise.

func (*BusinessLineInfoUpdate) GetLegalEntityIdOk

func (o *BusinessLineInfoUpdate) 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 (*BusinessLineInfoUpdate) GetSalesChannels

func (o *BusinessLineInfoUpdate) GetSalesChannels() []string

GetSalesChannels returns the SalesChannels field value if set, zero value otherwise.

func (*BusinessLineInfoUpdate) GetSalesChannelsOk

func (o *BusinessLineInfoUpdate) GetSalesChannelsOk() ([]string, bool)

GetSalesChannelsOk returns a tuple with the SalesChannels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfoUpdate) GetService

func (o *BusinessLineInfoUpdate) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*BusinessLineInfoUpdate) GetServiceOk

func (o *BusinessLineInfoUpdate) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfoUpdate) GetSourceOfFunds

func (o *BusinessLineInfoUpdate) GetSourceOfFunds() SourceOfFunds

GetSourceOfFunds returns the SourceOfFunds field value if set, zero value otherwise.

func (*BusinessLineInfoUpdate) GetSourceOfFundsOk

func (o *BusinessLineInfoUpdate) GetSourceOfFundsOk() (*SourceOfFunds, bool)

GetSourceOfFundsOk returns a tuple with the SourceOfFunds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfoUpdate) GetWebData

func (o *BusinessLineInfoUpdate) GetWebData() []WebData

GetWebData returns the WebData field value if set, zero value otherwise.

func (*BusinessLineInfoUpdate) GetWebDataExemption

func (o *BusinessLineInfoUpdate) GetWebDataExemption() WebDataExemption

GetWebDataExemption returns the WebDataExemption field value if set, zero value otherwise.

func (*BusinessLineInfoUpdate) GetWebDataExemptionOk

func (o *BusinessLineInfoUpdate) GetWebDataExemptionOk() (*WebDataExemption, bool)

GetWebDataExemptionOk returns a tuple with the WebDataExemption field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfoUpdate) GetWebDataOk

func (o *BusinessLineInfoUpdate) GetWebDataOk() ([]WebData, bool)

GetWebDataOk returns a tuple with the WebData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BusinessLineInfoUpdate) HasCapability

func (o *BusinessLineInfoUpdate) HasCapability() bool

HasCapability returns a boolean if a field has been set.

func (*BusinessLineInfoUpdate) HasIndustryCode

func (o *BusinessLineInfoUpdate) HasIndustryCode() bool

HasIndustryCode returns a boolean if a field has been set.

func (*BusinessLineInfoUpdate) HasLegalEntityId

func (o *BusinessLineInfoUpdate) HasLegalEntityId() bool

HasLegalEntityId returns a boolean if a field has been set.

func (*BusinessLineInfoUpdate) HasSalesChannels

func (o *BusinessLineInfoUpdate) HasSalesChannels() bool

HasSalesChannels returns a boolean if a field has been set.

func (*BusinessLineInfoUpdate) HasService added in v7.1.0

func (o *BusinessLineInfoUpdate) HasService() bool

HasService returns a boolean if a field has been set.

func (*BusinessLineInfoUpdate) HasSourceOfFunds

func (o *BusinessLineInfoUpdate) HasSourceOfFunds() bool

HasSourceOfFunds returns a boolean if a field has been set.

func (*BusinessLineInfoUpdate) HasWebData

func (o *BusinessLineInfoUpdate) HasWebData() bool

HasWebData returns a boolean if a field has been set.

func (*BusinessLineInfoUpdate) HasWebDataExemption

func (o *BusinessLineInfoUpdate) HasWebDataExemption() bool

HasWebDataExemption returns a boolean if a field has been set.

func (BusinessLineInfoUpdate) MarshalJSON

func (o BusinessLineInfoUpdate) MarshalJSON() ([]byte, error)

func (*BusinessLineInfoUpdate) SetCapability

func (o *BusinessLineInfoUpdate) SetCapability(v string)

SetCapability gets a reference to the given string and assigns it to the Capability field. Deprecated

func (*BusinessLineInfoUpdate) SetIndustryCode

func (o *BusinessLineInfoUpdate) SetIndustryCode(v string)

SetIndustryCode gets a reference to the given string and assigns it to the IndustryCode field.

func (*BusinessLineInfoUpdate) SetLegalEntityId

func (o *BusinessLineInfoUpdate) SetLegalEntityId(v string)

SetLegalEntityId gets a reference to the given string and assigns it to the LegalEntityId field.

func (*BusinessLineInfoUpdate) SetSalesChannels

func (o *BusinessLineInfoUpdate) SetSalesChannels(v []string)

SetSalesChannels gets a reference to the given []string and assigns it to the SalesChannels field.

func (*BusinessLineInfoUpdate) SetService

func (o *BusinessLineInfoUpdate) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

func (*BusinessLineInfoUpdate) SetSourceOfFunds

func (o *BusinessLineInfoUpdate) SetSourceOfFunds(v SourceOfFunds)

SetSourceOfFunds gets a reference to the given SourceOfFunds and assigns it to the SourceOfFunds field.

func (*BusinessLineInfoUpdate) SetWebData

func (o *BusinessLineInfoUpdate) SetWebData(v []WebData)

SetWebData gets a reference to the given []WebData and assigns it to the WebData field.

func (*BusinessLineInfoUpdate) SetWebDataExemption

func (o *BusinessLineInfoUpdate) SetWebDataExemption(v WebDataExemption)

SetWebDataExemption gets a reference to the given WebDataExemption and assigns it to the WebDataExemption field.

func (BusinessLineInfoUpdate) ToMap

func (o BusinessLineInfoUpdate) ToMap() (map[string]interface{}, error)

type BusinessLines

type BusinessLines struct {
	// List of business lines.
	BusinessLines []BusinessLine `json:"businessLines"`
}

BusinessLines struct for BusinessLines

func NewBusinessLines

func NewBusinessLines(businessLines []BusinessLine) *BusinessLines

NewBusinessLines instantiates a new BusinessLines 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 NewBusinessLinesWithDefaults

func NewBusinessLinesWithDefaults() *BusinessLines

NewBusinessLinesWithDefaults instantiates a new BusinessLines 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 (*BusinessLines) GetBusinessLines

func (o *BusinessLines) GetBusinessLines() []BusinessLine

GetBusinessLines returns the BusinessLines field value

func (*BusinessLines) GetBusinessLinesOk

func (o *BusinessLines) GetBusinessLinesOk() ([]BusinessLine, bool)

GetBusinessLinesOk returns a tuple with the BusinessLines field value and a boolean to check if the value has been set.

func (BusinessLines) MarshalJSON

func (o BusinessLines) MarshalJSON() ([]byte, error)

func (*BusinessLines) SetBusinessLines

func (o *BusinessLines) SetBusinessLines(v []BusinessLine)

SetBusinessLines sets field value

func (BusinessLines) ToMap

func (o BusinessLines) ToMap() (map[string]interface{}, error)

type BusinessLinesApi

type BusinessLinesApi common.Service

BusinessLinesApi service

func (*BusinessLinesApi) CreateBusinessLine

CreateBusinessLine Create a business line

Creates a business line.

This resource contains information about your user's line of business, including their industry and their source of funds. Adyen uses this information to verify your users as required by payment industry regulations. Adyen informs you of the verification results through webhooks or API responses.

>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r BusinessLinesApiCreateBusinessLineInput - Request parameters, see CreateBusinessLineInput @return BusinessLine, *http.Response, error

func (*BusinessLinesApi) CreateBusinessLineInput

func (a *BusinessLinesApi) CreateBusinessLineInput() BusinessLinesApiCreateBusinessLineInput

Prepare a request for CreateBusinessLine

@return BusinessLinesApiCreateBusinessLineInput

func (*BusinessLinesApi) DeleteBusinessLine

DeleteBusinessLine Delete a business line

Deletes a business line.

>If you delete a business line linked to a [payment method](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api), it can affect your merchant account's ability to use the [payment method](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/paymentMethodSettings). The business line is removed from all linked merchant accounts.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r BusinessLinesApiDeleteBusinessLineInput - Request parameters, see DeleteBusinessLineInput @return *http.Response, error

func (*BusinessLinesApi) DeleteBusinessLineInput

func (a *BusinessLinesApi) DeleteBusinessLineInput(id string) BusinessLinesApiDeleteBusinessLineInput

Prepare a request for DeleteBusinessLine @param id The unique identifier of the business line to be deleted. @return BusinessLinesApiDeleteBusinessLineInput

func (*BusinessLinesApi) GetBusinessLine

GetBusinessLine Get a business line

Returns the detail of a business line.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r BusinessLinesApiGetBusinessLineInput - Request parameters, see GetBusinessLineInput @return BusinessLine, *http.Response, error

func (*BusinessLinesApi) GetBusinessLineInput

func (a *BusinessLinesApi) GetBusinessLineInput(id string) BusinessLinesApiGetBusinessLineInput

Prepare a request for GetBusinessLine @param id The unique identifier of the business line. @return BusinessLinesApiGetBusinessLineInput

func (*BusinessLinesApi) UpdateBusinessLine

UpdateBusinessLine Update a business line

Updates a business line.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r BusinessLinesApiUpdateBusinessLineInput - Request parameters, see UpdateBusinessLineInput @return BusinessLine, *http.Response, error

func (*BusinessLinesApi) UpdateBusinessLineInput

func (a *BusinessLinesApi) UpdateBusinessLineInput(id string) BusinessLinesApiUpdateBusinessLineInput

Prepare a request for UpdateBusinessLine @param id The unique identifier of the business line. @return BusinessLinesApiUpdateBusinessLineInput

type BusinessLinesApiCreateBusinessLineInput

type BusinessLinesApiCreateBusinessLineInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by BusinessLinesApi.CreateBusinessLine

func (BusinessLinesApiCreateBusinessLineInput) BusinessLineInfo

type BusinessLinesApiDeleteBusinessLineInput

type BusinessLinesApiDeleteBusinessLineInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by BusinessLinesApi.DeleteBusinessLine

type BusinessLinesApiGetBusinessLineInput

type BusinessLinesApiGetBusinessLineInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by BusinessLinesApi.GetBusinessLine

type BusinessLinesApiUpdateBusinessLineInput

type BusinessLinesApiUpdateBusinessLineInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by BusinessLinesApi.UpdateBusinessLine

func (BusinessLinesApiUpdateBusinessLineInput) BusinessLineInfoUpdate

type CALocalAccountIdentification

type CALocalAccountIdentification struct {
	// The 5- to 12-digit bank account number, without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// The bank account type.  Possible values: **checking** or **savings**. Defaults to **checking**.
	AccountType *string `json:"accountType,omitempty"`
	// The 3-digit institution number, without separators or whitespace.
	InstitutionNumber string `json:"institutionNumber"`
	// The 5-digit transit number, without separators or whitespace.
	TransitNumber string `json:"transitNumber"`
	// **caLocal**
	Type string `json:"type"`
}

CALocalAccountIdentification struct for CALocalAccountIdentification

func NewCALocalAccountIdentification

func NewCALocalAccountIdentification(accountNumber string, institutionNumber string, transitNumber string, type_ string) *CALocalAccountIdentification

NewCALocalAccountIdentification instantiates a new CALocalAccountIdentification 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 NewCALocalAccountIdentificationWithDefaults

func NewCALocalAccountIdentificationWithDefaults() *CALocalAccountIdentification

NewCALocalAccountIdentificationWithDefaults instantiates a new CALocalAccountIdentification 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 (*CALocalAccountIdentification) GetAccountNumber

func (o *CALocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*CALocalAccountIdentification) GetAccountNumberOk

func (o *CALocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*CALocalAccountIdentification) GetAccountType

func (o *CALocalAccountIdentification) GetAccountType() string

GetAccountType returns the AccountType field value if set, zero value otherwise.

func (*CALocalAccountIdentification) GetAccountTypeOk

func (o *CALocalAccountIdentification) GetAccountTypeOk() (*string, bool)

GetAccountTypeOk returns a tuple with the AccountType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CALocalAccountIdentification) GetInstitutionNumber

func (o *CALocalAccountIdentification) GetInstitutionNumber() string

GetInstitutionNumber returns the InstitutionNumber field value

func (*CALocalAccountIdentification) GetInstitutionNumberOk

func (o *CALocalAccountIdentification) GetInstitutionNumberOk() (*string, bool)

GetInstitutionNumberOk returns a tuple with the InstitutionNumber field value and a boolean to check if the value has been set.

func (*CALocalAccountIdentification) GetTransitNumber

func (o *CALocalAccountIdentification) GetTransitNumber() string

GetTransitNumber returns the TransitNumber field value

func (*CALocalAccountIdentification) GetTransitNumberOk

func (o *CALocalAccountIdentification) GetTransitNumberOk() (*string, bool)

GetTransitNumberOk returns a tuple with the TransitNumber field value and a boolean to check if the value has been set.

func (*CALocalAccountIdentification) GetType

func (o *CALocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*CALocalAccountIdentification) GetTypeOk

func (o *CALocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CALocalAccountIdentification) HasAccountType

func (o *CALocalAccountIdentification) HasAccountType() bool

HasAccountType returns a boolean if a field has been set.

func (CALocalAccountIdentification) MarshalJSON

func (o CALocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*CALocalAccountIdentification) SetAccountNumber

func (o *CALocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*CALocalAccountIdentification) SetAccountType

func (o *CALocalAccountIdentification) SetAccountType(v string)

SetAccountType gets a reference to the given string and assigns it to the AccountType field.

func (*CALocalAccountIdentification) SetInstitutionNumber

func (o *CALocalAccountIdentification) SetInstitutionNumber(v string)

SetInstitutionNumber sets field value

func (*CALocalAccountIdentification) SetTransitNumber

func (o *CALocalAccountIdentification) SetTransitNumber(v string)

SetTransitNumber sets field value

func (*CALocalAccountIdentification) SetType

func (o *CALocalAccountIdentification) SetType(v string)

SetType sets field value

func (CALocalAccountIdentification) ToMap

func (o CALocalAccountIdentification) ToMap() (map[string]interface{}, error)

type CZLocalAccountIdentification

type CZLocalAccountIdentification struct {
	// The 2- to 16-digit bank account number (Číslo účtu) in the following format:  - The optional prefix (předčíslí).  - The required second part (základní část) which must be at least two non-zero digits.  Examples:  - **19-123457** (with prefix)  - **123457** (without prefix)  - **000019-0000123457** (with prefix, normalized)  - **000000-0000123457** (without prefix, normalized)
	AccountNumber string `json:"accountNumber"`
	// The 4-digit bank code (Kód banky), without separators or whitespace.
	BankCode string `json:"bankCode"`
	// **czLocal**
	Type string `json:"type"`
}

CZLocalAccountIdentification struct for CZLocalAccountIdentification

func NewCZLocalAccountIdentification

func NewCZLocalAccountIdentification(accountNumber string, bankCode string, type_ string) *CZLocalAccountIdentification

NewCZLocalAccountIdentification instantiates a new CZLocalAccountIdentification 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 NewCZLocalAccountIdentificationWithDefaults

func NewCZLocalAccountIdentificationWithDefaults() *CZLocalAccountIdentification

NewCZLocalAccountIdentificationWithDefaults instantiates a new CZLocalAccountIdentification 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 (*CZLocalAccountIdentification) GetAccountNumber

func (o *CZLocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*CZLocalAccountIdentification) GetAccountNumberOk

func (o *CZLocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*CZLocalAccountIdentification) GetBankCode

func (o *CZLocalAccountIdentification) GetBankCode() string

GetBankCode returns the BankCode field value

func (*CZLocalAccountIdentification) GetBankCodeOk

func (o *CZLocalAccountIdentification) GetBankCodeOk() (*string, bool)

GetBankCodeOk returns a tuple with the BankCode field value and a boolean to check if the value has been set.

func (*CZLocalAccountIdentification) GetType

func (o *CZLocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*CZLocalAccountIdentification) GetTypeOk

func (o *CZLocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (CZLocalAccountIdentification) MarshalJSON

func (o CZLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*CZLocalAccountIdentification) SetAccountNumber

func (o *CZLocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*CZLocalAccountIdentification) SetBankCode

func (o *CZLocalAccountIdentification) SetBankCode(v string)

SetBankCode sets field value

func (*CZLocalAccountIdentification) SetType

func (o *CZLocalAccountIdentification) SetType(v string)

SetType sets field value

func (CZLocalAccountIdentification) ToMap

func (o CZLocalAccountIdentification) ToMap() (map[string]interface{}, error)

type CalculateTermsOfServiceStatusResponse added in v7.1.0

type CalculateTermsOfServiceStatusResponse struct {
	// The type of Terms of Service that the legal entity needs to accept. If empty, no Terms of Service needs to be accepted.
	TermsOfServiceTypes []string `json:"termsOfServiceTypes,omitempty"`
}

CalculateTermsOfServiceStatusResponse struct for CalculateTermsOfServiceStatusResponse

func NewCalculateTermsOfServiceStatusResponse added in v7.1.0

func NewCalculateTermsOfServiceStatusResponse() *CalculateTermsOfServiceStatusResponse

NewCalculateTermsOfServiceStatusResponse instantiates a new CalculateTermsOfServiceStatusResponse 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 NewCalculateTermsOfServiceStatusResponseWithDefaults added in v7.1.0

func NewCalculateTermsOfServiceStatusResponseWithDefaults() *CalculateTermsOfServiceStatusResponse

NewCalculateTermsOfServiceStatusResponseWithDefaults instantiates a new CalculateTermsOfServiceStatusResponse 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 (*CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypes added in v7.1.0

func (o *CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypes() []string

GetTermsOfServiceTypes returns the TermsOfServiceTypes field value if set, zero value otherwise.

func (*CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypesOk added in v7.1.0

func (o *CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypesOk() ([]string, bool)

GetTermsOfServiceTypesOk returns a tuple with the TermsOfServiceTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CalculateTermsOfServiceStatusResponse) HasTermsOfServiceTypes added in v7.1.0

func (o *CalculateTermsOfServiceStatusResponse) HasTermsOfServiceTypes() bool

HasTermsOfServiceTypes returns a boolean if a field has been set.

func (CalculateTermsOfServiceStatusResponse) MarshalJSON added in v7.1.0

func (o CalculateTermsOfServiceStatusResponse) MarshalJSON() ([]byte, error)

func (*CalculateTermsOfServiceStatusResponse) SetTermsOfServiceTypes added in v7.1.0

func (o *CalculateTermsOfServiceStatusResponse) SetTermsOfServiceTypes(v []string)

SetTermsOfServiceTypes gets a reference to the given []string and assigns it to the TermsOfServiceTypes field.

func (CalculateTermsOfServiceStatusResponse) ToMap added in v7.1.0

func (o CalculateTermsOfServiceStatusResponse) ToMap() (map[string]interface{}, error)

type CapabilityProblem

type CapabilityProblem struct {
	Entity             *CapabilityProblemEntity `json:"entity,omitempty"`
	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

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

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 corresponding to the verification errors from capabilities.
	Documents []string                          `json:"documents,omitempty"`
	Id        *string                           `json:"id,omitempty"`
	Owner     *CapabilityProblemEntityRecursive `json:"owner,omitempty"`
	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

GetOwner returns the Owner field value if set, zero value otherwise.

func (*CapabilityProblemEntity) GetOwnerOk

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

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 corresponding to the verification errors from capabilities.
	Documents []string `json:"documents,omitempty"`
	Id        *string  `json:"id,omitempty"`
	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

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

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

HasId returns a boolean if a field has been set.

func (*CapabilityProblemEntityRecursive) HasType

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

SetId gets a reference to the given string and assigns it to the Id field.

func (*CapabilityProblemEntityRecursive) SetType

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 CapabilitySettings

type CapabilitySettings struct {
	// The maximum amount a card holder can spend per industry.
	AmountPerIndustry *map[string]Amount `json:"amountPerIndustry,omitempty"`
	// The number of card holders who can use the card.
	AuthorizedCardUsers *bool `json:"authorizedCardUsers,omitempty"`
	// The funding source of the card, for example **debit**.
	FundingSource []string `json:"fundingSource,omitempty"`
	// The period when the rule conditions apply.
	Interval  *string `json:"interval,omitempty"`
	MaxAmount *Amount `json:"maxAmount,omitempty"`
}

CapabilitySettings struct for CapabilitySettings

func NewCapabilitySettings

func NewCapabilitySettings() *CapabilitySettings

NewCapabilitySettings instantiates a new CapabilitySettings 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 NewCapabilitySettingsWithDefaults

func NewCapabilitySettingsWithDefaults() *CapabilitySettings

NewCapabilitySettingsWithDefaults instantiates a new CapabilitySettings 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 (*CapabilitySettings) GetAmountPerIndustry

func (o *CapabilitySettings) GetAmountPerIndustry() map[string]Amount

GetAmountPerIndustry returns the AmountPerIndustry field value if set, zero value otherwise.

func (*CapabilitySettings) GetAmountPerIndustryOk

func (o *CapabilitySettings) GetAmountPerIndustryOk() (*map[string]Amount, bool)

GetAmountPerIndustryOk returns a tuple with the AmountPerIndustry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilitySettings) GetAuthorizedCardUsers

func (o *CapabilitySettings) GetAuthorizedCardUsers() bool

GetAuthorizedCardUsers returns the AuthorizedCardUsers field value if set, zero value otherwise.

func (*CapabilitySettings) GetAuthorizedCardUsersOk

func (o *CapabilitySettings) GetAuthorizedCardUsersOk() (*bool, bool)

GetAuthorizedCardUsersOk returns a tuple with the AuthorizedCardUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilitySettings) GetFundingSource

func (o *CapabilitySettings) GetFundingSource() []string

GetFundingSource returns the FundingSource field value if set, zero value otherwise.

func (*CapabilitySettings) GetFundingSourceOk

func (o *CapabilitySettings) GetFundingSourceOk() ([]string, bool)

GetFundingSourceOk returns a tuple with the FundingSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilitySettings) GetInterval

func (o *CapabilitySettings) GetInterval() string

GetInterval returns the Interval field value if set, zero value otherwise.

func (*CapabilitySettings) GetIntervalOk

func (o *CapabilitySettings) GetIntervalOk() (*string, bool)

GetIntervalOk returns a tuple with the Interval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilitySettings) GetMaxAmount

func (o *CapabilitySettings) GetMaxAmount() Amount

GetMaxAmount returns the MaxAmount field value if set, zero value otherwise.

func (*CapabilitySettings) GetMaxAmountOk

func (o *CapabilitySettings) GetMaxAmountOk() (*Amount, bool)

GetMaxAmountOk returns a tuple with the MaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilitySettings) HasAmountPerIndustry

func (o *CapabilitySettings) HasAmountPerIndustry() bool

HasAmountPerIndustry returns a boolean if a field has been set.

func (*CapabilitySettings) HasAuthorizedCardUsers

func (o *CapabilitySettings) HasAuthorizedCardUsers() bool

HasAuthorizedCardUsers returns a boolean if a field has been set.

func (*CapabilitySettings) HasFundingSource

func (o *CapabilitySettings) HasFundingSource() bool

HasFundingSource returns a boolean if a field has been set.

func (*CapabilitySettings) HasInterval

func (o *CapabilitySettings) HasInterval() bool

HasInterval returns a boolean if a field has been set.

func (*CapabilitySettings) HasMaxAmount

func (o *CapabilitySettings) HasMaxAmount() bool

HasMaxAmount returns a boolean if a field has been set.

func (CapabilitySettings) MarshalJSON

func (o CapabilitySettings) MarshalJSON() ([]byte, error)

func (*CapabilitySettings) SetAmountPerIndustry

func (o *CapabilitySettings) SetAmountPerIndustry(v map[string]Amount)

SetAmountPerIndustry gets a reference to the given map[string]Amount and assigns it to the AmountPerIndustry field.

func (*CapabilitySettings) SetAuthorizedCardUsers

func (o *CapabilitySettings) SetAuthorizedCardUsers(v bool)

SetAuthorizedCardUsers gets a reference to the given bool and assigns it to the AuthorizedCardUsers field.

func (*CapabilitySettings) SetFundingSource

func (o *CapabilitySettings) SetFundingSource(v []string)

SetFundingSource gets a reference to the given []string and assigns it to the FundingSource field.

func (*CapabilitySettings) SetInterval

func (o *CapabilitySettings) SetInterval(v string)

SetInterval gets a reference to the given string and assigns it to the Interval field.

func (*CapabilitySettings) SetMaxAmount

func (o *CapabilitySettings) SetMaxAmount(v Amount)

SetMaxAmount gets a reference to the given Amount and assigns it to the MaxAmount field.

func (CapabilitySettings) ToMap

func (o CapabilitySettings) ToMap() (map[string]interface{}, error)

type DKLocalAccountIdentification

type DKLocalAccountIdentification struct {
	// The 4-10 digits bank account number (Kontonummer) (without separators or whitespace).
	AccountNumber string `json:"accountNumber"`
	// The 4-digit bank code (Registreringsnummer) (without separators or whitespace).
	BankCode string `json:"bankCode"`
	// **dkLocal**
	Type string `json:"type"`
}

DKLocalAccountIdentification struct for DKLocalAccountIdentification

func NewDKLocalAccountIdentification

func NewDKLocalAccountIdentification(accountNumber string, bankCode string, type_ string) *DKLocalAccountIdentification

NewDKLocalAccountIdentification instantiates a new DKLocalAccountIdentification 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 NewDKLocalAccountIdentificationWithDefaults

func NewDKLocalAccountIdentificationWithDefaults() *DKLocalAccountIdentification

NewDKLocalAccountIdentificationWithDefaults instantiates a new DKLocalAccountIdentification 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 (*DKLocalAccountIdentification) GetAccountNumber

func (o *DKLocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*DKLocalAccountIdentification) GetAccountNumberOk

func (o *DKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*DKLocalAccountIdentification) GetBankCode

func (o *DKLocalAccountIdentification) GetBankCode() string

GetBankCode returns the BankCode field value

func (*DKLocalAccountIdentification) GetBankCodeOk

func (o *DKLocalAccountIdentification) GetBankCodeOk() (*string, bool)

GetBankCodeOk returns a tuple with the BankCode field value and a boolean to check if the value has been set.

func (*DKLocalAccountIdentification) GetType

func (o *DKLocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*DKLocalAccountIdentification) GetTypeOk

func (o *DKLocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (DKLocalAccountIdentification) MarshalJSON

func (o DKLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*DKLocalAccountIdentification) SetAccountNumber

func (o *DKLocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*DKLocalAccountIdentification) SetBankCode

func (o *DKLocalAccountIdentification) SetBankCode(v string)

SetBankCode sets field value

func (*DKLocalAccountIdentification) SetType

func (o *DKLocalAccountIdentification) SetType(v string)

SetType sets field value

func (DKLocalAccountIdentification) ToMap

func (o DKLocalAccountIdentification) ToMap() (map[string]interface{}, error)

type Document

type Document struct {
	Attachment *Attachment `json:"attachment,omitempty"`
	// Array that contains the document. The array supports multiple attachments for uploading different sides or pages of a document.
	Attachments []Attachment `json:"attachments,omitempty"`
	// The creation date of the document.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Your description for the document.
	Description string `json:"description"`
	// The expiry date of the document, in YYYY-MM-DD format.
	// Deprecated
	ExpiryDate *string `json:"expiryDate,omitempty"`
	// The filename of the document.
	FileName *string `json:"fileName,omitempty"`
	// The unique identifier of the document.
	Id *string `json:"id,omitempty"`
	// The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the document was issued. For example, **US**.
	// Deprecated
	IssuerCountry *string `json:"issuerCountry,omitempty"`
	// The state or province where the document was issued (AU only).
	// Deprecated
	IssuerState *string `json:"issuerState,omitempty"`
	// The modification date of the document.
	ModificationDate *time.Time `json:"modificationDate,omitempty"`
	// The number in the document.
	Number *string      `json:"number,omitempty"`
	Owner  *OwnerEntity `json:"owner,omitempty"`
	// Type of document, used when providing an ID number or uploading a document. The possible values depend on the legal entity type.  * For **organization**, the `type` values can be **proofOfAddress**, **registrationDocument**, **vatDocument**, **proofOfOrganizationTaxInfo**, **proofOfOwnership**, **proofOfIndustry**, or **proofOfFundingOrWealthSource**.  * For **individual**, the `type` values can be **identityCard**, **driversLicense**, **passport**, **proofOfNationalIdNumber**, **proofOfResidency**, **proofOfIndustry**, **proofOfIndividualTaxId**, or **proofOfFundingOrWealthSource**.  * For **soleProprietorship**, the `type` values can be **constitutionalDocument**, **proofOfAddress**, or **proofOfIndustry**.  * Use **bankStatement** to upload documents for a [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id).
	Type string `json:"type"`
}

Document struct for Document

func NewDocument

func NewDocument(description string, type_ string) *Document

NewDocument instantiates a new Document 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 NewDocumentWithDefaults

func NewDocumentWithDefaults() *Document

NewDocumentWithDefaults instantiates a new Document 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 (*Document) GetAttachment

func (o *Document) GetAttachment() Attachment

GetAttachment returns the Attachment field value if set, zero value otherwise.

func (*Document) GetAttachmentOk

func (o *Document) GetAttachmentOk() (*Attachment, bool)

GetAttachmentOk returns a tuple with the Attachment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Document) GetAttachments

func (o *Document) GetAttachments() []Attachment

GetAttachments returns the Attachments field value if set, zero value otherwise.

func (*Document) GetAttachmentsOk

func (o *Document) GetAttachmentsOk() ([]Attachment, bool)

GetAttachmentsOk returns a tuple with the Attachments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Document) GetCreationDate

func (o *Document) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*Document) GetCreationDateOk

func (o *Document) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Document) GetDescription

func (o *Document) GetDescription() string

GetDescription returns the Description field value

func (*Document) GetDescriptionOk

func (o *Document) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*Document) GetExpiryDate

func (o *Document) GetExpiryDate() string

GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise. Deprecated

func (*Document) GetExpiryDateOk

func (o *Document) GetExpiryDateOk() (*string, bool)

GetExpiryDateOk returns a tuple with the ExpiryDate field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Document) GetFileName

func (o *Document) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise.

func (*Document) GetFileNameOk

func (o *Document) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Document) GetId

func (o *Document) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Document) GetIdOk

func (o *Document) 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 (*Document) GetIssuerCountry

func (o *Document) GetIssuerCountry() string

GetIssuerCountry returns the IssuerCountry field value if set, zero value otherwise. Deprecated

func (*Document) GetIssuerCountryOk

func (o *Document) GetIssuerCountryOk() (*string, bool)

GetIssuerCountryOk returns a tuple with the IssuerCountry field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Document) GetIssuerState

func (o *Document) GetIssuerState() string

GetIssuerState returns the IssuerState field value if set, zero value otherwise. Deprecated

func (*Document) GetIssuerStateOk

func (o *Document) GetIssuerStateOk() (*string, bool)

GetIssuerStateOk returns a tuple with the IssuerState field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Document) GetModificationDate

func (o *Document) GetModificationDate() time.Time

GetModificationDate returns the ModificationDate field value if set, zero value otherwise.

func (*Document) GetModificationDateOk

func (o *Document) GetModificationDateOk() (*time.Time, bool)

GetModificationDateOk returns a tuple with the ModificationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Document) GetNumber

func (o *Document) GetNumber() string

GetNumber returns the Number field value if set, zero value otherwise.

func (*Document) GetNumberOk

func (o *Document) GetNumberOk() (*string, bool)

GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Document) GetOwner

func (o *Document) GetOwner() OwnerEntity

GetOwner returns the Owner field value if set, zero value otherwise.

func (*Document) GetOwnerOk

func (o *Document) GetOwnerOk() (*OwnerEntity, 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 (*Document) GetType

func (o *Document) GetType() string

GetType returns the Type field value

func (*Document) GetTypeOk

func (o *Document) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*Document) HasAttachment

func (o *Document) HasAttachment() bool

HasAttachment returns a boolean if a field has been set.

func (*Document) HasAttachments added in v7.1.0

func (o *Document) HasAttachments() bool

HasAttachments returns a boolean if a field has been set.

func (*Document) HasCreationDate

func (o *Document) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*Document) HasExpiryDate

func (o *Document) HasExpiryDate() bool

HasExpiryDate returns a boolean if a field has been set.

func (*Document) HasFileName

func (o *Document) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*Document) HasId

func (o *Document) HasId() bool

HasId returns a boolean if a field has been set.

func (*Document) HasIssuerCountry

func (o *Document) HasIssuerCountry() bool

HasIssuerCountry returns a boolean if a field has been set.

func (*Document) HasIssuerState

func (o *Document) HasIssuerState() bool

HasIssuerState returns a boolean if a field has been set.

func (*Document) HasModificationDate

func (o *Document) HasModificationDate() bool

HasModificationDate returns a boolean if a field has been set.

func (*Document) HasNumber

func (o *Document) HasNumber() bool

HasNumber returns a boolean if a field has been set.

func (*Document) HasOwner added in v7.1.0

func (o *Document) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (Document) MarshalJSON

func (o Document) MarshalJSON() ([]byte, error)

func (*Document) SetAttachment

func (o *Document) SetAttachment(v Attachment)

SetAttachment gets a reference to the given Attachment and assigns it to the Attachment field.

func (*Document) SetAttachments

func (o *Document) SetAttachments(v []Attachment)

SetAttachments gets a reference to the given []Attachment and assigns it to the Attachments field.

func (*Document) SetCreationDate

func (o *Document) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*Document) SetDescription

func (o *Document) SetDescription(v string)

SetDescription sets field value

func (*Document) SetExpiryDate

func (o *Document) SetExpiryDate(v string)

SetExpiryDate gets a reference to the given string and assigns it to the ExpiryDate field. Deprecated

func (*Document) SetFileName

func (o *Document) SetFileName(v string)

SetFileName gets a reference to the given string and assigns it to the FileName field.

func (*Document) SetId

func (o *Document) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Document) SetIssuerCountry

func (o *Document) SetIssuerCountry(v string)

SetIssuerCountry gets a reference to the given string and assigns it to the IssuerCountry field. Deprecated

func (*Document) SetIssuerState

func (o *Document) SetIssuerState(v string)

SetIssuerState gets a reference to the given string and assigns it to the IssuerState field. Deprecated

func (*Document) SetModificationDate

func (o *Document) SetModificationDate(v time.Time)

SetModificationDate gets a reference to the given time.Time and assigns it to the ModificationDate field.

func (*Document) SetNumber

func (o *Document) SetNumber(v string)

SetNumber gets a reference to the given string and assigns it to the Number field.

func (*Document) SetOwner

func (o *Document) SetOwner(v OwnerEntity)

SetOwner gets a reference to the given OwnerEntity and assigns it to the Owner field.

func (*Document) SetType

func (o *Document) SetType(v string)

SetType sets field value

func (Document) ToMap

func (o Document) ToMap() (map[string]interface{}, error)

type DocumentPage added in v7.1.0

type DocumentPage struct {
	PageName   *string `json:"pageName,omitempty"`
	PageNumber *int32  `json:"pageNumber,omitempty"`
	Type       *string `json:"type,omitempty"`
}

DocumentPage struct for DocumentPage

func NewDocumentPage added in v7.1.0

func NewDocumentPage() *DocumentPage

NewDocumentPage instantiates a new DocumentPage 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 NewDocumentPageWithDefaults added in v7.1.0

func NewDocumentPageWithDefaults() *DocumentPage

NewDocumentPageWithDefaults instantiates a new DocumentPage 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 (*DocumentPage) GetPageName added in v7.1.0

func (o *DocumentPage) GetPageName() string

GetPageName returns the PageName field value if set, zero value otherwise.

func (*DocumentPage) GetPageNameOk added in v7.1.0

func (o *DocumentPage) GetPageNameOk() (*string, bool)

GetPageNameOk returns a tuple with the PageName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentPage) GetPageNumber added in v7.1.0

func (o *DocumentPage) GetPageNumber() int32

GetPageNumber returns the PageNumber field value if set, zero value otherwise.

func (*DocumentPage) GetPageNumberOk added in v7.1.0

func (o *DocumentPage) GetPageNumberOk() (*int32, bool)

GetPageNumberOk returns a tuple with the PageNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentPage) GetType added in v7.1.0

func (o *DocumentPage) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*DocumentPage) GetTypeOk added in v7.1.0

func (o *DocumentPage) 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 (*DocumentPage) HasPageName added in v7.1.0

func (o *DocumentPage) HasPageName() bool

HasPageName returns a boolean if a field has been set.

func (*DocumentPage) HasPageNumber added in v7.1.0

func (o *DocumentPage) HasPageNumber() bool

HasPageNumber returns a boolean if a field has been set.

func (*DocumentPage) HasType added in v7.1.0

func (o *DocumentPage) HasType() bool

HasType returns a boolean if a field has been set.

func (DocumentPage) MarshalJSON added in v7.1.0

func (o DocumentPage) MarshalJSON() ([]byte, error)

func (*DocumentPage) SetPageName added in v7.1.0

func (o *DocumentPage) SetPageName(v string)

SetPageName gets a reference to the given string and assigns it to the PageName field.

func (*DocumentPage) SetPageNumber added in v7.1.0

func (o *DocumentPage) SetPageNumber(v int32)

SetPageNumber gets a reference to the given int32 and assigns it to the PageNumber field.

func (*DocumentPage) SetType added in v7.1.0

func (o *DocumentPage) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (DocumentPage) ToMap added in v7.1.0

func (o DocumentPage) ToMap() (map[string]interface{}, error)

type DocumentReference

type DocumentReference struct {
	// Identifies whether the document is active and used for checks.
	Active *bool `json:"active,omitempty"`
	// Your description for the document.
	Description *string `json:"description,omitempty"`
	// Document name.
	FileName *string `json:"fileName,omitempty"`
	// The unique identifier of the resource.
	Id *string `json:"id,omitempty"`
	// The modification date of the document.
	ModificationDate *time.Time `json:"modificationDate,omitempty"`
	// List of document pages
	Pages []DocumentPage `json:"pages,omitempty"`
	// Type of document, used when providing an ID number or uploading a document.
	Type *string `json:"type,omitempty"`
}

DocumentReference struct for DocumentReference

func NewDocumentReference

func NewDocumentReference() *DocumentReference

NewDocumentReference instantiates a new DocumentReference 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 NewDocumentReferenceWithDefaults

func NewDocumentReferenceWithDefaults() *DocumentReference

NewDocumentReferenceWithDefaults instantiates a new DocumentReference 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 (*DocumentReference) GetActive

func (o *DocumentReference) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*DocumentReference) GetActiveOk

func (o *DocumentReference) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentReference) GetDescription

func (o *DocumentReference) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DocumentReference) GetDescriptionOk

func (o *DocumentReference) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentReference) GetFileName

func (o *DocumentReference) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise.

func (*DocumentReference) GetFileNameOk

func (o *DocumentReference) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentReference) GetId

func (o *DocumentReference) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DocumentReference) GetIdOk

func (o *DocumentReference) 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 (*DocumentReference) GetModificationDate

func (o *DocumentReference) GetModificationDate() time.Time

GetModificationDate returns the ModificationDate field value if set, zero value otherwise.

func (*DocumentReference) GetModificationDateOk

func (o *DocumentReference) GetModificationDateOk() (*time.Time, bool)

GetModificationDateOk returns a tuple with the ModificationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentReference) GetPages added in v7.1.0

func (o *DocumentReference) GetPages() []DocumentPage

GetPages returns the Pages field value if set, zero value otherwise.

func (*DocumentReference) GetPagesOk added in v7.1.0

func (o *DocumentReference) GetPagesOk() ([]DocumentPage, bool)

GetPagesOk returns a tuple with the Pages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentReference) GetType

func (o *DocumentReference) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*DocumentReference) GetTypeOk

func (o *DocumentReference) 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 (*DocumentReference) HasActive

func (o *DocumentReference) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*DocumentReference) HasDescription

func (o *DocumentReference) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DocumentReference) HasFileName

func (o *DocumentReference) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*DocumentReference) HasId

func (o *DocumentReference) HasId() bool

HasId returns a boolean if a field has been set.

func (*DocumentReference) HasModificationDate

func (o *DocumentReference) HasModificationDate() bool

HasModificationDate returns a boolean if a field has been set.

func (*DocumentReference) HasPages added in v7.1.0

func (o *DocumentReference) HasPages() bool

HasPages returns a boolean if a field has been set.

func (*DocumentReference) HasType

func (o *DocumentReference) HasType() bool

HasType returns a boolean if a field has been set.

func (DocumentReference) MarshalJSON

func (o DocumentReference) MarshalJSON() ([]byte, error)

func (*DocumentReference) SetActive

func (o *DocumentReference) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*DocumentReference) SetDescription

func (o *DocumentReference) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DocumentReference) SetFileName

func (o *DocumentReference) SetFileName(v string)

SetFileName gets a reference to the given string and assigns it to the FileName field.

func (*DocumentReference) SetId

func (o *DocumentReference) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DocumentReference) SetModificationDate

func (o *DocumentReference) SetModificationDate(v time.Time)

SetModificationDate gets a reference to the given time.Time and assigns it to the ModificationDate field.

func (*DocumentReference) SetPages added in v7.1.0

func (o *DocumentReference) SetPages(v []DocumentPage)

SetPages gets a reference to the given []DocumentPage and assigns it to the Pages field.

func (*DocumentReference) SetType

func (o *DocumentReference) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (DocumentReference) ToMap

func (o DocumentReference) ToMap() (map[string]interface{}, error)

type DocumentsApi

type DocumentsApi common.Service

DocumentsApi service

func (*DocumentsApi) DeleteDocument

DeleteDocument Delete a document

Deletes a document.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r DocumentsApiDeleteDocumentInput - Request parameters, see DeleteDocumentInput @return *http.Response, error

func (*DocumentsApi) DeleteDocumentInput

func (a *DocumentsApi) DeleteDocumentInput(id string) DocumentsApiDeleteDocumentInput

Prepare a request for DeleteDocument @param id The unique identifier of the document to be deleted. @return DocumentsApiDeleteDocumentInput

func (*DocumentsApi) GetDocument

GetDocument Get a document

Returns a document.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r DocumentsApiGetDocumentInput - Request parameters, see GetDocumentInput @return Document, *http.Response, error

func (*DocumentsApi) GetDocumentInput

func (a *DocumentsApi) GetDocumentInput(id string) DocumentsApiGetDocumentInput

Prepare a request for GetDocument @param id The unique identifier of the document. @return DocumentsApiGetDocumentInput

func (*DocumentsApi) UpdateDocument

UpdateDocument Update a document

Updates a document.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r DocumentsApiUpdateDocumentInput - Request parameters, see UpdateDocumentInput @return Document, *http.Response, error

func (*DocumentsApi) UpdateDocumentInput

func (a *DocumentsApi) UpdateDocumentInput(id string) DocumentsApiUpdateDocumentInput

Prepare a request for UpdateDocument @param id The unique identifier of the document to be updated. @return DocumentsApiUpdateDocumentInput

func (*DocumentsApi) UploadDocumentForVerificationChecks

UploadDocumentForVerificationChecks Upload a document for verification checks

Uploads a document for verification checks.

Adyen uses the information from the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities) to run automated verification checks. If these checks fail, you will be notified to provide additional documents.

You should only upload documents when Adyen requests additional information for the legal entity.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r DocumentsApiUploadDocumentForVerificationChecksInput - Request parameters, see UploadDocumentForVerificationChecksInput @return Document, *http.Response, error

func (*DocumentsApi) UploadDocumentForVerificationChecksInput

func (a *DocumentsApi) UploadDocumentForVerificationChecksInput() DocumentsApiUploadDocumentForVerificationChecksInput

Prepare a request for UploadDocumentForVerificationChecks

@return DocumentsApiUploadDocumentForVerificationChecksInput

type DocumentsApiDeleteDocumentInput

type DocumentsApiDeleteDocumentInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by DocumentsApi.DeleteDocument

type DocumentsApiGetDocumentInput

type DocumentsApiGetDocumentInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by DocumentsApi.GetDocument

type DocumentsApiUpdateDocumentInput

type DocumentsApiUpdateDocumentInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by DocumentsApi.UpdateDocument

func (DocumentsApiUpdateDocumentInput) Document

type DocumentsApiUploadDocumentForVerificationChecksInput

type DocumentsApiUploadDocumentForVerificationChecksInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by DocumentsApi.UploadDocumentForVerificationChecks

func (DocumentsApiUploadDocumentForVerificationChecksInput) Document

func (DocumentsApiUploadDocumentForVerificationChecksInput) XRequestedVerificationCode added in v7.2.0

Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.

type EntityReference

type EntityReference struct {
	// The unique identifier of the resource.
	Id *string `json:"id,omitempty"`
}

EntityReference struct for EntityReference

func NewEntityReference

func NewEntityReference() *EntityReference

NewEntityReference instantiates a new EntityReference 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 NewEntityReferenceWithDefaults

func NewEntityReferenceWithDefaults() *EntityReference

NewEntityReferenceWithDefaults instantiates a new EntityReference 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 (*EntityReference) GetId

func (o *EntityReference) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*EntityReference) GetIdOk

func (o *EntityReference) 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 (*EntityReference) HasId

func (o *EntityReference) HasId() bool

HasId returns a boolean if a field has been set.

func (EntityReference) MarshalJSON

func (o EntityReference) MarshalJSON() ([]byte, error)

func (*EntityReference) SetId

func (o *EntityReference) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (EntityReference) ToMap

func (o EntityReference) ToMap() (map[string]interface{}, error)

type GeneratePciDescriptionRequest

type GeneratePciDescriptionRequest struct {
	// Sets the language of the PCI questionnaire. Its value is a two-character [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) language code, for example, **en**.
	Language *string `json:"language,omitempty"`
}

GeneratePciDescriptionRequest struct for GeneratePciDescriptionRequest

func NewGeneratePciDescriptionRequest

func NewGeneratePciDescriptionRequest() *GeneratePciDescriptionRequest

NewGeneratePciDescriptionRequest instantiates a new GeneratePciDescriptionRequest 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 NewGeneratePciDescriptionRequestWithDefaults

func NewGeneratePciDescriptionRequestWithDefaults() *GeneratePciDescriptionRequest

NewGeneratePciDescriptionRequestWithDefaults instantiates a new GeneratePciDescriptionRequest 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 (*GeneratePciDescriptionRequest) GetLanguage

func (o *GeneratePciDescriptionRequest) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*GeneratePciDescriptionRequest) GetLanguageOk

func (o *GeneratePciDescriptionRequest) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneratePciDescriptionRequest) HasLanguage

func (o *GeneratePciDescriptionRequest) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (GeneratePciDescriptionRequest) MarshalJSON

func (o GeneratePciDescriptionRequest) MarshalJSON() ([]byte, error)

func (*GeneratePciDescriptionRequest) SetLanguage

func (o *GeneratePciDescriptionRequest) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (GeneratePciDescriptionRequest) ToMap

func (o GeneratePciDescriptionRequest) ToMap() (map[string]interface{}, error)

type GeneratePciDescriptionResponse

type GeneratePciDescriptionResponse struct {
	// The generated questionnaires in a base64 encoded format.
	Content *string `json:"content,omitempty"`
	// The two-letter [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code for the questionnaire. For example, **en**.
	Language *string `json:"language,omitempty"`
	// The array of Adyen-generated unique identifiers for the questionnaires.
	PciTemplateReferences []string `json:"pciTemplateReferences,omitempty"`
}

GeneratePciDescriptionResponse struct for GeneratePciDescriptionResponse

func NewGeneratePciDescriptionResponse

func NewGeneratePciDescriptionResponse() *GeneratePciDescriptionResponse

NewGeneratePciDescriptionResponse instantiates a new GeneratePciDescriptionResponse 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 NewGeneratePciDescriptionResponseWithDefaults

func NewGeneratePciDescriptionResponseWithDefaults() *GeneratePciDescriptionResponse

NewGeneratePciDescriptionResponseWithDefaults instantiates a new GeneratePciDescriptionResponse 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 (*GeneratePciDescriptionResponse) GetContent

func (o *GeneratePciDescriptionResponse) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*GeneratePciDescriptionResponse) GetContentOk

func (o *GeneratePciDescriptionResponse) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneratePciDescriptionResponse) GetLanguage

func (o *GeneratePciDescriptionResponse) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*GeneratePciDescriptionResponse) GetLanguageOk

func (o *GeneratePciDescriptionResponse) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneratePciDescriptionResponse) GetPciTemplateReferences

func (o *GeneratePciDescriptionResponse) GetPciTemplateReferences() []string

GetPciTemplateReferences returns the PciTemplateReferences field value if set, zero value otherwise.

func (*GeneratePciDescriptionResponse) GetPciTemplateReferencesOk

func (o *GeneratePciDescriptionResponse) GetPciTemplateReferencesOk() ([]string, bool)

GetPciTemplateReferencesOk returns a tuple with the PciTemplateReferences field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneratePciDescriptionResponse) HasContent

func (o *GeneratePciDescriptionResponse) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*GeneratePciDescriptionResponse) HasLanguage

func (o *GeneratePciDescriptionResponse) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*GeneratePciDescriptionResponse) HasPciTemplateReferences

func (o *GeneratePciDescriptionResponse) HasPciTemplateReferences() bool

HasPciTemplateReferences returns a boolean if a field has been set.

func (GeneratePciDescriptionResponse) MarshalJSON

func (o GeneratePciDescriptionResponse) MarshalJSON() ([]byte, error)

func (*GeneratePciDescriptionResponse) SetContent

func (o *GeneratePciDescriptionResponse) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*GeneratePciDescriptionResponse) SetLanguage

func (o *GeneratePciDescriptionResponse) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*GeneratePciDescriptionResponse) SetPciTemplateReferences

func (o *GeneratePciDescriptionResponse) SetPciTemplateReferences(v []string)

SetPciTemplateReferences gets a reference to the given []string and assigns it to the PciTemplateReferences field.

func (GeneratePciDescriptionResponse) ToMap

func (o GeneratePciDescriptionResponse) ToMap() (map[string]interface{}, error)

type GetPciQuestionnaireInfosResponse

type GetPciQuestionnaireInfosResponse struct {
	// Information about the signed PCI questionnaires.
	Data []PciDocumentInfo `json:"data,omitempty"`
}

GetPciQuestionnaireInfosResponse struct for GetPciQuestionnaireInfosResponse

func NewGetPciQuestionnaireInfosResponse

func NewGetPciQuestionnaireInfosResponse() *GetPciQuestionnaireInfosResponse

NewGetPciQuestionnaireInfosResponse instantiates a new GetPciQuestionnaireInfosResponse 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 NewGetPciQuestionnaireInfosResponseWithDefaults

func NewGetPciQuestionnaireInfosResponseWithDefaults() *GetPciQuestionnaireInfosResponse

NewGetPciQuestionnaireInfosResponseWithDefaults instantiates a new GetPciQuestionnaireInfosResponse 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 (*GetPciQuestionnaireInfosResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetPciQuestionnaireInfosResponse) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPciQuestionnaireInfosResponse) HasData

HasData returns a boolean if a field has been set.

func (GetPciQuestionnaireInfosResponse) MarshalJSON

func (o GetPciQuestionnaireInfosResponse) MarshalJSON() ([]byte, error)

func (*GetPciQuestionnaireInfosResponse) SetData

SetData gets a reference to the given []PciDocumentInfo and assigns it to the Data field.

func (GetPciQuestionnaireInfosResponse) ToMap

func (o GetPciQuestionnaireInfosResponse) ToMap() (map[string]interface{}, error)

type GetPciQuestionnaireResponse

type GetPciQuestionnaireResponse struct {
	// The generated questionnaire in a base64 encoded format.
	Content *string `json:"content,omitempty"`
	// The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	// The unique identifier of the signed questionnaire.
	Id *string `json:"id,omitempty"`
	// The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
	ValidUntil *time.Time `json:"validUntil,omitempty"`
}

GetPciQuestionnaireResponse struct for GetPciQuestionnaireResponse

func NewGetPciQuestionnaireResponse

func NewGetPciQuestionnaireResponse() *GetPciQuestionnaireResponse

NewGetPciQuestionnaireResponse instantiates a new GetPciQuestionnaireResponse 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 NewGetPciQuestionnaireResponseWithDefaults

func NewGetPciQuestionnaireResponseWithDefaults() *GetPciQuestionnaireResponse

NewGetPciQuestionnaireResponseWithDefaults instantiates a new GetPciQuestionnaireResponse 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 (*GetPciQuestionnaireResponse) GetContent

func (o *GetPciQuestionnaireResponse) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*GetPciQuestionnaireResponse) GetContentOk

func (o *GetPciQuestionnaireResponse) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPciQuestionnaireResponse) GetCreatedAt

func (o *GetPciQuestionnaireResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetPciQuestionnaireResponse) GetCreatedAtOk

func (o *GetPciQuestionnaireResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPciQuestionnaireResponse) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetPciQuestionnaireResponse) GetIdOk

func (o *GetPciQuestionnaireResponse) 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 (*GetPciQuestionnaireResponse) GetValidUntil

func (o *GetPciQuestionnaireResponse) GetValidUntil() time.Time

GetValidUntil returns the ValidUntil field value if set, zero value otherwise.

func (*GetPciQuestionnaireResponse) GetValidUntilOk

func (o *GetPciQuestionnaireResponse) GetValidUntilOk() (*time.Time, bool)

GetValidUntilOk returns a tuple with the ValidUntil field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPciQuestionnaireResponse) HasContent

func (o *GetPciQuestionnaireResponse) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*GetPciQuestionnaireResponse) HasCreatedAt

func (o *GetPciQuestionnaireResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetPciQuestionnaireResponse) HasId

func (o *GetPciQuestionnaireResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*GetPciQuestionnaireResponse) HasValidUntil

func (o *GetPciQuestionnaireResponse) HasValidUntil() bool

HasValidUntil returns a boolean if a field has been set.

func (GetPciQuestionnaireResponse) MarshalJSON

func (o GetPciQuestionnaireResponse) MarshalJSON() ([]byte, error)

func (*GetPciQuestionnaireResponse) SetContent

func (o *GetPciQuestionnaireResponse) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*GetPciQuestionnaireResponse) SetCreatedAt

func (o *GetPciQuestionnaireResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*GetPciQuestionnaireResponse) SetId

func (o *GetPciQuestionnaireResponse) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GetPciQuestionnaireResponse) SetValidUntil

func (o *GetPciQuestionnaireResponse) SetValidUntil(v time.Time)

SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.

func (GetPciQuestionnaireResponse) ToMap

func (o GetPciQuestionnaireResponse) ToMap() (map[string]interface{}, error)

type GetTermsOfServiceAcceptanceInfosResponse

type GetTermsOfServiceAcceptanceInfosResponse struct {
	// The Terms of Service acceptance information.
	Data []TermsOfServiceAcceptanceInfo `json:"data,omitempty"`
}

GetTermsOfServiceAcceptanceInfosResponse struct for GetTermsOfServiceAcceptanceInfosResponse

func NewGetTermsOfServiceAcceptanceInfosResponse

func NewGetTermsOfServiceAcceptanceInfosResponse() *GetTermsOfServiceAcceptanceInfosResponse

NewGetTermsOfServiceAcceptanceInfosResponse instantiates a new GetTermsOfServiceAcceptanceInfosResponse 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 NewGetTermsOfServiceAcceptanceInfosResponseWithDefaults

func NewGetTermsOfServiceAcceptanceInfosResponseWithDefaults() *GetTermsOfServiceAcceptanceInfosResponse

NewGetTermsOfServiceAcceptanceInfosResponseWithDefaults instantiates a new GetTermsOfServiceAcceptanceInfosResponse 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 (*GetTermsOfServiceAcceptanceInfosResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetTermsOfServiceAcceptanceInfosResponse) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTermsOfServiceAcceptanceInfosResponse) HasData

HasData returns a boolean if a field has been set.

func (GetTermsOfServiceAcceptanceInfosResponse) MarshalJSON

func (*GetTermsOfServiceAcceptanceInfosResponse) SetData

SetData gets a reference to the given []TermsOfServiceAcceptanceInfo and assigns it to the Data field.

func (GetTermsOfServiceAcceptanceInfosResponse) ToMap

func (o GetTermsOfServiceAcceptanceInfosResponse) ToMap() (map[string]interface{}, error)

type GetTermsOfServiceDocumentRequest

type GetTermsOfServiceDocumentRequest struct {
	// The language to be used for the Terms of Service document, specified by the two letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code. For example, **nl** for Dutch.
	Language *string `json:"language,omitempty"`
	// The type of Terms of Service.
	Type *string `json:"type,omitempty"`
}

GetTermsOfServiceDocumentRequest struct for GetTermsOfServiceDocumentRequest

func NewGetTermsOfServiceDocumentRequest

func NewGetTermsOfServiceDocumentRequest() *GetTermsOfServiceDocumentRequest

NewGetTermsOfServiceDocumentRequest instantiates a new GetTermsOfServiceDocumentRequest 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 NewGetTermsOfServiceDocumentRequestWithDefaults

func NewGetTermsOfServiceDocumentRequestWithDefaults() *GetTermsOfServiceDocumentRequest

NewGetTermsOfServiceDocumentRequestWithDefaults instantiates a new GetTermsOfServiceDocumentRequest 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 (*GetTermsOfServiceDocumentRequest) GetLanguage

func (o *GetTermsOfServiceDocumentRequest) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*GetTermsOfServiceDocumentRequest) GetLanguageOk

func (o *GetTermsOfServiceDocumentRequest) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTermsOfServiceDocumentRequest) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*GetTermsOfServiceDocumentRequest) GetTypeOk

func (o *GetTermsOfServiceDocumentRequest) 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 (*GetTermsOfServiceDocumentRequest) HasLanguage

func (o *GetTermsOfServiceDocumentRequest) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*GetTermsOfServiceDocumentRequest) HasType

HasType returns a boolean if a field has been set.

func (GetTermsOfServiceDocumentRequest) MarshalJSON

func (o GetTermsOfServiceDocumentRequest) MarshalJSON() ([]byte, error)

func (*GetTermsOfServiceDocumentRequest) SetLanguage

func (o *GetTermsOfServiceDocumentRequest) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*GetTermsOfServiceDocumentRequest) SetType

SetType gets a reference to the given string and assigns it to the Type field.

func (GetTermsOfServiceDocumentRequest) ToMap

func (o GetTermsOfServiceDocumentRequest) ToMap() (map[string]interface{}, error)

type GetTermsOfServiceDocumentResponse

type GetTermsOfServiceDocumentResponse struct {
	// The Terms of Service document in Base64-encoded format.
	Document *string `json:"document,omitempty"`
	// The unique identifier of the legal entity.
	Id *string `json:"id,omitempty"`
	// The language used for the Terms of Service document, specified by the two letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code. For example, **nl** for Dutch.
	Language *string `json:"language,omitempty"`
	// The unique identifier of the Terms of Service document.
	TermsOfServiceDocumentId *string `json:"termsOfServiceDocumentId,omitempty"`
	// The type of Terms of Service.
	Type *string `json:"type,omitempty"`
}

GetTermsOfServiceDocumentResponse struct for GetTermsOfServiceDocumentResponse

func NewGetTermsOfServiceDocumentResponse

func NewGetTermsOfServiceDocumentResponse() *GetTermsOfServiceDocumentResponse

NewGetTermsOfServiceDocumentResponse instantiates a new GetTermsOfServiceDocumentResponse 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 NewGetTermsOfServiceDocumentResponseWithDefaults

func NewGetTermsOfServiceDocumentResponseWithDefaults() *GetTermsOfServiceDocumentResponse

NewGetTermsOfServiceDocumentResponseWithDefaults instantiates a new GetTermsOfServiceDocumentResponse 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 (*GetTermsOfServiceDocumentResponse) GetDocument

func (o *GetTermsOfServiceDocumentResponse) GetDocument() string

GetDocument returns the Document field value if set, zero value otherwise.

func (*GetTermsOfServiceDocumentResponse) GetDocumentOk

func (o *GetTermsOfServiceDocumentResponse) GetDocumentOk() (*string, bool)

GetDocumentOk returns a tuple with the Document field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTermsOfServiceDocumentResponse) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetTermsOfServiceDocumentResponse) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTermsOfServiceDocumentResponse) GetLanguage

func (o *GetTermsOfServiceDocumentResponse) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*GetTermsOfServiceDocumentResponse) GetLanguageOk

func (o *GetTermsOfServiceDocumentResponse) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentId

func (o *GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentId() string

GetTermsOfServiceDocumentId returns the TermsOfServiceDocumentId field value if set, zero value otherwise.

func (*GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentIdOk

func (o *GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentIdOk() (*string, bool)

GetTermsOfServiceDocumentIdOk returns a tuple with the TermsOfServiceDocumentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTermsOfServiceDocumentResponse) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*GetTermsOfServiceDocumentResponse) GetTypeOk

func (o *GetTermsOfServiceDocumentResponse) 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 (*GetTermsOfServiceDocumentResponse) HasDocument

func (o *GetTermsOfServiceDocumentResponse) HasDocument() bool

HasDocument returns a boolean if a field has been set.

func (*GetTermsOfServiceDocumentResponse) HasId

HasId returns a boolean if a field has been set.

func (*GetTermsOfServiceDocumentResponse) HasLanguage

func (o *GetTermsOfServiceDocumentResponse) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*GetTermsOfServiceDocumentResponse) HasTermsOfServiceDocumentId

func (o *GetTermsOfServiceDocumentResponse) HasTermsOfServiceDocumentId() bool

HasTermsOfServiceDocumentId returns a boolean if a field has been set.

func (*GetTermsOfServiceDocumentResponse) HasType

HasType returns a boolean if a field has been set.

func (GetTermsOfServiceDocumentResponse) MarshalJSON

func (o GetTermsOfServiceDocumentResponse) MarshalJSON() ([]byte, error)

func (*GetTermsOfServiceDocumentResponse) SetDocument

func (o *GetTermsOfServiceDocumentResponse) SetDocument(v string)

SetDocument gets a reference to the given string and assigns it to the Document field.

func (*GetTermsOfServiceDocumentResponse) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (*GetTermsOfServiceDocumentResponse) SetLanguage

func (o *GetTermsOfServiceDocumentResponse) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*GetTermsOfServiceDocumentResponse) SetTermsOfServiceDocumentId

func (o *GetTermsOfServiceDocumentResponse) SetTermsOfServiceDocumentId(v string)

SetTermsOfServiceDocumentId gets a reference to the given string and assigns it to the TermsOfServiceDocumentId field.

func (*GetTermsOfServiceDocumentResponse) SetType

SetType gets a reference to the given string and assigns it to the Type field.

func (GetTermsOfServiceDocumentResponse) ToMap

func (o GetTermsOfServiceDocumentResponse) ToMap() (map[string]interface{}, error)

type HKLocalAccountIdentification added in v7.2.0

type HKLocalAccountIdentification struct {
	// The 6- to 19-character bank account number (alphanumeric), without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// The 6-digit bank code including the 3-digit bank code and 3-digit branch code, without separators or whitespace.
	BankCode string `json:"bankCode"`
	// **hkLocal**
	Type string `json:"type"`
}

HKLocalAccountIdentification struct for HKLocalAccountIdentification

func NewHKLocalAccountIdentification added in v7.2.0

func NewHKLocalAccountIdentification(accountNumber string, bankCode string, type_ string) *HKLocalAccountIdentification

NewHKLocalAccountIdentification instantiates a new HKLocalAccountIdentification 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 NewHKLocalAccountIdentificationWithDefaults added in v7.2.0

func NewHKLocalAccountIdentificationWithDefaults() *HKLocalAccountIdentification

NewHKLocalAccountIdentificationWithDefaults instantiates a new HKLocalAccountIdentification 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 (*HKLocalAccountIdentification) GetAccountNumber added in v7.2.0

func (o *HKLocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*HKLocalAccountIdentification) GetAccountNumberOk added in v7.2.0

func (o *HKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*HKLocalAccountIdentification) GetBankCode added in v7.2.0

func (o *HKLocalAccountIdentification) GetBankCode() string

GetBankCode returns the BankCode field value

func (*HKLocalAccountIdentification) GetBankCodeOk added in v7.2.0

func (o *HKLocalAccountIdentification) GetBankCodeOk() (*string, bool)

GetBankCodeOk returns a tuple with the BankCode field value and a boolean to check if the value has been set.

func (*HKLocalAccountIdentification) GetType added in v7.2.0

func (o *HKLocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*HKLocalAccountIdentification) GetTypeOk added in v7.2.0

func (o *HKLocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (HKLocalAccountIdentification) MarshalJSON added in v7.2.0

func (o HKLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*HKLocalAccountIdentification) SetAccountNumber added in v7.2.0

func (o *HKLocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*HKLocalAccountIdentification) SetBankCode added in v7.2.0

func (o *HKLocalAccountIdentification) SetBankCode(v string)

SetBankCode sets field value

func (*HKLocalAccountIdentification) SetType added in v7.2.0

func (o *HKLocalAccountIdentification) SetType(v string)

SetType sets field value

func (HKLocalAccountIdentification) ToMap added in v7.2.0

func (o HKLocalAccountIdentification) ToMap() (map[string]interface{}, error)

type HULocalAccountIdentification

type HULocalAccountIdentification struct {
	// The 24-digit bank account number, without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// **huLocal**
	Type string `json:"type"`
}

HULocalAccountIdentification struct for HULocalAccountIdentification

func NewHULocalAccountIdentification

func NewHULocalAccountIdentification(accountNumber string, type_ string) *HULocalAccountIdentification

NewHULocalAccountIdentification instantiates a new HULocalAccountIdentification 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 NewHULocalAccountIdentificationWithDefaults

func NewHULocalAccountIdentificationWithDefaults() *HULocalAccountIdentification

NewHULocalAccountIdentificationWithDefaults instantiates a new HULocalAccountIdentification 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 (*HULocalAccountIdentification) GetAccountNumber

func (o *HULocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*HULocalAccountIdentification) GetAccountNumberOk

func (o *HULocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*HULocalAccountIdentification) GetType

func (o *HULocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*HULocalAccountIdentification) GetTypeOk

func (o *HULocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (HULocalAccountIdentification) MarshalJSON

func (o HULocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*HULocalAccountIdentification) SetAccountNumber

func (o *HULocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*HULocalAccountIdentification) SetType

func (o *HULocalAccountIdentification) SetType(v string)

SetType sets field value

func (HULocalAccountIdentification) ToMap

func (o HULocalAccountIdentification) ToMap() (map[string]interface{}, error)

type HostedOnboardingApi

type HostedOnboardingApi common.Service

HostedOnboardingApi service

func (*HostedOnboardingApi) GetLinkToAdyenhostedOnboardingPage

GetLinkToAdyenhostedOnboardingPage Get a link to an Adyen-hosted onboarding page

Returns a link to an Adyen-hosted onboarding page where you need to redirect your user.

>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput - Request parameters, see GetLinkToAdyenhostedOnboardingPageInput @return OnboardingLink, *http.Response, error

func (*HostedOnboardingApi) GetLinkToAdyenhostedOnboardingPageInput

func (a *HostedOnboardingApi) GetLinkToAdyenhostedOnboardingPageInput(id string) HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput

Prepare a request for GetLinkToAdyenhostedOnboardingPage @param id The unique identifier of the legal entity @return HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput

func (*HostedOnboardingApi) GetOnboardingLinkTheme

GetOnboardingLinkTheme Get an onboarding link theme

Returns the details of the theme identified in the path.>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r HostedOnboardingApiGetOnboardingLinkThemeInput - Request parameters, see GetOnboardingLinkThemeInput @return OnboardingTheme, *http.Response, error

func (*HostedOnboardingApi) GetOnboardingLinkThemeInput

Prepare a request for GetOnboardingLinkTheme @param id The unique identifier of the theme @return HostedOnboardingApiGetOnboardingLinkThemeInput

func (*HostedOnboardingApi) ListHostedOnboardingPageThemes

ListHostedOnboardingPageThemes Get a list of hosted onboarding page themes

Returns a list of hosted onboarding page themes.

>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r HostedOnboardingApiListHostedOnboardingPageThemesInput - Request parameters, see ListHostedOnboardingPageThemesInput @return OnboardingThemes, *http.Response, error

func (*HostedOnboardingApi) ListHostedOnboardingPageThemesInput

func (a *HostedOnboardingApi) ListHostedOnboardingPageThemesInput() HostedOnboardingApiListHostedOnboardingPageThemesInput

Prepare a request for ListHostedOnboardingPageThemes

@return HostedOnboardingApiListHostedOnboardingPageThemesInput

type HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput

type HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by HostedOnboardingApi.GetLinkToAdyenhostedOnboardingPage

func (HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput) OnboardingLinkInfo

type HostedOnboardingApiGetOnboardingLinkThemeInput

type HostedOnboardingApiGetOnboardingLinkThemeInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by HostedOnboardingApi.GetOnboardingLinkTheme

type HostedOnboardingApiListHostedOnboardingPageThemesInput

type HostedOnboardingApiListHostedOnboardingPageThemesInput struct {
}

All parameters accepted by HostedOnboardingApi.ListHostedOnboardingPageThemes

type IbanAccountIdentification

type IbanAccountIdentification struct {
	// The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.
	Iban string `json:"iban"`
	// **iban**
	Type string `json:"type"`
}

IbanAccountIdentification struct for IbanAccountIdentification

func NewIbanAccountIdentification

func NewIbanAccountIdentification(iban string, type_ string) *IbanAccountIdentification

NewIbanAccountIdentification instantiates a new IbanAccountIdentification 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 NewIbanAccountIdentificationWithDefaults

func NewIbanAccountIdentificationWithDefaults() *IbanAccountIdentification

NewIbanAccountIdentificationWithDefaults instantiates a new IbanAccountIdentification 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 (*IbanAccountIdentification) GetIban

func (o *IbanAccountIdentification) GetIban() string

GetIban returns the Iban field value

func (*IbanAccountIdentification) GetIbanOk

func (o *IbanAccountIdentification) GetIbanOk() (*string, bool)

GetIbanOk returns a tuple with the Iban field value and a boolean to check if the value has been set.

func (*IbanAccountIdentification) GetType

func (o *IbanAccountIdentification) GetType() string

GetType returns the Type field value

func (*IbanAccountIdentification) GetTypeOk

func (o *IbanAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (IbanAccountIdentification) MarshalJSON

func (o IbanAccountIdentification) MarshalJSON() ([]byte, error)

func (*IbanAccountIdentification) SetIban

func (o *IbanAccountIdentification) SetIban(v string)

SetIban sets field value

func (*IbanAccountIdentification) SetType

func (o *IbanAccountIdentification) SetType(v string)

SetType sets field value

func (IbanAccountIdentification) ToMap

func (o IbanAccountIdentification) ToMap() (map[string]interface{}, error)

type IdentificationData

type IdentificationData struct {
	// The card number of the document that was issued (AU only).
	CardNumber *string `json:"cardNumber,omitempty"`
	// The expiry date of the document, in YYYY-MM-DD format.
	// Deprecated
	ExpiryDate *string `json:"expiryDate,omitempty"`
	// The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the document was issued. For example, **US**.
	// Deprecated
	IssuerCountry *string `json:"issuerCountry,omitempty"`
	// The state or province where the document was issued (AU only).
	IssuerState *string `json:"issuerState,omitempty"`
	// Applies only to individuals in the US. Set to **true** if the individual does not have an SSN. To verify their identity, Adyen will require them to upload an ID document.
	NationalIdExempt *bool `json:"nationalIdExempt,omitempty"`
	// The number in the document.
	Number *string `json:"number,omitempty"`
	// Type of document, used when providing an ID number or uploading a document. The possible values depend on the legal entity type.  * For **organization**, the `type` values can be **proofOfAddress**, **registrationDocument**, **vatDocument**, **proofOfOrganizationTaxInfo**, **proofOfOwnership**, **proofOfIndustry**, or **proofOfFundingOrWealthSource**.  * For **individual**, the `type` values can be **identityCard**, **driversLicense**, **passport**, **proofOfNationalIdNumber**, **proofOfResidency**, **proofOfIndustry**, **proofOfIndividualTaxId**, or **proofOfFundingOrWealthSource**.  * For **soleProprietorship**, the `type` values can be **constitutionalDocument**, **proofOfAddress**, or **proofOfIndustry**.  * Use **bankStatement** to upload documents for a [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id).
	Type string `json:"type"`
}

IdentificationData struct for IdentificationData

func NewIdentificationData

func NewIdentificationData(type_ string) *IdentificationData

NewIdentificationData instantiates a new IdentificationData 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 NewIdentificationDataWithDefaults

func NewIdentificationDataWithDefaults() *IdentificationData

NewIdentificationDataWithDefaults instantiates a new IdentificationData 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 (*IdentificationData) GetCardNumber

func (o *IdentificationData) GetCardNumber() string

GetCardNumber returns the CardNumber field value if set, zero value otherwise.

func (*IdentificationData) GetCardNumberOk

func (o *IdentificationData) GetCardNumberOk() (*string, bool)

GetCardNumberOk returns a tuple with the CardNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentificationData) GetExpiryDate

func (o *IdentificationData) GetExpiryDate() string

GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise. Deprecated

func (*IdentificationData) GetExpiryDateOk

func (o *IdentificationData) GetExpiryDateOk() (*string, bool)

GetExpiryDateOk returns a tuple with the ExpiryDate field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*IdentificationData) GetIssuerCountry

func (o *IdentificationData) GetIssuerCountry() string

GetIssuerCountry returns the IssuerCountry field value if set, zero value otherwise. Deprecated

func (*IdentificationData) GetIssuerCountryOk

func (o *IdentificationData) GetIssuerCountryOk() (*string, bool)

GetIssuerCountryOk returns a tuple with the IssuerCountry field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*IdentificationData) GetIssuerState

func (o *IdentificationData) GetIssuerState() string

GetIssuerState returns the IssuerState field value if set, zero value otherwise.

func (*IdentificationData) GetIssuerStateOk

func (o *IdentificationData) GetIssuerStateOk() (*string, bool)

GetIssuerStateOk returns a tuple with the IssuerState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentificationData) GetNationalIdExempt

func (o *IdentificationData) GetNationalIdExempt() bool

GetNationalIdExempt returns the NationalIdExempt field value if set, zero value otherwise.

func (*IdentificationData) GetNationalIdExemptOk

func (o *IdentificationData) GetNationalIdExemptOk() (*bool, bool)

GetNationalIdExemptOk returns a tuple with the NationalIdExempt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentificationData) GetNumber

func (o *IdentificationData) GetNumber() string

GetNumber returns the Number field value if set, zero value otherwise.

func (*IdentificationData) GetNumberOk

func (o *IdentificationData) GetNumberOk() (*string, bool)

GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentificationData) GetType

func (o *IdentificationData) GetType() string

GetType returns the Type field value

func (*IdentificationData) GetTypeOk

func (o *IdentificationData) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*IdentificationData) HasCardNumber

func (o *IdentificationData) HasCardNumber() bool

HasCardNumber returns a boolean if a field has been set.

func (*IdentificationData) HasExpiryDate

func (o *IdentificationData) HasExpiryDate() bool

HasExpiryDate returns a boolean if a field has been set.

func (*IdentificationData) HasIssuerCountry

func (o *IdentificationData) HasIssuerCountry() bool

HasIssuerCountry returns a boolean if a field has been set.

func (*IdentificationData) HasIssuerState

func (o *IdentificationData) HasIssuerState() bool

HasIssuerState returns a boolean if a field has been set.

func (*IdentificationData) HasNationalIdExempt

func (o *IdentificationData) HasNationalIdExempt() bool

HasNationalIdExempt returns a boolean if a field has been set.

func (*IdentificationData) HasNumber

func (o *IdentificationData) HasNumber() bool

HasNumber returns a boolean if a field has been set.

func (IdentificationData) MarshalJSON

func (o IdentificationData) MarshalJSON() ([]byte, error)

func (*IdentificationData) SetCardNumber

func (o *IdentificationData) SetCardNumber(v string)

SetCardNumber gets a reference to the given string and assigns it to the CardNumber field.

func (*IdentificationData) SetExpiryDate

func (o *IdentificationData) SetExpiryDate(v string)

SetExpiryDate gets a reference to the given string and assigns it to the ExpiryDate field. Deprecated

func (*IdentificationData) SetIssuerCountry

func (o *IdentificationData) SetIssuerCountry(v string)

SetIssuerCountry gets a reference to the given string and assigns it to the IssuerCountry field. Deprecated

func (*IdentificationData) SetIssuerState

func (o *IdentificationData) SetIssuerState(v string)

SetIssuerState gets a reference to the given string and assigns it to the IssuerState field.

func (*IdentificationData) SetNationalIdExempt

func (o *IdentificationData) SetNationalIdExempt(v bool)

SetNationalIdExempt gets a reference to the given bool and assigns it to the NationalIdExempt field.

func (*IdentificationData) SetNumber

func (o *IdentificationData) SetNumber(v string)

SetNumber gets a reference to the given string and assigns it to the Number field.

func (*IdentificationData) SetType

func (o *IdentificationData) SetType(v string)

SetType sets field value

func (IdentificationData) ToMap

func (o IdentificationData) ToMap() (map[string]interface{}, error)

type Individual

type Individual struct {
	BirthData *BirthData `json:"birthData,omitempty"`
	// The email address of the legal entity.
	Email              *string             `json:"email,omitempty"`
	IdentificationData *IdentificationData `json:"identificationData,omitempty"`
	Name               Name                `json:"name"`
	// The individual's nationality.
	Nationality        *string      `json:"nationality,omitempty"`
	Phone              *PhoneNumber `json:"phone,omitempty"`
	ResidentialAddress Address      `json:"residentialAddress"`
	// The tax information of the individual.
	TaxInformation []TaxInformation `json:"taxInformation,omitempty"`
	WebData        *WebData         `json:"webData,omitempty"`
}

Individual struct for Individual

func NewIndividual

func NewIndividual(name Name, residentialAddress Address) *Individual

NewIndividual instantiates a new Individual 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 NewIndividualWithDefaults

func NewIndividualWithDefaults() *Individual

NewIndividualWithDefaults instantiates a new Individual 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 (*Individual) GetBirthData

func (o *Individual) GetBirthData() BirthData

GetBirthData returns the BirthData field value if set, zero value otherwise.

func (*Individual) GetBirthDataOk

func (o *Individual) GetBirthDataOk() (*BirthData, bool)

GetBirthDataOk returns a tuple with the BirthData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Individual) GetEmail

func (o *Individual) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*Individual) GetEmailOk

func (o *Individual) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Individual) GetIdentificationData

func (o *Individual) GetIdentificationData() IdentificationData

GetIdentificationData returns the IdentificationData field value if set, zero value otherwise.

func (*Individual) GetIdentificationDataOk

func (o *Individual) GetIdentificationDataOk() (*IdentificationData, bool)

GetIdentificationDataOk returns a tuple with the IdentificationData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Individual) GetName

func (o *Individual) GetName() Name

GetName returns the Name field value

func (*Individual) GetNameOk

func (o *Individual) GetNameOk() (*Name, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Individual) GetNationality

func (o *Individual) GetNationality() string

GetNationality returns the Nationality field value if set, zero value otherwise.

func (*Individual) GetNationalityOk

func (o *Individual) GetNationalityOk() (*string, bool)

GetNationalityOk returns a tuple with the Nationality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Individual) GetPhone

func (o *Individual) GetPhone() PhoneNumber

GetPhone returns the Phone field value if set, zero value otherwise.

func (*Individual) GetPhoneOk

func (o *Individual) GetPhoneOk() (*PhoneNumber, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Individual) GetResidentialAddress

func (o *Individual) GetResidentialAddress() Address

GetResidentialAddress returns the ResidentialAddress field value

func (*Individual) GetResidentialAddressOk

func (o *Individual) GetResidentialAddressOk() (*Address, bool)

GetResidentialAddressOk returns a tuple with the ResidentialAddress field value and a boolean to check if the value has been set.

func (*Individual) GetTaxInformation

func (o *Individual) GetTaxInformation() []TaxInformation

GetTaxInformation returns the TaxInformation field value if set, zero value otherwise.

func (*Individual) GetTaxInformationOk

func (o *Individual) GetTaxInformationOk() ([]TaxInformation, bool)

GetTaxInformationOk returns a tuple with the TaxInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Individual) GetWebData

func (o *Individual) GetWebData() WebData

GetWebData returns the WebData field value if set, zero value otherwise.

func (*Individual) GetWebDataOk

func (o *Individual) GetWebDataOk() (*WebData, bool)

GetWebDataOk returns a tuple with the WebData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Individual) HasBirthData

func (o *Individual) HasBirthData() bool

HasBirthData returns a boolean if a field has been set.

func (*Individual) HasEmail

func (o *Individual) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*Individual) HasIdentificationData

func (o *Individual) HasIdentificationData() bool

HasIdentificationData returns a boolean if a field has been set.

func (*Individual) HasNationality

func (o *Individual) HasNationality() bool

HasNationality returns a boolean if a field has been set.

func (*Individual) HasPhone

func (o *Individual) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*Individual) HasTaxInformation

func (o *Individual) HasTaxInformation() bool

HasTaxInformation returns a boolean if a field has been set.

func (*Individual) HasWebData

func (o *Individual) HasWebData() bool

HasWebData returns a boolean if a field has been set.

func (Individual) MarshalJSON

func (o Individual) MarshalJSON() ([]byte, error)

func (*Individual) SetBirthData

func (o *Individual) SetBirthData(v BirthData)

SetBirthData gets a reference to the given BirthData and assigns it to the BirthData field.

func (*Individual) SetEmail

func (o *Individual) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*Individual) SetIdentificationData

func (o *Individual) SetIdentificationData(v IdentificationData)

SetIdentificationData gets a reference to the given IdentificationData and assigns it to the IdentificationData field.

func (*Individual) SetName

func (o *Individual) SetName(v Name)

SetName sets field value

func (*Individual) SetNationality

func (o *Individual) SetNationality(v string)

SetNationality gets a reference to the given string and assigns it to the Nationality field.

func (*Individual) SetPhone

func (o *Individual) SetPhone(v PhoneNumber)

SetPhone gets a reference to the given PhoneNumber and assigns it to the Phone field.

func (*Individual) SetResidentialAddress

func (o *Individual) SetResidentialAddress(v Address)

SetResidentialAddress sets field value

func (*Individual) SetTaxInformation

func (o *Individual) SetTaxInformation(v []TaxInformation)

SetTaxInformation gets a reference to the given []TaxInformation and assigns it to the TaxInformation field.

func (*Individual) SetWebData

func (o *Individual) SetWebData(v WebData)

SetWebData gets a reference to the given WebData and assigns it to the WebData field.

func (Individual) ToMap

func (o Individual) ToMap() (map[string]interface{}, error)

type LegalEntitiesApi

type LegalEntitiesApi common.Service

LegalEntitiesApi service

func (*LegalEntitiesApi) CheckLegalEntitysVerificationErrors

CheckLegalEntitysVerificationErrors Check a legal entity's verification errors

Returns the verification errors for a legal entity and its supporting entities.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r LegalEntitiesApiCheckLegalEntitysVerificationErrorsInput - Request parameters, see CheckLegalEntitysVerificationErrorsInput @return VerificationErrors, *http.Response, error

func (*LegalEntitiesApi) CheckLegalEntitysVerificationErrorsInput

func (a *LegalEntitiesApi) CheckLegalEntitysVerificationErrorsInput(id string) LegalEntitiesApiCheckLegalEntitysVerificationErrorsInput

Prepare a request for CheckLegalEntitysVerificationErrors @param id The unique identifier of the legal entity. @return LegalEntitiesApiCheckLegalEntitysVerificationErrorsInput

func (*LegalEntitiesApi) CreateLegalEntity

CreateLegalEntity Create a legal entity

Creates a legal entity.

This resource contains information about the user that will be onboarded in your platform. Adyen uses this information to perform verification checks as required by payment industry regulations. Adyen informs you of the verification results through webhooks or API responses.

>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r LegalEntitiesApiCreateLegalEntityInput - Request parameters, see CreateLegalEntityInput @return LegalEntity, *http.Response, error

func (*LegalEntitiesApi) CreateLegalEntityInput

func (a *LegalEntitiesApi) CreateLegalEntityInput() LegalEntitiesApiCreateLegalEntityInput

Prepare a request for CreateLegalEntity

@return LegalEntitiesApiCreateLegalEntityInput

func (*LegalEntitiesApi) GetAllBusinessLinesUnderLegalEntity

GetAllBusinessLinesUnderLegalEntity Get all business lines under a legal entity

Returns the business lines owned by a legal entity.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput - Request parameters, see GetAllBusinessLinesUnderLegalEntityInput @return BusinessLines, *http.Response, error

func (*LegalEntitiesApi) GetAllBusinessLinesUnderLegalEntityInput

func (a *LegalEntitiesApi) GetAllBusinessLinesUnderLegalEntityInput(id string) LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput

Prepare a request for GetAllBusinessLinesUnderLegalEntity @param id The unique identifier of the legal entity. @return LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput

func (*LegalEntitiesApi) GetLegalEntity

GetLegalEntity Get a legal entity

Returns a legal entity.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r LegalEntitiesApiGetLegalEntityInput - Request parameters, see GetLegalEntityInput @return LegalEntity, *http.Response, error

func (*LegalEntitiesApi) GetLegalEntityInput

func (a *LegalEntitiesApi) GetLegalEntityInput(id string) LegalEntitiesApiGetLegalEntityInput

Prepare a request for GetLegalEntity @param id The unique identifier of the legal entity. @return LegalEntitiesApiGetLegalEntityInput

func (*LegalEntitiesApi) UpdateLegalEntity

UpdateLegalEntity Update a legal entity

Updates a legal entity.

>To change the legal entity type, include only the new `type` in your request. To update the `entityAssociations` array, you need to replace the entire array. For example, if the array has 3 entries and you want to remove 1 entry, you need to PATCH the resource with the remaining 2 entries.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r LegalEntitiesApiUpdateLegalEntityInput - Request parameters, see UpdateLegalEntityInput @return LegalEntity, *http.Response, error

func (*LegalEntitiesApi) UpdateLegalEntityInput

func (a *LegalEntitiesApi) UpdateLegalEntityInput(id string) LegalEntitiesApiUpdateLegalEntityInput

Prepare a request for UpdateLegalEntity @param id The unique identifier of the legal entity. @return LegalEntitiesApiUpdateLegalEntityInput

type LegalEntitiesApiCheckLegalEntitysVerificationErrorsInput

type LegalEntitiesApiCheckLegalEntitysVerificationErrorsInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by LegalEntitiesApi.CheckLegalEntitysVerificationErrors

type LegalEntitiesApiCreateLegalEntityInput

type LegalEntitiesApiCreateLegalEntityInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by LegalEntitiesApi.CreateLegalEntity

func (LegalEntitiesApiCreateLegalEntityInput) LegalEntityInfoRequiredType

func (r LegalEntitiesApiCreateLegalEntityInput) LegalEntityInfoRequiredType(legalEntityInfoRequiredType LegalEntityInfoRequiredType) LegalEntitiesApiCreateLegalEntityInput

func (LegalEntitiesApiCreateLegalEntityInput) XRequestedVerificationCode added in v7.2.0

func (r LegalEntitiesApiCreateLegalEntityInput) XRequestedVerificationCode(xRequestedVerificationCode string) LegalEntitiesApiCreateLegalEntityInput

Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.

type LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput

type LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by LegalEntitiesApi.GetAllBusinessLinesUnderLegalEntity

type LegalEntitiesApiGetLegalEntityInput

type LegalEntitiesApiGetLegalEntityInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by LegalEntitiesApi.GetLegalEntity

type LegalEntitiesApiUpdateLegalEntityInput

type LegalEntitiesApiUpdateLegalEntityInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by LegalEntitiesApi.UpdateLegalEntity

func (LegalEntitiesApiUpdateLegalEntityInput) LegalEntityInfo

type LegalEntity

type LegalEntity struct {
	// Contains key-value pairs that specify the actions that the legal entity can do in your platform.The key is a capability required for your integration. For example, **issueCard** for Issuing.The value is an object containing the settings for the capability.
	Capabilities *map[string]LegalEntityCapability `json:"capabilities,omitempty"`
	// List of documents uploaded for the legal entity.
	DocumentDetails []DocumentReference `json:"documentDetails,omitempty"`
	// List of documents uploaded for the legal entity.
	// Deprecated
	Documents []EntityReference `json:"documents,omitempty"`
	// List of legal entities associated with the current legal entity. For example, ultimate beneficial owners associated with an organization through ownership or control, or as signatories.
	EntityAssociations []LegalEntityAssociation `json:"entityAssociations,omitempty"`
	// The unique identifier of the legal entity.
	Id           string        `json:"id"`
	Individual   *Individual   `json:"individual,omitempty"`
	Organization *Organization `json:"organization,omitempty"`
	// List of the verification errors from capabilities for the legal entity.
	Problems []CapabilityProblem `json:"problems,omitempty"`
	// Your reference for the legal entity, maximum 150 characters.
	Reference          *string             `json:"reference,omitempty"`
	SoleProprietorship *SoleProprietorship `json:"soleProprietorship,omitempty"`
	// List of transfer instruments that the legal entity owns.
	TransferInstruments []TransferInstrumentReference `json:"transferInstruments,omitempty"`
	// The type of legal entity.   Possible values: **individual**, **organization**, or **soleProprietorship**.
	Type *string `json:"type,omitempty"`
	// List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
	VerificationDeadlines []VerificationDeadline `json:"verificationDeadlines,omitempty"`
}

LegalEntity struct for LegalEntity

func NewLegalEntity

func NewLegalEntity(id string) *LegalEntity

NewLegalEntity instantiates a new LegalEntity 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 NewLegalEntityWithDefaults

func NewLegalEntityWithDefaults() *LegalEntity

NewLegalEntityWithDefaults instantiates a new LegalEntity 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 (*LegalEntity) GetCapabilities

func (o *LegalEntity) GetCapabilities() map[string]LegalEntityCapability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*LegalEntity) GetCapabilitiesOk

func (o *LegalEntity) GetCapabilitiesOk() (*map[string]LegalEntityCapability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntity) GetDocumentDetails

func (o *LegalEntity) GetDocumentDetails() []DocumentReference

GetDocumentDetails returns the DocumentDetails field value if set, zero value otherwise.

func (*LegalEntity) GetDocumentDetailsOk

func (o *LegalEntity) GetDocumentDetailsOk() ([]DocumentReference, bool)

GetDocumentDetailsOk returns a tuple with the DocumentDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntity) GetDocuments

func (o *LegalEntity) GetDocuments() []EntityReference

GetDocuments returns the Documents field value if set, zero value otherwise. Deprecated

func (*LegalEntity) GetDocumentsOk

func (o *LegalEntity) GetDocumentsOk() ([]EntityReference, 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. Deprecated

func (*LegalEntity) GetEntityAssociations

func (o *LegalEntity) GetEntityAssociations() []LegalEntityAssociation

GetEntityAssociations returns the EntityAssociations field value if set, zero value otherwise.

func (*LegalEntity) GetEntityAssociationsOk

func (o *LegalEntity) GetEntityAssociationsOk() ([]LegalEntityAssociation, bool)

GetEntityAssociationsOk returns a tuple with the EntityAssociations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntity) GetId

func (o *LegalEntity) GetId() string

GetId returns the Id field value

func (*LegalEntity) GetIdOk

func (o *LegalEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LegalEntity) GetIndividual

func (o *LegalEntity) GetIndividual() Individual

GetIndividual returns the Individual field value if set, zero value otherwise.

func (*LegalEntity) GetIndividualOk

func (o *LegalEntity) GetIndividualOk() (*Individual, bool)

GetIndividualOk returns a tuple with the Individual field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntity) GetOrganization

func (o *LegalEntity) GetOrganization() Organization

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*LegalEntity) GetOrganizationOk

func (o *LegalEntity) GetOrganizationOk() (*Organization, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntity) GetProblems

func (o *LegalEntity) GetProblems() []CapabilityProblem

GetProblems returns the Problems field value if set, zero value otherwise.

func (*LegalEntity) GetProblemsOk

func (o *LegalEntity) 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 (*LegalEntity) GetReference

func (o *LegalEntity) GetReference() string

GetReference returns the Reference field value if set, zero value otherwise.

func (*LegalEntity) GetReferenceOk

func (o *LegalEntity) 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 (*LegalEntity) GetSoleProprietorship

func (o *LegalEntity) GetSoleProprietorship() SoleProprietorship

GetSoleProprietorship returns the SoleProprietorship field value if set, zero value otherwise.

func (*LegalEntity) GetSoleProprietorshipOk

func (o *LegalEntity) GetSoleProprietorshipOk() (*SoleProprietorship, bool)

GetSoleProprietorshipOk returns a tuple with the SoleProprietorship field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntity) GetTransferInstruments

func (o *LegalEntity) GetTransferInstruments() []TransferInstrumentReference

GetTransferInstruments returns the TransferInstruments field value if set, zero value otherwise.

func (*LegalEntity) GetTransferInstrumentsOk

func (o *LegalEntity) GetTransferInstrumentsOk() ([]TransferInstrumentReference, bool)

GetTransferInstrumentsOk returns a tuple with the TransferInstruments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntity) GetType

func (o *LegalEntity) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*LegalEntity) GetTypeOk

func (o *LegalEntity) 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 (*LegalEntity) GetVerificationDeadlines added in v7.1.0

func (o *LegalEntity) GetVerificationDeadlines() []VerificationDeadline

GetVerificationDeadlines returns the VerificationDeadlines field value if set, zero value otherwise.

func (*LegalEntity) GetVerificationDeadlinesOk added in v7.1.0

func (o *LegalEntity) GetVerificationDeadlinesOk() ([]VerificationDeadline, bool)

GetVerificationDeadlinesOk returns a tuple with the VerificationDeadlines field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntity) HasCapabilities

func (o *LegalEntity) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*LegalEntity) HasDocumentDetails

func (o *LegalEntity) HasDocumentDetails() bool

HasDocumentDetails returns a boolean if a field has been set.

func (*LegalEntity) HasDocuments

func (o *LegalEntity) HasDocuments() bool

HasDocuments returns a boolean if a field has been set.

func (*LegalEntity) HasEntityAssociations

func (o *LegalEntity) HasEntityAssociations() bool

HasEntityAssociations returns a boolean if a field has been set.

func (*LegalEntity) HasIndividual

func (o *LegalEntity) HasIndividual() bool

HasIndividual returns a boolean if a field has been set.

func (*LegalEntity) HasOrganization

func (o *LegalEntity) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*LegalEntity) HasProblems

func (o *LegalEntity) HasProblems() bool

HasProblems returns a boolean if a field has been set.

func (*LegalEntity) HasReference

func (o *LegalEntity) HasReference() bool

HasReference returns a boolean if a field has been set.

func (*LegalEntity) HasSoleProprietorship

func (o *LegalEntity) HasSoleProprietorship() bool

HasSoleProprietorship returns a boolean if a field has been set.

func (*LegalEntity) HasTransferInstruments

func (o *LegalEntity) HasTransferInstruments() bool

HasTransferInstruments returns a boolean if a field has been set.

func (*LegalEntity) HasType

func (o *LegalEntity) HasType() bool

HasType returns a boolean if a field has been set.

func (*LegalEntity) HasVerificationDeadlines added in v7.1.0

func (o *LegalEntity) HasVerificationDeadlines() bool

HasVerificationDeadlines returns a boolean if a field has been set.

func (LegalEntity) MarshalJSON

func (o LegalEntity) MarshalJSON() ([]byte, error)

func (*LegalEntity) SetCapabilities

func (o *LegalEntity) SetCapabilities(v map[string]LegalEntityCapability)

SetCapabilities gets a reference to the given map[string]LegalEntityCapability and assigns it to the Capabilities field.

func (*LegalEntity) SetDocumentDetails

func (o *LegalEntity) SetDocumentDetails(v []DocumentReference)

SetDocumentDetails gets a reference to the given []DocumentReference and assigns it to the DocumentDetails field.

func (*LegalEntity) SetDocuments

func (o *LegalEntity) SetDocuments(v []EntityReference)

SetDocuments gets a reference to the given []EntityReference and assigns it to the Documents field. Deprecated

func (*LegalEntity) SetEntityAssociations

func (o *LegalEntity) SetEntityAssociations(v []LegalEntityAssociation)

SetEntityAssociations gets a reference to the given []LegalEntityAssociation and assigns it to the EntityAssociations field.

func (*LegalEntity) SetId

func (o *LegalEntity) SetId(v string)

SetId sets field value

func (*LegalEntity) SetIndividual

func (o *LegalEntity) SetIndividual(v Individual)

SetIndividual gets a reference to the given Individual and assigns it to the Individual field.

func (*LegalEntity) SetOrganization

func (o *LegalEntity) SetOrganization(v Organization)

SetOrganization gets a reference to the given Organization and assigns it to the Organization field.

func (*LegalEntity) SetProblems

func (o *LegalEntity) SetProblems(v []CapabilityProblem)

SetProblems gets a reference to the given []CapabilityProblem and assigns it to the Problems field.

func (*LegalEntity) SetReference

func (o *LegalEntity) SetReference(v string)

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*LegalEntity) SetSoleProprietorship

func (o *LegalEntity) SetSoleProprietorship(v SoleProprietorship)

SetSoleProprietorship gets a reference to the given SoleProprietorship and assigns it to the SoleProprietorship field.

func (*LegalEntity) SetTransferInstruments

func (o *LegalEntity) SetTransferInstruments(v []TransferInstrumentReference)

SetTransferInstruments gets a reference to the given []TransferInstrumentReference and assigns it to the TransferInstruments field.

func (*LegalEntity) SetType

func (o *LegalEntity) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*LegalEntity) SetVerificationDeadlines added in v7.1.0

func (o *LegalEntity) SetVerificationDeadlines(v []VerificationDeadline)

SetVerificationDeadlines gets a reference to the given []VerificationDeadline and assigns it to the VerificationDeadlines field.

func (LegalEntity) ToMap

func (o LegalEntity) ToMap() (map[string]interface{}, error)

type LegalEntityAssociation

type LegalEntityAssociation struct {
	// The unique identifier of another legal entity with which the `legalEntityId` is associated. When the `legalEntityId` is associated to legal entities other than the current one, the response returns all the associations.
	AssociatorId *string `json:"associatorId,omitempty"`
	// The legal entity type of associated legal entity.  For example, **organization**, **soleProprietorship** or **individual**.
	EntityType *string `json:"entityType,omitempty"`
	// The individual's job title if the `type` is **uboThroughControl** or **signatory**.
	JobTitle *string `json:"jobTitle,omitempty"`
	// The unique identifier of the associated [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id).
	LegalEntityId string `json:"legalEntityId"`
	// The name of the associated [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id).  - For **individual**, `name.firstName` and `name.lastName`. - For **organization**, `legalName`. - For **soleProprietorship**, `name`.
	Name *string `json:"name,omitempty"`
	// Defines the relationship of the legal entity to the current legal entity.  Possible values for organizations: **uboThroughOwnership**, **uboThroughControl**, **director**, **signatory**, or **ultimateParentCompany**.  Possible values for sole proprietorships: **soleProprietorship**.
	Type string `json:"type"`
}

LegalEntityAssociation struct for LegalEntityAssociation

func NewLegalEntityAssociation

func NewLegalEntityAssociation(legalEntityId string, type_ string) *LegalEntityAssociation

NewLegalEntityAssociation instantiates a new LegalEntityAssociation 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 NewLegalEntityAssociationWithDefaults

func NewLegalEntityAssociationWithDefaults() *LegalEntityAssociation

NewLegalEntityAssociationWithDefaults instantiates a new LegalEntityAssociation 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 (*LegalEntityAssociation) GetAssociatorId

func (o *LegalEntityAssociation) GetAssociatorId() string

GetAssociatorId returns the AssociatorId field value if set, zero value otherwise.

func (*LegalEntityAssociation) GetAssociatorIdOk

func (o *LegalEntityAssociation) GetAssociatorIdOk() (*string, bool)

GetAssociatorIdOk returns a tuple with the AssociatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityAssociation) GetEntityType

func (o *LegalEntityAssociation) GetEntityType() string

GetEntityType returns the EntityType field value if set, zero value otherwise.

func (*LegalEntityAssociation) GetEntityTypeOk

func (o *LegalEntityAssociation) GetEntityTypeOk() (*string, bool)

GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityAssociation) GetJobTitle

func (o *LegalEntityAssociation) GetJobTitle() string

GetJobTitle returns the JobTitle field value if set, zero value otherwise.

func (*LegalEntityAssociation) GetJobTitleOk

func (o *LegalEntityAssociation) GetJobTitleOk() (*string, bool)

GetJobTitleOk returns a tuple with the JobTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityAssociation) GetLegalEntityId

func (o *LegalEntityAssociation) GetLegalEntityId() string

GetLegalEntityId returns the LegalEntityId field value

func (*LegalEntityAssociation) GetLegalEntityIdOk

func (o *LegalEntityAssociation) GetLegalEntityIdOk() (*string, bool)

GetLegalEntityIdOk returns a tuple with the LegalEntityId field value and a boolean to check if the value has been set.

func (*LegalEntityAssociation) GetName

func (o *LegalEntityAssociation) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*LegalEntityAssociation) GetNameOk

func (o *LegalEntityAssociation) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityAssociation) GetType

func (o *LegalEntityAssociation) GetType() string

GetType returns the Type field value

func (*LegalEntityAssociation) GetTypeOk

func (o *LegalEntityAssociation) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LegalEntityAssociation) HasAssociatorId

func (o *LegalEntityAssociation) HasAssociatorId() bool

HasAssociatorId returns a boolean if a field has been set.

func (*LegalEntityAssociation) HasEntityType

func (o *LegalEntityAssociation) HasEntityType() bool

HasEntityType returns a boolean if a field has been set.

func (*LegalEntityAssociation) HasJobTitle

func (o *LegalEntityAssociation) HasJobTitle() bool

HasJobTitle returns a boolean if a field has been set.

func (*LegalEntityAssociation) HasName

func (o *LegalEntityAssociation) HasName() bool

HasName returns a boolean if a field has been set.

func (LegalEntityAssociation) MarshalJSON

func (o LegalEntityAssociation) MarshalJSON() ([]byte, error)

func (*LegalEntityAssociation) SetAssociatorId

func (o *LegalEntityAssociation) SetAssociatorId(v string)

SetAssociatorId gets a reference to the given string and assigns it to the AssociatorId field.

func (*LegalEntityAssociation) SetEntityType

func (o *LegalEntityAssociation) SetEntityType(v string)

SetEntityType gets a reference to the given string and assigns it to the EntityType field.

func (*LegalEntityAssociation) SetJobTitle

func (o *LegalEntityAssociation) SetJobTitle(v string)

SetJobTitle gets a reference to the given string and assigns it to the JobTitle field.

func (*LegalEntityAssociation) SetLegalEntityId

func (o *LegalEntityAssociation) SetLegalEntityId(v string)

SetLegalEntityId sets field value

func (*LegalEntityAssociation) SetName

func (o *LegalEntityAssociation) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LegalEntityAssociation) SetType

func (o *LegalEntityAssociation) SetType(v string)

SetType sets field value

func (LegalEntityAssociation) ToMap

func (o LegalEntityAssociation) ToMap() (map[string]interface{}, error)

type LegalEntityCapability

type LegalEntityCapability struct {
	// Indicates whether the capability is allowed. Adyen sets this to **true** if the verification is successful
	Allowed *bool `json:"allowed,omitempty"`
	// The capability level that is allowed for the legal entity.  Possible values: **notApplicable**, **low**, **medium**, **high**.
	AllowedLevel    *string             `json:"allowedLevel,omitempty"`
	AllowedSettings *CapabilitySettings `json:"allowedSettings,omitempty"`
	// Indicates whether the capability is requested. To check whether the Legal Entity is permitted to use the capability,
	Requested *bool `json:"requested,omitempty"`
	// The requested level of the capability. Some capabilities, such as those used in [card issuing](https://docs.adyen.com/issuing/add-capabilities#capability-levels), have different levels. Levels increase the capability, but also require additional checks and increased monitoring.  Possible values: **notApplicable**, **low**, **medium**, **high**.
	RequestedLevel    *string             `json:"requestedLevel,omitempty"`
	RequestedSettings *CapabilitySettings `json:"requestedSettings,omitempty"`
	// Capability status for transfer instruments associated with legal entity
	TransferInstruments []SupportingEntityCapability `json:"transferInstruments,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 has been successfully completed.  * **rejected**: Adyen has verified the information, but found reasons to not allow the capability.
	VerificationStatus *string `json:"verificationStatus,omitempty"`
}

LegalEntityCapability struct for LegalEntityCapability

func NewLegalEntityCapability

func NewLegalEntityCapability() *LegalEntityCapability

NewLegalEntityCapability instantiates a new LegalEntityCapability 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 NewLegalEntityCapabilityWithDefaults

func NewLegalEntityCapabilityWithDefaults() *LegalEntityCapability

NewLegalEntityCapabilityWithDefaults instantiates a new LegalEntityCapability 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 (*LegalEntityCapability) GetAllowed

func (o *LegalEntityCapability) GetAllowed() bool

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*LegalEntityCapability) GetAllowedLevel

func (o *LegalEntityCapability) GetAllowedLevel() string

GetAllowedLevel returns the AllowedLevel field value if set, zero value otherwise.

func (*LegalEntityCapability) GetAllowedLevelOk

func (o *LegalEntityCapability) 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 (*LegalEntityCapability) GetAllowedOk

func (o *LegalEntityCapability) 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 (*LegalEntityCapability) GetAllowedSettings

func (o *LegalEntityCapability) GetAllowedSettings() CapabilitySettings

GetAllowedSettings returns the AllowedSettings field value if set, zero value otherwise.

func (*LegalEntityCapability) GetAllowedSettingsOk

func (o *LegalEntityCapability) GetAllowedSettingsOk() (*CapabilitySettings, bool)

GetAllowedSettingsOk returns a tuple with the AllowedSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityCapability) GetRequested

func (o *LegalEntityCapability) GetRequested() bool

GetRequested returns the Requested field value if set, zero value otherwise.

func (*LegalEntityCapability) GetRequestedLevel

func (o *LegalEntityCapability) GetRequestedLevel() string

GetRequestedLevel returns the RequestedLevel field value if set, zero value otherwise.

func (*LegalEntityCapability) GetRequestedLevelOk

func (o *LegalEntityCapability) GetRequestedLevelOk() (*string, bool)

GetRequestedLevelOk returns a tuple with the RequestedLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityCapability) GetRequestedOk

func (o *LegalEntityCapability) GetRequestedOk() (*bool, bool)

GetRequestedOk returns a tuple with the Requested field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityCapability) GetRequestedSettings

func (o *LegalEntityCapability) GetRequestedSettings() CapabilitySettings

GetRequestedSettings returns the RequestedSettings field value if set, zero value otherwise.

func (*LegalEntityCapability) GetRequestedSettingsOk

func (o *LegalEntityCapability) GetRequestedSettingsOk() (*CapabilitySettings, bool)

GetRequestedSettingsOk returns a tuple with the RequestedSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityCapability) GetTransferInstruments

func (o *LegalEntityCapability) GetTransferInstruments() []SupportingEntityCapability

GetTransferInstruments returns the TransferInstruments field value if set, zero value otherwise.

func (*LegalEntityCapability) GetTransferInstrumentsOk

func (o *LegalEntityCapability) GetTransferInstrumentsOk() ([]SupportingEntityCapability, bool)

GetTransferInstrumentsOk returns a tuple with the TransferInstruments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityCapability) GetVerificationStatus

func (o *LegalEntityCapability) GetVerificationStatus() string

GetVerificationStatus returns the VerificationStatus field value if set, zero value otherwise.

func (*LegalEntityCapability) GetVerificationStatusOk

func (o *LegalEntityCapability) 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 (*LegalEntityCapability) HasAllowed

func (o *LegalEntityCapability) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*LegalEntityCapability) HasAllowedLevel

func (o *LegalEntityCapability) HasAllowedLevel() bool

HasAllowedLevel returns a boolean if a field has been set.

func (*LegalEntityCapability) HasAllowedSettings

func (o *LegalEntityCapability) HasAllowedSettings() bool

HasAllowedSettings returns a boolean if a field has been set.

func (*LegalEntityCapability) HasRequested

func (o *LegalEntityCapability) HasRequested() bool

HasRequested returns a boolean if a field has been set.

func (*LegalEntityCapability) HasRequestedLevel

func (o *LegalEntityCapability) HasRequestedLevel() bool

HasRequestedLevel returns a boolean if a field has been set.

func (*LegalEntityCapability) HasRequestedSettings

func (o *LegalEntityCapability) HasRequestedSettings() bool

HasRequestedSettings returns a boolean if a field has been set.

func (*LegalEntityCapability) HasTransferInstruments

func (o *LegalEntityCapability) HasTransferInstruments() bool

HasTransferInstruments returns a boolean if a field has been set.

func (*LegalEntityCapability) HasVerificationStatus

func (o *LegalEntityCapability) HasVerificationStatus() bool

HasVerificationStatus returns a boolean if a field has been set.

func (LegalEntityCapability) MarshalJSON

func (o LegalEntityCapability) MarshalJSON() ([]byte, error)

func (*LegalEntityCapability) SetAllowed

func (o *LegalEntityCapability) SetAllowed(v bool)

SetAllowed gets a reference to the given bool and assigns it to the Allowed field.

func (*LegalEntityCapability) SetAllowedLevel

func (o *LegalEntityCapability) SetAllowedLevel(v string)

SetAllowedLevel gets a reference to the given string and assigns it to the AllowedLevel field.

func (*LegalEntityCapability) SetAllowedSettings

func (o *LegalEntityCapability) SetAllowedSettings(v CapabilitySettings)

SetAllowedSettings gets a reference to the given CapabilitySettings and assigns it to the AllowedSettings field.

func (*LegalEntityCapability) SetRequested

func (o *LegalEntityCapability) SetRequested(v bool)

SetRequested gets a reference to the given bool and assigns it to the Requested field.

func (*LegalEntityCapability) SetRequestedLevel

func (o *LegalEntityCapability) SetRequestedLevel(v string)

SetRequestedLevel gets a reference to the given string and assigns it to the RequestedLevel field.

func (*LegalEntityCapability) SetRequestedSettings

func (o *LegalEntityCapability) SetRequestedSettings(v CapabilitySettings)

SetRequestedSettings gets a reference to the given CapabilitySettings and assigns it to the RequestedSettings field.

func (*LegalEntityCapability) SetTransferInstruments

func (o *LegalEntityCapability) SetTransferInstruments(v []SupportingEntityCapability)

SetTransferInstruments gets a reference to the given []SupportingEntityCapability and assigns it to the TransferInstruments field.

func (*LegalEntityCapability) SetVerificationStatus

func (o *LegalEntityCapability) SetVerificationStatus(v string)

SetVerificationStatus gets a reference to the given string and assigns it to the VerificationStatus field.

func (LegalEntityCapability) ToMap

func (o LegalEntityCapability) ToMap() (map[string]interface{}, error)

type LegalEntityInfo

type LegalEntityInfo struct {
	// Contains key-value pairs that specify the actions that the legal entity can do in your platform.The key is a capability required for your integration. For example, **issueCard** for Issuing.The value is an object containing the settings for the capability.
	Capabilities *map[string]LegalEntityCapability `json:"capabilities,omitempty"`
	// List of legal entities associated with the current legal entity. For example, ultimate beneficial owners associated with an organization through ownership or control, or as signatories.
	EntityAssociations []LegalEntityAssociation `json:"entityAssociations,omitempty"`
	Individual         *Individual              `json:"individual,omitempty"`
	Organization       *Organization            `json:"organization,omitempty"`
	// Your reference for the legal entity, maximum 150 characters.
	Reference          *string             `json:"reference,omitempty"`
	SoleProprietorship *SoleProprietorship `json:"soleProprietorship,omitempty"`
	// The type of legal entity.   Possible values: **individual**, **organization**, or **soleProprietorship**.
	Type *string `json:"type,omitempty"`
}

LegalEntityInfo struct for LegalEntityInfo

func NewLegalEntityInfo

func NewLegalEntityInfo() *LegalEntityInfo

NewLegalEntityInfo instantiates a new LegalEntityInfo 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 NewLegalEntityInfoWithDefaults

func NewLegalEntityInfoWithDefaults() *LegalEntityInfo

NewLegalEntityInfoWithDefaults instantiates a new LegalEntityInfo 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 (*LegalEntityInfo) GetCapabilities

func (o *LegalEntityInfo) GetCapabilities() map[string]LegalEntityCapability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*LegalEntityInfo) GetCapabilitiesOk

func (o *LegalEntityInfo) GetCapabilitiesOk() (*map[string]LegalEntityCapability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfo) GetEntityAssociations

func (o *LegalEntityInfo) GetEntityAssociations() []LegalEntityAssociation

GetEntityAssociations returns the EntityAssociations field value if set, zero value otherwise.

func (*LegalEntityInfo) GetEntityAssociationsOk

func (o *LegalEntityInfo) GetEntityAssociationsOk() ([]LegalEntityAssociation, bool)

GetEntityAssociationsOk returns a tuple with the EntityAssociations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfo) GetIndividual

func (o *LegalEntityInfo) GetIndividual() Individual

GetIndividual returns the Individual field value if set, zero value otherwise.

func (*LegalEntityInfo) GetIndividualOk

func (o *LegalEntityInfo) GetIndividualOk() (*Individual, bool)

GetIndividualOk returns a tuple with the Individual field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfo) GetOrganization

func (o *LegalEntityInfo) GetOrganization() Organization

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*LegalEntityInfo) GetOrganizationOk

func (o *LegalEntityInfo) GetOrganizationOk() (*Organization, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfo) GetReference

func (o *LegalEntityInfo) GetReference() string

GetReference returns the Reference field value if set, zero value otherwise.

func (*LegalEntityInfo) GetReferenceOk

func (o *LegalEntityInfo) 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 (*LegalEntityInfo) GetSoleProprietorship

func (o *LegalEntityInfo) GetSoleProprietorship() SoleProprietorship

GetSoleProprietorship returns the SoleProprietorship field value if set, zero value otherwise.

func (*LegalEntityInfo) GetSoleProprietorshipOk

func (o *LegalEntityInfo) GetSoleProprietorshipOk() (*SoleProprietorship, bool)

GetSoleProprietorshipOk returns a tuple with the SoleProprietorship field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfo) GetType

func (o *LegalEntityInfo) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*LegalEntityInfo) GetTypeOk

func (o *LegalEntityInfo) 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 (*LegalEntityInfo) HasCapabilities

func (o *LegalEntityInfo) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*LegalEntityInfo) HasEntityAssociations

func (o *LegalEntityInfo) HasEntityAssociations() bool

HasEntityAssociations returns a boolean if a field has been set.

func (*LegalEntityInfo) HasIndividual

func (o *LegalEntityInfo) HasIndividual() bool

HasIndividual returns a boolean if a field has been set.

func (*LegalEntityInfo) HasOrganization

func (o *LegalEntityInfo) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*LegalEntityInfo) HasReference

func (o *LegalEntityInfo) HasReference() bool

HasReference returns a boolean if a field has been set.

func (*LegalEntityInfo) HasSoleProprietorship

func (o *LegalEntityInfo) HasSoleProprietorship() bool

HasSoleProprietorship returns a boolean if a field has been set.

func (*LegalEntityInfo) HasType

func (o *LegalEntityInfo) HasType() bool

HasType returns a boolean if a field has been set.

func (LegalEntityInfo) MarshalJSON

func (o LegalEntityInfo) MarshalJSON() ([]byte, error)

func (*LegalEntityInfo) SetCapabilities

func (o *LegalEntityInfo) SetCapabilities(v map[string]LegalEntityCapability)

SetCapabilities gets a reference to the given map[string]LegalEntityCapability and assigns it to the Capabilities field.

func (*LegalEntityInfo) SetEntityAssociations

func (o *LegalEntityInfo) SetEntityAssociations(v []LegalEntityAssociation)

SetEntityAssociations gets a reference to the given []LegalEntityAssociation and assigns it to the EntityAssociations field.

func (*LegalEntityInfo) SetIndividual

func (o *LegalEntityInfo) SetIndividual(v Individual)

SetIndividual gets a reference to the given Individual and assigns it to the Individual field.

func (*LegalEntityInfo) SetOrganization

func (o *LegalEntityInfo) SetOrganization(v Organization)

SetOrganization gets a reference to the given Organization and assigns it to the Organization field.

func (*LegalEntityInfo) SetReference

func (o *LegalEntityInfo) SetReference(v string)

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*LegalEntityInfo) SetSoleProprietorship

func (o *LegalEntityInfo) SetSoleProprietorship(v SoleProprietorship)

SetSoleProprietorship gets a reference to the given SoleProprietorship and assigns it to the SoleProprietorship field.

func (*LegalEntityInfo) SetType

func (o *LegalEntityInfo) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (LegalEntityInfo) ToMap

func (o LegalEntityInfo) ToMap() (map[string]interface{}, error)

type LegalEntityInfoRequiredType

type LegalEntityInfoRequiredType struct {
	// Contains key-value pairs that specify the actions that the legal entity can do in your platform.The key is a capability required for your integration. For example, **issueCard** for Issuing.The value is an object containing the settings for the capability.
	Capabilities *map[string]LegalEntityCapability `json:"capabilities,omitempty"`
	// List of legal entities associated with the current legal entity. For example, ultimate beneficial owners associated with an organization through ownership or control, or as signatories.
	EntityAssociations []LegalEntityAssociation `json:"entityAssociations,omitempty"`
	Individual         *Individual              `json:"individual,omitempty"`
	Organization       *Organization            `json:"organization,omitempty"`
	// Your reference for the legal entity, maximum 150 characters.
	Reference          *string             `json:"reference,omitempty"`
	SoleProprietorship *SoleProprietorship `json:"soleProprietorship,omitempty"`
	// The type of legal entity.   Possible values: **individual**, **organization**, or **soleProprietorship**.
	Type string `json:"type"`
}

LegalEntityInfoRequiredType struct for LegalEntityInfoRequiredType

func NewLegalEntityInfoRequiredType

func NewLegalEntityInfoRequiredType(type_ string) *LegalEntityInfoRequiredType

NewLegalEntityInfoRequiredType instantiates a new LegalEntityInfoRequiredType 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 NewLegalEntityInfoRequiredTypeWithDefaults

func NewLegalEntityInfoRequiredTypeWithDefaults() *LegalEntityInfoRequiredType

NewLegalEntityInfoRequiredTypeWithDefaults instantiates a new LegalEntityInfoRequiredType 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 (*LegalEntityInfoRequiredType) GetCapabilities

func (o *LegalEntityInfoRequiredType) GetCapabilities() map[string]LegalEntityCapability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*LegalEntityInfoRequiredType) GetCapabilitiesOk

func (o *LegalEntityInfoRequiredType) GetCapabilitiesOk() (*map[string]LegalEntityCapability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfoRequiredType) GetEntityAssociations

func (o *LegalEntityInfoRequiredType) GetEntityAssociations() []LegalEntityAssociation

GetEntityAssociations returns the EntityAssociations field value if set, zero value otherwise.

func (*LegalEntityInfoRequiredType) GetEntityAssociationsOk

func (o *LegalEntityInfoRequiredType) GetEntityAssociationsOk() ([]LegalEntityAssociation, bool)

GetEntityAssociationsOk returns a tuple with the EntityAssociations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfoRequiredType) GetIndividual

func (o *LegalEntityInfoRequiredType) GetIndividual() Individual

GetIndividual returns the Individual field value if set, zero value otherwise.

func (*LegalEntityInfoRequiredType) GetIndividualOk

func (o *LegalEntityInfoRequiredType) GetIndividualOk() (*Individual, bool)

GetIndividualOk returns a tuple with the Individual field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfoRequiredType) GetOrganization

func (o *LegalEntityInfoRequiredType) GetOrganization() Organization

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*LegalEntityInfoRequiredType) GetOrganizationOk

func (o *LegalEntityInfoRequiredType) GetOrganizationOk() (*Organization, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfoRequiredType) GetReference

func (o *LegalEntityInfoRequiredType) GetReference() string

GetReference returns the Reference field value if set, zero value otherwise.

func (*LegalEntityInfoRequiredType) GetReferenceOk

func (o *LegalEntityInfoRequiredType) 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 (*LegalEntityInfoRequiredType) GetSoleProprietorship

func (o *LegalEntityInfoRequiredType) GetSoleProprietorship() SoleProprietorship

GetSoleProprietorship returns the SoleProprietorship field value if set, zero value otherwise.

func (*LegalEntityInfoRequiredType) GetSoleProprietorshipOk

func (o *LegalEntityInfoRequiredType) GetSoleProprietorshipOk() (*SoleProprietorship, bool)

GetSoleProprietorshipOk returns a tuple with the SoleProprietorship field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LegalEntityInfoRequiredType) GetType

func (o *LegalEntityInfoRequiredType) GetType() string

GetType returns the Type field value

func (*LegalEntityInfoRequiredType) GetTypeOk

func (o *LegalEntityInfoRequiredType) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LegalEntityInfoRequiredType) HasCapabilities

func (o *LegalEntityInfoRequiredType) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*LegalEntityInfoRequiredType) HasEntityAssociations

func (o *LegalEntityInfoRequiredType) HasEntityAssociations() bool

HasEntityAssociations returns a boolean if a field has been set.

func (*LegalEntityInfoRequiredType) HasIndividual

func (o *LegalEntityInfoRequiredType) HasIndividual() bool

HasIndividual returns a boolean if a field has been set.

func (*LegalEntityInfoRequiredType) HasOrganization

func (o *LegalEntityInfoRequiredType) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*LegalEntityInfoRequiredType) HasReference

func (o *LegalEntityInfoRequiredType) HasReference() bool

HasReference returns a boolean if a field has been set.

func (*LegalEntityInfoRequiredType) HasSoleProprietorship

func (o *LegalEntityInfoRequiredType) HasSoleProprietorship() bool

HasSoleProprietorship returns a boolean if a field has been set.

func (LegalEntityInfoRequiredType) MarshalJSON

func (o LegalEntityInfoRequiredType) MarshalJSON() ([]byte, error)

func (*LegalEntityInfoRequiredType) SetCapabilities

func (o *LegalEntityInfoRequiredType) SetCapabilities(v map[string]LegalEntityCapability)

SetCapabilities gets a reference to the given map[string]LegalEntityCapability and assigns it to the Capabilities field.

func (*LegalEntityInfoRequiredType) SetEntityAssociations

func (o *LegalEntityInfoRequiredType) SetEntityAssociations(v []LegalEntityAssociation)

SetEntityAssociations gets a reference to the given []LegalEntityAssociation and assigns it to the EntityAssociations field.

func (*LegalEntityInfoRequiredType) SetIndividual

func (o *LegalEntityInfoRequiredType) SetIndividual(v Individual)

SetIndividual gets a reference to the given Individual and assigns it to the Individual field.

func (*LegalEntityInfoRequiredType) SetOrganization

func (o *LegalEntityInfoRequiredType) SetOrganization(v Organization)

SetOrganization gets a reference to the given Organization and assigns it to the Organization field.

func (*LegalEntityInfoRequiredType) SetReference

func (o *LegalEntityInfoRequiredType) SetReference(v string)

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*LegalEntityInfoRequiredType) SetSoleProprietorship

func (o *LegalEntityInfoRequiredType) SetSoleProprietorship(v SoleProprietorship)

SetSoleProprietorship gets a reference to the given SoleProprietorship and assigns it to the SoleProprietorship field.

func (*LegalEntityInfoRequiredType) SetType

func (o *LegalEntityInfoRequiredType) SetType(v string)

SetType sets field value

func (LegalEntityInfoRequiredType) ToMap

func (o LegalEntityInfoRequiredType) ToMap() (map[string]interface{}, error)

type NOLocalAccountIdentification

type NOLocalAccountIdentification struct {
	// The 11-digit bank account number, without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// **noLocal**
	Type string `json:"type"`
}

NOLocalAccountIdentification struct for NOLocalAccountIdentification

func NewNOLocalAccountIdentification

func NewNOLocalAccountIdentification(accountNumber string, type_ string) *NOLocalAccountIdentification

NewNOLocalAccountIdentification instantiates a new NOLocalAccountIdentification 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 NewNOLocalAccountIdentificationWithDefaults

func NewNOLocalAccountIdentificationWithDefaults() *NOLocalAccountIdentification

NewNOLocalAccountIdentificationWithDefaults instantiates a new NOLocalAccountIdentification 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 (*NOLocalAccountIdentification) GetAccountNumber

func (o *NOLocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*NOLocalAccountIdentification) GetAccountNumberOk

func (o *NOLocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*NOLocalAccountIdentification) GetType

func (o *NOLocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*NOLocalAccountIdentification) GetTypeOk

func (o *NOLocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (NOLocalAccountIdentification) MarshalJSON

func (o NOLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NOLocalAccountIdentification) SetAccountNumber

func (o *NOLocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*NOLocalAccountIdentification) SetType

func (o *NOLocalAccountIdentification) SetType(v string)

SetType sets field value

func (NOLocalAccountIdentification) ToMap

func (o NOLocalAccountIdentification) ToMap() (map[string]interface{}, error)

type Name

type Name struct {
	// The individual's first name.
	FirstName string `json:"firstName"`
	// The infix in the individual's name, if any.
	Infix *string `json:"infix,omitempty"`
	// The individual's last name.
	LastName string `json:"lastName"`
}

Name struct for Name

func NewName

func NewName(firstName string, lastName string) *Name

NewName instantiates a new Name 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 NewNameWithDefaults

func NewNameWithDefaults() *Name

NewNameWithDefaults instantiates a new Name 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 (*Name) GetFirstName

func (o *Name) GetFirstName() string

GetFirstName returns the FirstName field value

func (*Name) GetFirstNameOk

func (o *Name) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*Name) GetInfix

func (o *Name) GetInfix() string

GetInfix returns the Infix field value if set, zero value otherwise.

func (*Name) GetInfixOk

func (o *Name) GetInfixOk() (*string, bool)

GetInfixOk returns a tuple with the Infix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Name) GetLastName

func (o *Name) GetLastName() string

GetLastName returns the LastName field value

func (*Name) GetLastNameOk

func (o *Name) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*Name) HasInfix

func (o *Name) HasInfix() bool

HasInfix returns a boolean if a field has been set.

func (Name) MarshalJSON

func (o Name) MarshalJSON() ([]byte, error)

func (*Name) SetFirstName

func (o *Name) SetFirstName(v string)

SetFirstName sets field value

func (*Name) SetInfix

func (o *Name) SetInfix(v string)

SetInfix gets a reference to the given string and assigns it to the Infix field.

func (*Name) SetLastName

func (o *Name) SetLastName(v string)

SetLastName sets field value

func (Name) ToMap

func (o Name) ToMap() (map[string]interface{}, error)

type NullableAULocalAccountIdentification

type NullableAULocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableAULocalAccountIdentification) Get

func (NullableAULocalAccountIdentification) IsSet

func (NullableAULocalAccountIdentification) MarshalJSON

func (v NullableAULocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableAULocalAccountIdentification) Set

func (*NullableAULocalAccountIdentification) UnmarshalJSON

func (v *NullableAULocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableAULocalAccountIdentification) Unset

type NullableAcceptTermsOfServiceRequest

type NullableAcceptTermsOfServiceRequest struct {
	// contains filtered or unexported fields
}

func (NullableAcceptTermsOfServiceRequest) Get

func (NullableAcceptTermsOfServiceRequest) IsSet

func (NullableAcceptTermsOfServiceRequest) MarshalJSON

func (v NullableAcceptTermsOfServiceRequest) MarshalJSON() ([]byte, error)

func (*NullableAcceptTermsOfServiceRequest) Set

func (*NullableAcceptTermsOfServiceRequest) UnmarshalJSON

func (v *NullableAcceptTermsOfServiceRequest) UnmarshalJSON(src []byte) error

func (*NullableAcceptTermsOfServiceRequest) Unset

type NullableAcceptTermsOfServiceResponse

type NullableAcceptTermsOfServiceResponse struct {
	// contains filtered or unexported fields
}

func (NullableAcceptTermsOfServiceResponse) Get

func (NullableAcceptTermsOfServiceResponse) IsSet

func (NullableAcceptTermsOfServiceResponse) MarshalJSON

func (v NullableAcceptTermsOfServiceResponse) MarshalJSON() ([]byte, error)

func (*NullableAcceptTermsOfServiceResponse) Set

func (*NullableAcceptTermsOfServiceResponse) UnmarshalJSON

func (v *NullableAcceptTermsOfServiceResponse) UnmarshalJSON(src []byte) error

func (*NullableAcceptTermsOfServiceResponse) Unset

type NullableAdditionalBankIdentification

type NullableAdditionalBankIdentification struct {
	// contains filtered or unexported fields
}

func (NullableAdditionalBankIdentification) Get

func (NullableAdditionalBankIdentification) IsSet

func (NullableAdditionalBankIdentification) MarshalJSON

func (v NullableAdditionalBankIdentification) MarshalJSON() ([]byte, error)

func (*NullableAdditionalBankIdentification) Set

func (*NullableAdditionalBankIdentification) UnmarshalJSON

func (v *NullableAdditionalBankIdentification) UnmarshalJSON(src []byte) error

func (*NullableAdditionalBankIdentification) Unset

type NullableAddress

type NullableAddress struct {
	// contains filtered or unexported fields
}

func NewNullableAddress

func NewNullableAddress(val *Address) *NullableAddress

func (NullableAddress) Get

func (v NullableAddress) Get() *Address

func (NullableAddress) IsSet

func (v NullableAddress) IsSet() bool

func (NullableAddress) MarshalJSON

func (v NullableAddress) MarshalJSON() ([]byte, error)

func (*NullableAddress) Set

func (v *NullableAddress) Set(val *Address)

func (*NullableAddress) UnmarshalJSON

func (v *NullableAddress) UnmarshalJSON(src []byte) error

func (*NullableAddress) Unset

func (v *NullableAddress) Unset()

type NullableAmount

type NullableAmount struct {
	// contains filtered or unexported fields
}

func NewNullableAmount

func NewNullableAmount(val *Amount) *NullableAmount

func (NullableAmount) Get

func (v NullableAmount) Get() *Amount

func (NullableAmount) IsSet

func (v NullableAmount) IsSet() bool

func (NullableAmount) MarshalJSON

func (v NullableAmount) MarshalJSON() ([]byte, error)

func (*NullableAmount) Set

func (v *NullableAmount) Set(val *Amount)

func (*NullableAmount) UnmarshalJSON

func (v *NullableAmount) UnmarshalJSON(src []byte) error

func (*NullableAmount) Unset

func (v *NullableAmount) Unset()

type NullableAttachment

type NullableAttachment struct {
	// contains filtered or unexported fields
}

func NewNullableAttachment

func NewNullableAttachment(val *Attachment) *NullableAttachment

func (NullableAttachment) Get

func (v NullableAttachment) Get() *Attachment

func (NullableAttachment) IsSet

func (v NullableAttachment) IsSet() bool

func (NullableAttachment) MarshalJSON

func (v NullableAttachment) MarshalJSON() ([]byte, error)

func (*NullableAttachment) Set

func (v *NullableAttachment) Set(val *Attachment)

func (*NullableAttachment) UnmarshalJSON

func (v *NullableAttachment) UnmarshalJSON(src []byte) error

func (*NullableAttachment) Unset

func (v *NullableAttachment) Unset()

type NullableBankAccountInfo

type NullableBankAccountInfo struct {
	// contains filtered or unexported fields
}

func NewNullableBankAccountInfo

func NewNullableBankAccountInfo(val *BankAccountInfo) *NullableBankAccountInfo

func (NullableBankAccountInfo) Get

func (NullableBankAccountInfo) IsSet

func (v NullableBankAccountInfo) IsSet() bool

func (NullableBankAccountInfo) MarshalJSON

func (v NullableBankAccountInfo) MarshalJSON() ([]byte, error)

func (*NullableBankAccountInfo) Set

func (*NullableBankAccountInfo) UnmarshalJSON

func (v *NullableBankAccountInfo) UnmarshalJSON(src []byte) error

func (*NullableBankAccountInfo) Unset

func (v *NullableBankAccountInfo) Unset()

type NullableBankAccountInfoAccountIdentification

type NullableBankAccountInfoAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableBankAccountInfoAccountIdentification) Get

func (NullableBankAccountInfoAccountIdentification) IsSet

func (NullableBankAccountInfoAccountIdentification) MarshalJSON

func (*NullableBankAccountInfoAccountIdentification) Set

func (*NullableBankAccountInfoAccountIdentification) UnmarshalJSON

func (*NullableBankAccountInfoAccountIdentification) Unset

type NullableBirthData

type NullableBirthData struct {
	// contains filtered or unexported fields
}

func NewNullableBirthData

func NewNullableBirthData(val *BirthData) *NullableBirthData

func (NullableBirthData) Get

func (v NullableBirthData) Get() *BirthData

func (NullableBirthData) IsSet

func (v NullableBirthData) IsSet() bool

func (NullableBirthData) MarshalJSON

func (v NullableBirthData) MarshalJSON() ([]byte, error)

func (*NullableBirthData) Set

func (v *NullableBirthData) Set(val *BirthData)

func (*NullableBirthData) UnmarshalJSON

func (v *NullableBirthData) UnmarshalJSON(src []byte) error

func (*NullableBirthData) Unset

func (v *NullableBirthData) Unset()

type NullableBusinessLine

type NullableBusinessLine struct {
	// contains filtered or unexported fields
}

func NewNullableBusinessLine

func NewNullableBusinessLine(val *BusinessLine) *NullableBusinessLine

func (NullableBusinessLine) Get

func (NullableBusinessLine) IsSet

func (v NullableBusinessLine) IsSet() bool

func (NullableBusinessLine) MarshalJSON

func (v NullableBusinessLine) MarshalJSON() ([]byte, error)

func (*NullableBusinessLine) Set

func (v *NullableBusinessLine) Set(val *BusinessLine)

func (*NullableBusinessLine) UnmarshalJSON

func (v *NullableBusinessLine) UnmarshalJSON(src []byte) error

func (*NullableBusinessLine) Unset

func (v *NullableBusinessLine) Unset()

type NullableBusinessLineInfo

type NullableBusinessLineInfo struct {
	// contains filtered or unexported fields
}

func NewNullableBusinessLineInfo

func NewNullableBusinessLineInfo(val *BusinessLineInfo) *NullableBusinessLineInfo

func (NullableBusinessLineInfo) Get

func (NullableBusinessLineInfo) IsSet

func (v NullableBusinessLineInfo) IsSet() bool

func (NullableBusinessLineInfo) MarshalJSON

func (v NullableBusinessLineInfo) MarshalJSON() ([]byte, error)

func (*NullableBusinessLineInfo) Set

func (*NullableBusinessLineInfo) UnmarshalJSON

func (v *NullableBusinessLineInfo) UnmarshalJSON(src []byte) error

func (*NullableBusinessLineInfo) Unset

func (v *NullableBusinessLineInfo) Unset()

type NullableBusinessLineInfoUpdate

type NullableBusinessLineInfoUpdate struct {
	// contains filtered or unexported fields
}

func (NullableBusinessLineInfoUpdate) Get

func (NullableBusinessLineInfoUpdate) IsSet

func (NullableBusinessLineInfoUpdate) MarshalJSON

func (v NullableBusinessLineInfoUpdate) MarshalJSON() ([]byte, error)

func (*NullableBusinessLineInfoUpdate) Set

func (*NullableBusinessLineInfoUpdate) UnmarshalJSON

func (v *NullableBusinessLineInfoUpdate) UnmarshalJSON(src []byte) error

func (*NullableBusinessLineInfoUpdate) Unset

func (v *NullableBusinessLineInfoUpdate) Unset()

type NullableBusinessLines

type NullableBusinessLines struct {
	// contains filtered or unexported fields
}

func NewNullableBusinessLines

func NewNullableBusinessLines(val *BusinessLines) *NullableBusinessLines

func (NullableBusinessLines) Get

func (NullableBusinessLines) IsSet

func (v NullableBusinessLines) IsSet() bool

func (NullableBusinessLines) MarshalJSON

func (v NullableBusinessLines) MarshalJSON() ([]byte, error)

func (*NullableBusinessLines) Set

func (v *NullableBusinessLines) Set(val *BusinessLines)

func (*NullableBusinessLines) UnmarshalJSON

func (v *NullableBusinessLines) UnmarshalJSON(src []byte) error

func (*NullableBusinessLines) Unset

func (v *NullableBusinessLines) Unset()

type NullableCALocalAccountIdentification

type NullableCALocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableCALocalAccountIdentification) Get

func (NullableCALocalAccountIdentification) IsSet

func (NullableCALocalAccountIdentification) MarshalJSON

func (v NullableCALocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableCALocalAccountIdentification) Set

func (*NullableCALocalAccountIdentification) UnmarshalJSON

func (v *NullableCALocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableCALocalAccountIdentification) Unset

type NullableCZLocalAccountIdentification

type NullableCZLocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableCZLocalAccountIdentification) Get

func (NullableCZLocalAccountIdentification) IsSet

func (NullableCZLocalAccountIdentification) MarshalJSON

func (v NullableCZLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableCZLocalAccountIdentification) Set

func (*NullableCZLocalAccountIdentification) UnmarshalJSON

func (v *NullableCZLocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableCZLocalAccountIdentification) Unset

type NullableCalculateTermsOfServiceStatusResponse added in v7.1.0

type NullableCalculateTermsOfServiceStatusResponse struct {
	// contains filtered or unexported fields
}

func (NullableCalculateTermsOfServiceStatusResponse) Get added in v7.1.0

func (NullableCalculateTermsOfServiceStatusResponse) IsSet added in v7.1.0

func (NullableCalculateTermsOfServiceStatusResponse) MarshalJSON added in v7.1.0

func (*NullableCalculateTermsOfServiceStatusResponse) Set added in v7.1.0

func (*NullableCalculateTermsOfServiceStatusResponse) UnmarshalJSON added in v7.1.0

func (*NullableCalculateTermsOfServiceStatusResponse) Unset added in v7.1.0

type NullableCapabilityProblem

type NullableCapabilityProblem struct {
	// contains filtered or unexported fields
}

func NewNullableCapabilityProblem

func NewNullableCapabilityProblem(val *CapabilityProblem) *NullableCapabilityProblem

func (NullableCapabilityProblem) Get

func (NullableCapabilityProblem) IsSet

func (v NullableCapabilityProblem) IsSet() bool

func (NullableCapabilityProblem) MarshalJSON

func (v NullableCapabilityProblem) MarshalJSON() ([]byte, error)

func (*NullableCapabilityProblem) Set

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 (NullableCapabilityProblemEntity) Get

func (NullableCapabilityProblemEntity) IsSet

func (NullableCapabilityProblemEntity) MarshalJSON

func (v NullableCapabilityProblemEntity) MarshalJSON() ([]byte, error)

func (*NullableCapabilityProblemEntity) Set

func (*NullableCapabilityProblemEntity) UnmarshalJSON

func (v *NullableCapabilityProblemEntity) UnmarshalJSON(src []byte) error

func (*NullableCapabilityProblemEntity) Unset

type NullableCapabilityProblemEntityRecursive

type NullableCapabilityProblemEntityRecursive struct {
	// contains filtered or unexported fields
}

func (NullableCapabilityProblemEntityRecursive) Get

func (NullableCapabilityProblemEntityRecursive) IsSet

func (NullableCapabilityProblemEntityRecursive) MarshalJSON

func (*NullableCapabilityProblemEntityRecursive) Set

func (*NullableCapabilityProblemEntityRecursive) UnmarshalJSON

func (v *NullableCapabilityProblemEntityRecursive) UnmarshalJSON(src []byte) error

func (*NullableCapabilityProblemEntityRecursive) Unset

type NullableCapabilitySettings

type NullableCapabilitySettings struct {
	// contains filtered or unexported fields
}

func NewNullableCapabilitySettings

func NewNullableCapabilitySettings(val *CapabilitySettings) *NullableCapabilitySettings

func (NullableCapabilitySettings) Get

func (NullableCapabilitySettings) IsSet

func (v NullableCapabilitySettings) IsSet() bool

func (NullableCapabilitySettings) MarshalJSON

func (v NullableCapabilitySettings) MarshalJSON() ([]byte, error)

func (*NullableCapabilitySettings) Set

func (*NullableCapabilitySettings) UnmarshalJSON

func (v *NullableCapabilitySettings) UnmarshalJSON(src []byte) error

func (*NullableCapabilitySettings) Unset

func (v *NullableCapabilitySettings) Unset()

type NullableDKLocalAccountIdentification

type NullableDKLocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableDKLocalAccountIdentification) Get

func (NullableDKLocalAccountIdentification) IsSet

func (NullableDKLocalAccountIdentification) MarshalJSON

func (v NullableDKLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableDKLocalAccountIdentification) Set

func (*NullableDKLocalAccountIdentification) UnmarshalJSON

func (v *NullableDKLocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableDKLocalAccountIdentification) Unset

type NullableDocument

type NullableDocument struct {
	// contains filtered or unexported fields
}

func NewNullableDocument

func NewNullableDocument(val *Document) *NullableDocument

func (NullableDocument) Get

func (v NullableDocument) Get() *Document

func (NullableDocument) IsSet

func (v NullableDocument) IsSet() bool

func (NullableDocument) MarshalJSON

func (v NullableDocument) MarshalJSON() ([]byte, error)

func (*NullableDocument) Set

func (v *NullableDocument) Set(val *Document)

func (*NullableDocument) UnmarshalJSON

func (v *NullableDocument) UnmarshalJSON(src []byte) error

func (*NullableDocument) Unset

func (v *NullableDocument) Unset()

type NullableDocumentPage added in v7.1.0

type NullableDocumentPage struct {
	// contains filtered or unexported fields
}

func NewNullableDocumentPage added in v7.1.0

func NewNullableDocumentPage(val *DocumentPage) *NullableDocumentPage

func (NullableDocumentPage) Get added in v7.1.0

func (NullableDocumentPage) IsSet added in v7.1.0

func (v NullableDocumentPage) IsSet() bool

func (NullableDocumentPage) MarshalJSON added in v7.1.0

func (v NullableDocumentPage) MarshalJSON() ([]byte, error)

func (*NullableDocumentPage) Set added in v7.1.0

func (v *NullableDocumentPage) Set(val *DocumentPage)

func (*NullableDocumentPage) UnmarshalJSON added in v7.1.0

func (v *NullableDocumentPage) UnmarshalJSON(src []byte) error

func (*NullableDocumentPage) Unset added in v7.1.0

func (v *NullableDocumentPage) Unset()

type NullableDocumentReference

type NullableDocumentReference struct {
	// contains filtered or unexported fields
}

func NewNullableDocumentReference

func NewNullableDocumentReference(val *DocumentReference) *NullableDocumentReference

func (NullableDocumentReference) Get

func (NullableDocumentReference) IsSet

func (v NullableDocumentReference) IsSet() bool

func (NullableDocumentReference) MarshalJSON

func (v NullableDocumentReference) MarshalJSON() ([]byte, error)

func (*NullableDocumentReference) Set

func (*NullableDocumentReference) UnmarshalJSON

func (v *NullableDocumentReference) UnmarshalJSON(src []byte) error

func (*NullableDocumentReference) Unset

func (v *NullableDocumentReference) Unset()

type NullableEntityReference

type NullableEntityReference struct {
	// contains filtered or unexported fields
}

func NewNullableEntityReference

func NewNullableEntityReference(val *EntityReference) *NullableEntityReference

func (NullableEntityReference) Get

func (NullableEntityReference) IsSet

func (v NullableEntityReference) IsSet() bool

func (NullableEntityReference) MarshalJSON

func (v NullableEntityReference) MarshalJSON() ([]byte, error)

func (*NullableEntityReference) Set

func (*NullableEntityReference) UnmarshalJSON

func (v *NullableEntityReference) UnmarshalJSON(src []byte) error

func (*NullableEntityReference) Unset

func (v *NullableEntityReference) Unset()

type NullableGeneratePciDescriptionRequest

type NullableGeneratePciDescriptionRequest struct {
	// contains filtered or unexported fields
}

func (NullableGeneratePciDescriptionRequest) Get

func (NullableGeneratePciDescriptionRequest) IsSet

func (NullableGeneratePciDescriptionRequest) MarshalJSON

func (v NullableGeneratePciDescriptionRequest) MarshalJSON() ([]byte, error)

func (*NullableGeneratePciDescriptionRequest) Set

func (*NullableGeneratePciDescriptionRequest) UnmarshalJSON

func (v *NullableGeneratePciDescriptionRequest) UnmarshalJSON(src []byte) error

func (*NullableGeneratePciDescriptionRequest) Unset

type NullableGeneratePciDescriptionResponse

type NullableGeneratePciDescriptionResponse struct {
	// contains filtered or unexported fields
}

func (NullableGeneratePciDescriptionResponse) Get

func (NullableGeneratePciDescriptionResponse) IsSet

func (NullableGeneratePciDescriptionResponse) MarshalJSON

func (v NullableGeneratePciDescriptionResponse) MarshalJSON() ([]byte, error)

func (*NullableGeneratePciDescriptionResponse) Set

func (*NullableGeneratePciDescriptionResponse) UnmarshalJSON

func (v *NullableGeneratePciDescriptionResponse) UnmarshalJSON(src []byte) error

func (*NullableGeneratePciDescriptionResponse) Unset

type NullableGetPciQuestionnaireInfosResponse

type NullableGetPciQuestionnaireInfosResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetPciQuestionnaireInfosResponse) Get

func (NullableGetPciQuestionnaireInfosResponse) IsSet

func (NullableGetPciQuestionnaireInfosResponse) MarshalJSON

func (*NullableGetPciQuestionnaireInfosResponse) Set

func (*NullableGetPciQuestionnaireInfosResponse) UnmarshalJSON

func (v *NullableGetPciQuestionnaireInfosResponse) UnmarshalJSON(src []byte) error

func (*NullableGetPciQuestionnaireInfosResponse) Unset

type NullableGetPciQuestionnaireResponse

type NullableGetPciQuestionnaireResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetPciQuestionnaireResponse) Get

func (NullableGetPciQuestionnaireResponse) IsSet

func (NullableGetPciQuestionnaireResponse) MarshalJSON

func (v NullableGetPciQuestionnaireResponse) MarshalJSON() ([]byte, error)

func (*NullableGetPciQuestionnaireResponse) Set

func (*NullableGetPciQuestionnaireResponse) UnmarshalJSON

func (v *NullableGetPciQuestionnaireResponse) UnmarshalJSON(src []byte) error

func (*NullableGetPciQuestionnaireResponse) Unset

type NullableGetTermsOfServiceAcceptanceInfosResponse

type NullableGetTermsOfServiceAcceptanceInfosResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetTermsOfServiceAcceptanceInfosResponse) Get

func (NullableGetTermsOfServiceAcceptanceInfosResponse) IsSet

func (NullableGetTermsOfServiceAcceptanceInfosResponse) MarshalJSON

func (*NullableGetTermsOfServiceAcceptanceInfosResponse) Set

func (*NullableGetTermsOfServiceAcceptanceInfosResponse) UnmarshalJSON

func (*NullableGetTermsOfServiceAcceptanceInfosResponse) Unset

type NullableGetTermsOfServiceDocumentRequest

type NullableGetTermsOfServiceDocumentRequest struct {
	// contains filtered or unexported fields
}

func (NullableGetTermsOfServiceDocumentRequest) Get

func (NullableGetTermsOfServiceDocumentRequest) IsSet

func (NullableGetTermsOfServiceDocumentRequest) MarshalJSON

func (*NullableGetTermsOfServiceDocumentRequest) Set

func (*NullableGetTermsOfServiceDocumentRequest) UnmarshalJSON

func (v *NullableGetTermsOfServiceDocumentRequest) UnmarshalJSON(src []byte) error

func (*NullableGetTermsOfServiceDocumentRequest) Unset

type NullableGetTermsOfServiceDocumentResponse

type NullableGetTermsOfServiceDocumentResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetTermsOfServiceDocumentResponse) Get

func (NullableGetTermsOfServiceDocumentResponse) IsSet

func (NullableGetTermsOfServiceDocumentResponse) MarshalJSON

func (*NullableGetTermsOfServiceDocumentResponse) Set

func (*NullableGetTermsOfServiceDocumentResponse) UnmarshalJSON

func (v *NullableGetTermsOfServiceDocumentResponse) UnmarshalJSON(src []byte) error

func (*NullableGetTermsOfServiceDocumentResponse) Unset

type NullableHKLocalAccountIdentification added in v7.2.0

type NullableHKLocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func NewNullableHKLocalAccountIdentification added in v7.2.0

func NewNullableHKLocalAccountIdentification(val *HKLocalAccountIdentification) *NullableHKLocalAccountIdentification

func (NullableHKLocalAccountIdentification) Get added in v7.2.0

func (NullableHKLocalAccountIdentification) IsSet added in v7.2.0

func (NullableHKLocalAccountIdentification) MarshalJSON added in v7.2.0

func (v NullableHKLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableHKLocalAccountIdentification) Set added in v7.2.0

func (*NullableHKLocalAccountIdentification) UnmarshalJSON added in v7.2.0

func (v *NullableHKLocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableHKLocalAccountIdentification) Unset added in v7.2.0

type NullableHULocalAccountIdentification

type NullableHULocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableHULocalAccountIdentification) Get

func (NullableHULocalAccountIdentification) IsSet

func (NullableHULocalAccountIdentification) MarshalJSON

func (v NullableHULocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableHULocalAccountIdentification) Set

func (*NullableHULocalAccountIdentification) UnmarshalJSON

func (v *NullableHULocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableHULocalAccountIdentification) Unset

type NullableIbanAccountIdentification

type NullableIbanAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableIbanAccountIdentification) Get

func (NullableIbanAccountIdentification) IsSet

func (NullableIbanAccountIdentification) MarshalJSON

func (v NullableIbanAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableIbanAccountIdentification) Set

func (*NullableIbanAccountIdentification) UnmarshalJSON

func (v *NullableIbanAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableIbanAccountIdentification) Unset

type NullableIdentificationData

type NullableIdentificationData struct {
	// contains filtered or unexported fields
}

func NewNullableIdentificationData

func NewNullableIdentificationData(val *IdentificationData) *NullableIdentificationData

func (NullableIdentificationData) Get

func (NullableIdentificationData) IsSet

func (v NullableIdentificationData) IsSet() bool

func (NullableIdentificationData) MarshalJSON

func (v NullableIdentificationData) MarshalJSON() ([]byte, error)

func (*NullableIdentificationData) Set

func (*NullableIdentificationData) UnmarshalJSON

func (v *NullableIdentificationData) UnmarshalJSON(src []byte) error

func (*NullableIdentificationData) Unset

func (v *NullableIdentificationData) Unset()

type NullableIndividual

type NullableIndividual struct {
	// contains filtered or unexported fields
}

func NewNullableIndividual

func NewNullableIndividual(val *Individual) *NullableIndividual

func (NullableIndividual) Get

func (v NullableIndividual) Get() *Individual

func (NullableIndividual) IsSet

func (v NullableIndividual) IsSet() bool

func (NullableIndividual) MarshalJSON

func (v NullableIndividual) MarshalJSON() ([]byte, error)

func (*NullableIndividual) Set

func (v *NullableIndividual) Set(val *Individual)

func (*NullableIndividual) UnmarshalJSON

func (v *NullableIndividual) UnmarshalJSON(src []byte) error

func (*NullableIndividual) Unset

func (v *NullableIndividual) Unset()

type NullableLegalEntity

type NullableLegalEntity struct {
	// contains filtered or unexported fields
}

func NewNullableLegalEntity

func NewNullableLegalEntity(val *LegalEntity) *NullableLegalEntity

func (NullableLegalEntity) Get

func (NullableLegalEntity) IsSet

func (v NullableLegalEntity) IsSet() bool

func (NullableLegalEntity) MarshalJSON

func (v NullableLegalEntity) MarshalJSON() ([]byte, error)

func (*NullableLegalEntity) Set

func (v *NullableLegalEntity) Set(val *LegalEntity)

func (*NullableLegalEntity) UnmarshalJSON

func (v *NullableLegalEntity) UnmarshalJSON(src []byte) error

func (*NullableLegalEntity) Unset

func (v *NullableLegalEntity) Unset()

type NullableLegalEntityAssociation

type NullableLegalEntityAssociation struct {
	// contains filtered or unexported fields
}

func (NullableLegalEntityAssociation) Get

func (NullableLegalEntityAssociation) IsSet

func (NullableLegalEntityAssociation) MarshalJSON

func (v NullableLegalEntityAssociation) MarshalJSON() ([]byte, error)

func (*NullableLegalEntityAssociation) Set

func (*NullableLegalEntityAssociation) UnmarshalJSON

func (v *NullableLegalEntityAssociation) UnmarshalJSON(src []byte) error

func (*NullableLegalEntityAssociation) Unset

func (v *NullableLegalEntityAssociation) Unset()

type NullableLegalEntityCapability

type NullableLegalEntityCapability struct {
	// contains filtered or unexported fields
}

func (NullableLegalEntityCapability) Get

func (NullableLegalEntityCapability) IsSet

func (NullableLegalEntityCapability) MarshalJSON

func (v NullableLegalEntityCapability) MarshalJSON() ([]byte, error)

func (*NullableLegalEntityCapability) Set

func (*NullableLegalEntityCapability) UnmarshalJSON

func (v *NullableLegalEntityCapability) UnmarshalJSON(src []byte) error

func (*NullableLegalEntityCapability) Unset

func (v *NullableLegalEntityCapability) Unset()

type NullableLegalEntityInfo

type NullableLegalEntityInfo struct {
	// contains filtered or unexported fields
}

func NewNullableLegalEntityInfo

func NewNullableLegalEntityInfo(val *LegalEntityInfo) *NullableLegalEntityInfo

func (NullableLegalEntityInfo) Get

func (NullableLegalEntityInfo) IsSet

func (v NullableLegalEntityInfo) IsSet() bool

func (NullableLegalEntityInfo) MarshalJSON

func (v NullableLegalEntityInfo) MarshalJSON() ([]byte, error)

func (*NullableLegalEntityInfo) Set

func (*NullableLegalEntityInfo) UnmarshalJSON

func (v *NullableLegalEntityInfo) UnmarshalJSON(src []byte) error

func (*NullableLegalEntityInfo) Unset

func (v *NullableLegalEntityInfo) Unset()

type NullableLegalEntityInfoRequiredType

type NullableLegalEntityInfoRequiredType struct {
	// contains filtered or unexported fields
}

func (NullableLegalEntityInfoRequiredType) Get

func (NullableLegalEntityInfoRequiredType) IsSet

func (NullableLegalEntityInfoRequiredType) MarshalJSON

func (v NullableLegalEntityInfoRequiredType) MarshalJSON() ([]byte, error)

func (*NullableLegalEntityInfoRequiredType) Set

func (*NullableLegalEntityInfoRequiredType) UnmarshalJSON

func (v *NullableLegalEntityInfoRequiredType) UnmarshalJSON(src []byte) error

func (*NullableLegalEntityInfoRequiredType) Unset

type NullableNOLocalAccountIdentification

type NullableNOLocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableNOLocalAccountIdentification) Get

func (NullableNOLocalAccountIdentification) IsSet

func (NullableNOLocalAccountIdentification) MarshalJSON

func (v NullableNOLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableNOLocalAccountIdentification) Set

func (*NullableNOLocalAccountIdentification) UnmarshalJSON

func (v *NullableNOLocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableNOLocalAccountIdentification) Unset

type NullableName

type NullableName struct {
	// contains filtered or unexported fields
}

func NewNullableName

func NewNullableName(val *Name) *NullableName

func (NullableName) Get

func (v NullableName) Get() *Name

func (NullableName) IsSet

func (v NullableName) IsSet() bool

func (NullableName) MarshalJSON

func (v NullableName) MarshalJSON() ([]byte, error)

func (*NullableName) Set

func (v *NullableName) Set(val *Name)

func (*NullableName) UnmarshalJSON

func (v *NullableName) UnmarshalJSON(src []byte) error

func (*NullableName) Unset

func (v *NullableName) Unset()

type NullableNumberAndBicAccountIdentification

type NullableNumberAndBicAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableNumberAndBicAccountIdentification) Get

func (NullableNumberAndBicAccountIdentification) IsSet

func (NullableNumberAndBicAccountIdentification) MarshalJSON

func (*NullableNumberAndBicAccountIdentification) Set

func (*NullableNumberAndBicAccountIdentification) UnmarshalJSON

func (v *NullableNumberAndBicAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableNumberAndBicAccountIdentification) Unset

type NullableOnboardingLink struct {
	// contains filtered or unexported fields
}
func NewNullableOnboardingLink(val *OnboardingLink) *NullableOnboardingLink

func (NullableOnboardingLink) Get

func (NullableOnboardingLink) IsSet

func (v NullableOnboardingLink) IsSet() bool

func (NullableOnboardingLink) MarshalJSON

func (v NullableOnboardingLink) MarshalJSON() ([]byte, error)

func (*NullableOnboardingLink) Set

func (*NullableOnboardingLink) UnmarshalJSON

func (v *NullableOnboardingLink) UnmarshalJSON(src []byte) error

func (*NullableOnboardingLink) Unset

func (v *NullableOnboardingLink) Unset()

type NullableOnboardingLinkInfo

type NullableOnboardingLinkInfo struct {
	// contains filtered or unexported fields
}

func NewNullableOnboardingLinkInfo

func NewNullableOnboardingLinkInfo(val *OnboardingLinkInfo) *NullableOnboardingLinkInfo

func (NullableOnboardingLinkInfo) Get

func (NullableOnboardingLinkInfo) IsSet

func (v NullableOnboardingLinkInfo) IsSet() bool

func (NullableOnboardingLinkInfo) MarshalJSON

func (v NullableOnboardingLinkInfo) MarshalJSON() ([]byte, error)

func (*NullableOnboardingLinkInfo) Set

func (*NullableOnboardingLinkInfo) UnmarshalJSON

func (v *NullableOnboardingLinkInfo) UnmarshalJSON(src []byte) error

func (*NullableOnboardingLinkInfo) Unset

func (v *NullableOnboardingLinkInfo) Unset()

type NullableOnboardingTheme

type NullableOnboardingTheme struct {
	// contains filtered or unexported fields
}

func NewNullableOnboardingTheme

func NewNullableOnboardingTheme(val *OnboardingTheme) *NullableOnboardingTheme

func (NullableOnboardingTheme) Get

func (NullableOnboardingTheme) IsSet

func (v NullableOnboardingTheme) IsSet() bool

func (NullableOnboardingTheme) MarshalJSON

func (v NullableOnboardingTheme) MarshalJSON() ([]byte, error)

func (*NullableOnboardingTheme) Set

func (*NullableOnboardingTheme) UnmarshalJSON

func (v *NullableOnboardingTheme) UnmarshalJSON(src []byte) error

func (*NullableOnboardingTheme) Unset

func (v *NullableOnboardingTheme) Unset()

type NullableOnboardingThemes

type NullableOnboardingThemes struct {
	// contains filtered or unexported fields
}

func NewNullableOnboardingThemes

func NewNullableOnboardingThemes(val *OnboardingThemes) *NullableOnboardingThemes

func (NullableOnboardingThemes) Get

func (NullableOnboardingThemes) IsSet

func (v NullableOnboardingThemes) IsSet() bool

func (NullableOnboardingThemes) MarshalJSON

func (v NullableOnboardingThemes) MarshalJSON() ([]byte, error)

func (*NullableOnboardingThemes) Set

func (*NullableOnboardingThemes) UnmarshalJSON

func (v *NullableOnboardingThemes) UnmarshalJSON(src []byte) error

func (*NullableOnboardingThemes) Unset

func (v *NullableOnboardingThemes) Unset()

type NullableOrganization

type NullableOrganization struct {
	// contains filtered or unexported fields
}

func NewNullableOrganization

func NewNullableOrganization(val *Organization) *NullableOrganization

func (NullableOrganization) Get

func (NullableOrganization) IsSet

func (v NullableOrganization) IsSet() bool

func (NullableOrganization) MarshalJSON

func (v NullableOrganization) MarshalJSON() ([]byte, error)

func (*NullableOrganization) Set

func (v *NullableOrganization) Set(val *Organization)

func (*NullableOrganization) UnmarshalJSON

func (v *NullableOrganization) UnmarshalJSON(src []byte) error

func (*NullableOrganization) Unset

func (v *NullableOrganization) Unset()

type NullableOwnerEntity

type NullableOwnerEntity struct {
	// contains filtered or unexported fields
}

func NewNullableOwnerEntity

func NewNullableOwnerEntity(val *OwnerEntity) *NullableOwnerEntity

func (NullableOwnerEntity) Get

func (NullableOwnerEntity) IsSet

func (v NullableOwnerEntity) IsSet() bool

func (NullableOwnerEntity) MarshalJSON

func (v NullableOwnerEntity) MarshalJSON() ([]byte, error)

func (*NullableOwnerEntity) Set

func (v *NullableOwnerEntity) Set(val *OwnerEntity)

func (*NullableOwnerEntity) UnmarshalJSON

func (v *NullableOwnerEntity) UnmarshalJSON(src []byte) error

func (*NullableOwnerEntity) Unset

func (v *NullableOwnerEntity) Unset()

type NullablePLLocalAccountIdentification

type NullablePLLocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullablePLLocalAccountIdentification) Get

func (NullablePLLocalAccountIdentification) IsSet

func (NullablePLLocalAccountIdentification) MarshalJSON

func (v NullablePLLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullablePLLocalAccountIdentification) Set

func (*NullablePLLocalAccountIdentification) UnmarshalJSON

func (v *NullablePLLocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullablePLLocalAccountIdentification) Unset

type NullablePciDocumentInfo

type NullablePciDocumentInfo struct {
	// contains filtered or unexported fields
}

func NewNullablePciDocumentInfo

func NewNullablePciDocumentInfo(val *PciDocumentInfo) *NullablePciDocumentInfo

func (NullablePciDocumentInfo) Get

func (NullablePciDocumentInfo) IsSet

func (v NullablePciDocumentInfo) IsSet() bool

func (NullablePciDocumentInfo) MarshalJSON

func (v NullablePciDocumentInfo) MarshalJSON() ([]byte, error)

func (*NullablePciDocumentInfo) Set

func (*NullablePciDocumentInfo) UnmarshalJSON

func (v *NullablePciDocumentInfo) UnmarshalJSON(src []byte) error

func (*NullablePciDocumentInfo) Unset

func (v *NullablePciDocumentInfo) Unset()

type NullablePciSigningRequest

type NullablePciSigningRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePciSigningRequest

func NewNullablePciSigningRequest(val *PciSigningRequest) *NullablePciSigningRequest

func (NullablePciSigningRequest) Get

func (NullablePciSigningRequest) IsSet

func (v NullablePciSigningRequest) IsSet() bool

func (NullablePciSigningRequest) MarshalJSON

func (v NullablePciSigningRequest) MarshalJSON() ([]byte, error)

func (*NullablePciSigningRequest) Set

func (*NullablePciSigningRequest) UnmarshalJSON

func (v *NullablePciSigningRequest) UnmarshalJSON(src []byte) error

func (*NullablePciSigningRequest) Unset

func (v *NullablePciSigningRequest) Unset()

type NullablePciSigningResponse

type NullablePciSigningResponse struct {
	// contains filtered or unexported fields
}

func NewNullablePciSigningResponse

func NewNullablePciSigningResponse(val *PciSigningResponse) *NullablePciSigningResponse

func (NullablePciSigningResponse) Get

func (NullablePciSigningResponse) IsSet

func (v NullablePciSigningResponse) IsSet() bool

func (NullablePciSigningResponse) MarshalJSON

func (v NullablePciSigningResponse) MarshalJSON() ([]byte, error)

func (*NullablePciSigningResponse) Set

func (*NullablePciSigningResponse) UnmarshalJSON

func (v *NullablePciSigningResponse) UnmarshalJSON(src []byte) error

func (*NullablePciSigningResponse) Unset

func (v *NullablePciSigningResponse) Unset()

type NullablePhoneNumber

type NullablePhoneNumber struct {
	// contains filtered or unexported fields
}

func NewNullablePhoneNumber

func NewNullablePhoneNumber(val *PhoneNumber) *NullablePhoneNumber

func (NullablePhoneNumber) Get

func (NullablePhoneNumber) IsSet

func (v NullablePhoneNumber) IsSet() bool

func (NullablePhoneNumber) MarshalJSON

func (v NullablePhoneNumber) MarshalJSON() ([]byte, error)

func (*NullablePhoneNumber) Set

func (v *NullablePhoneNumber) Set(val *PhoneNumber)

func (*NullablePhoneNumber) UnmarshalJSON

func (v *NullablePhoneNumber) UnmarshalJSON(src []byte) error

func (*NullablePhoneNumber) Unset

func (v *NullablePhoneNumber) Unset()

type NullableRemediatingAction

type NullableRemediatingAction struct {
	// contains filtered or unexported fields
}

func NewNullableRemediatingAction

func NewNullableRemediatingAction(val *RemediatingAction) *NullableRemediatingAction

func (NullableRemediatingAction) Get

func (NullableRemediatingAction) IsSet

func (v NullableRemediatingAction) IsSet() bool

func (NullableRemediatingAction) MarshalJSON

func (v NullableRemediatingAction) MarshalJSON() ([]byte, error)

func (*NullableRemediatingAction) Set

func (*NullableRemediatingAction) UnmarshalJSON

func (v *NullableRemediatingAction) UnmarshalJSON(src []byte) error

func (*NullableRemediatingAction) Unset

func (v *NullableRemediatingAction) Unset()

type NullableSELocalAccountIdentification

type NullableSELocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableSELocalAccountIdentification) Get

func (NullableSELocalAccountIdentification) IsSet

func (NullableSELocalAccountIdentification) MarshalJSON

func (v NullableSELocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableSELocalAccountIdentification) Set

func (*NullableSELocalAccountIdentification) UnmarshalJSON

func (v *NullableSELocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableSELocalAccountIdentification) Unset

type NullableSGLocalAccountIdentification added in v7.1.0

type NullableSGLocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func NewNullableSGLocalAccountIdentification added in v7.1.0

func NewNullableSGLocalAccountIdentification(val *SGLocalAccountIdentification) *NullableSGLocalAccountIdentification

func (NullableSGLocalAccountIdentification) Get added in v7.1.0

func (NullableSGLocalAccountIdentification) IsSet added in v7.1.0

func (NullableSGLocalAccountIdentification) MarshalJSON added in v7.1.0

func (v NullableSGLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableSGLocalAccountIdentification) Set added in v7.1.0

func (*NullableSGLocalAccountIdentification) UnmarshalJSON added in v7.1.0

func (v *NullableSGLocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableSGLocalAccountIdentification) Unset added in v7.1.0

type NullableServiceError

type NullableServiceError struct {
	// contains filtered or unexported fields
}

func NewNullableServiceError

func NewNullableServiceError(val *ServiceError) *NullableServiceError

func (NullableServiceError) Get

func (NullableServiceError) IsSet

func (v NullableServiceError) IsSet() bool

func (NullableServiceError) MarshalJSON

func (v NullableServiceError) MarshalJSON() ([]byte, error)

func (*NullableServiceError) Set

func (v *NullableServiceError) Set(val *ServiceError)

func (*NullableServiceError) UnmarshalJSON

func (v *NullableServiceError) UnmarshalJSON(src []byte) error

func (*NullableServiceError) Unset

func (v *NullableServiceError) Unset()

type NullableSoleProprietorship

type NullableSoleProprietorship struct {
	// contains filtered or unexported fields
}

func NewNullableSoleProprietorship

func NewNullableSoleProprietorship(val *SoleProprietorship) *NullableSoleProprietorship

func (NullableSoleProprietorship) Get

func (NullableSoleProprietorship) IsSet

func (v NullableSoleProprietorship) IsSet() bool

func (NullableSoleProprietorship) MarshalJSON

func (v NullableSoleProprietorship) MarshalJSON() ([]byte, error)

func (*NullableSoleProprietorship) Set

func (*NullableSoleProprietorship) UnmarshalJSON

func (v *NullableSoleProprietorship) UnmarshalJSON(src []byte) error

func (*NullableSoleProprietorship) Unset

func (v *NullableSoleProprietorship) Unset()

type NullableSourceOfFunds

type NullableSourceOfFunds struct {
	// contains filtered or unexported fields
}

func NewNullableSourceOfFunds

func NewNullableSourceOfFunds(val *SourceOfFunds) *NullableSourceOfFunds

func (NullableSourceOfFunds) Get

func (NullableSourceOfFunds) IsSet

func (v NullableSourceOfFunds) IsSet() bool

func (NullableSourceOfFunds) MarshalJSON

func (v NullableSourceOfFunds) MarshalJSON() ([]byte, error)

func (*NullableSourceOfFunds) Set

func (v *NullableSourceOfFunds) Set(val *SourceOfFunds)

func (*NullableSourceOfFunds) UnmarshalJSON

func (v *NullableSourceOfFunds) UnmarshalJSON(src []byte) error

func (*NullableSourceOfFunds) Unset

func (v *NullableSourceOfFunds) Unset()

type NullableStockData

type NullableStockData struct {
	// contains filtered or unexported fields
}

func NewNullableStockData

func NewNullableStockData(val *StockData) *NullableStockData

func (NullableStockData) Get

func (v NullableStockData) Get() *StockData

func (NullableStockData) IsSet

func (v NullableStockData) IsSet() bool

func (NullableStockData) MarshalJSON

func (v NullableStockData) MarshalJSON() ([]byte, error)

func (*NullableStockData) Set

func (v *NullableStockData) Set(val *StockData)

func (*NullableStockData) UnmarshalJSON

func (v *NullableStockData) UnmarshalJSON(src []byte) error

func (*NullableStockData) Unset

func (v *NullableStockData) Unset()

type NullableSupportingEntityCapability

type NullableSupportingEntityCapability struct {
	// contains filtered or unexported fields
}

func (NullableSupportingEntityCapability) Get

func (NullableSupportingEntityCapability) IsSet

func (NullableSupportingEntityCapability) MarshalJSON

func (v NullableSupportingEntityCapability) MarshalJSON() ([]byte, error)

func (*NullableSupportingEntityCapability) Set

func (*NullableSupportingEntityCapability) UnmarshalJSON

func (v *NullableSupportingEntityCapability) UnmarshalJSON(src []byte) error

func (*NullableSupportingEntityCapability) Unset

type NullableTaxInformation

type NullableTaxInformation struct {
	// contains filtered or unexported fields
}

func NewNullableTaxInformation

func NewNullableTaxInformation(val *TaxInformation) *NullableTaxInformation

func (NullableTaxInformation) Get

func (NullableTaxInformation) IsSet

func (v NullableTaxInformation) IsSet() bool

func (NullableTaxInformation) MarshalJSON

func (v NullableTaxInformation) MarshalJSON() ([]byte, error)

func (*NullableTaxInformation) Set

func (*NullableTaxInformation) UnmarshalJSON

func (v *NullableTaxInformation) UnmarshalJSON(src []byte) error

func (*NullableTaxInformation) Unset

func (v *NullableTaxInformation) Unset()

type NullableTaxReportingClassification

type NullableTaxReportingClassification struct {
	// contains filtered or unexported fields
}

func (NullableTaxReportingClassification) Get

func (NullableTaxReportingClassification) IsSet

func (NullableTaxReportingClassification) MarshalJSON

func (v NullableTaxReportingClassification) MarshalJSON() ([]byte, error)

func (*NullableTaxReportingClassification) Set

func (*NullableTaxReportingClassification) UnmarshalJSON

func (v *NullableTaxReportingClassification) UnmarshalJSON(src []byte) error

func (*NullableTaxReportingClassification) Unset

type NullableTermsOfServiceAcceptanceInfo

type NullableTermsOfServiceAcceptanceInfo struct {
	// contains filtered or unexported fields
}

func (NullableTermsOfServiceAcceptanceInfo) Get

func (NullableTermsOfServiceAcceptanceInfo) IsSet

func (NullableTermsOfServiceAcceptanceInfo) MarshalJSON

func (v NullableTermsOfServiceAcceptanceInfo) MarshalJSON() ([]byte, error)

func (*NullableTermsOfServiceAcceptanceInfo) Set

func (*NullableTermsOfServiceAcceptanceInfo) UnmarshalJSON

func (v *NullableTermsOfServiceAcceptanceInfo) UnmarshalJSON(src []byte) error

func (*NullableTermsOfServiceAcceptanceInfo) Unset

type NullableTransferInstrument

type NullableTransferInstrument struct {
	// contains filtered or unexported fields
}

func NewNullableTransferInstrument

func NewNullableTransferInstrument(val *TransferInstrument) *NullableTransferInstrument

func (NullableTransferInstrument) Get

func (NullableTransferInstrument) IsSet

func (v NullableTransferInstrument) IsSet() bool

func (NullableTransferInstrument) MarshalJSON

func (v NullableTransferInstrument) MarshalJSON() ([]byte, error)

func (*NullableTransferInstrument) Set

func (*NullableTransferInstrument) UnmarshalJSON

func (v *NullableTransferInstrument) UnmarshalJSON(src []byte) error

func (*NullableTransferInstrument) Unset

func (v *NullableTransferInstrument) Unset()

type NullableTransferInstrumentInfo

type NullableTransferInstrumentInfo struct {
	// contains filtered or unexported fields
}

func (NullableTransferInstrumentInfo) Get

func (NullableTransferInstrumentInfo) IsSet

func (NullableTransferInstrumentInfo) MarshalJSON

func (v NullableTransferInstrumentInfo) MarshalJSON() ([]byte, error)

func (*NullableTransferInstrumentInfo) Set

func (*NullableTransferInstrumentInfo) UnmarshalJSON

func (v *NullableTransferInstrumentInfo) UnmarshalJSON(src []byte) error

func (*NullableTransferInstrumentInfo) Unset

func (v *NullableTransferInstrumentInfo) Unset()

type NullableTransferInstrumentReference

type NullableTransferInstrumentReference struct {
	// contains filtered or unexported fields
}

func (NullableTransferInstrumentReference) Get

func (NullableTransferInstrumentReference) IsSet

func (NullableTransferInstrumentReference) MarshalJSON

func (v NullableTransferInstrumentReference) MarshalJSON() ([]byte, error)

func (*NullableTransferInstrumentReference) Set

func (*NullableTransferInstrumentReference) UnmarshalJSON

func (v *NullableTransferInstrumentReference) UnmarshalJSON(src []byte) error

func (*NullableTransferInstrumentReference) Unset

type NullableUKLocalAccountIdentification

type NullableUKLocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableUKLocalAccountIdentification) Get

func (NullableUKLocalAccountIdentification) IsSet

func (NullableUKLocalAccountIdentification) MarshalJSON

func (v NullableUKLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableUKLocalAccountIdentification) Set

func (*NullableUKLocalAccountIdentification) UnmarshalJSON

func (v *NullableUKLocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableUKLocalAccountIdentification) Unset

type NullableUSLocalAccountIdentification

type NullableUSLocalAccountIdentification struct {
	// contains filtered or unexported fields
}

func (NullableUSLocalAccountIdentification) Get

func (NullableUSLocalAccountIdentification) IsSet

func (NullableUSLocalAccountIdentification) MarshalJSON

func (v NullableUSLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*NullableUSLocalAccountIdentification) Set

func (*NullableUSLocalAccountIdentification) UnmarshalJSON

func (v *NullableUSLocalAccountIdentification) UnmarshalJSON(src []byte) error

func (*NullableUSLocalAccountIdentification) Unset

type NullableVerificationDeadline added in v7.1.0

type NullableVerificationDeadline struct {
	// contains filtered or unexported fields
}

func NewNullableVerificationDeadline added in v7.1.0

func NewNullableVerificationDeadline(val *VerificationDeadline) *NullableVerificationDeadline

func (NullableVerificationDeadline) Get added in v7.1.0

func (NullableVerificationDeadline) IsSet added in v7.1.0

func (NullableVerificationDeadline) MarshalJSON added in v7.1.0

func (v NullableVerificationDeadline) MarshalJSON() ([]byte, error)

func (*NullableVerificationDeadline) Set added in v7.1.0

func (*NullableVerificationDeadline) UnmarshalJSON added in v7.1.0

func (v *NullableVerificationDeadline) UnmarshalJSON(src []byte) error

func (*NullableVerificationDeadline) Unset added in v7.1.0

func (v *NullableVerificationDeadline) Unset()

type NullableVerificationError

type NullableVerificationError struct {
	// contains filtered or unexported fields
}

func NewNullableVerificationError

func NewNullableVerificationError(val *VerificationError) *NullableVerificationError

func (NullableVerificationError) Get

func (NullableVerificationError) IsSet

func (v NullableVerificationError) IsSet() bool

func (NullableVerificationError) MarshalJSON

func (v NullableVerificationError) MarshalJSON() ([]byte, error)

func (*NullableVerificationError) Set

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 (NullableVerificationErrorRecursive) Get

func (NullableVerificationErrorRecursive) IsSet

func (NullableVerificationErrorRecursive) MarshalJSON

func (v NullableVerificationErrorRecursive) MarshalJSON() ([]byte, error)

func (*NullableVerificationErrorRecursive) Set

func (*NullableVerificationErrorRecursive) UnmarshalJSON

func (v *NullableVerificationErrorRecursive) UnmarshalJSON(src []byte) error

func (*NullableVerificationErrorRecursive) Unset

type NullableVerificationErrors

type NullableVerificationErrors struct {
	// contains filtered or unexported fields
}

func NewNullableVerificationErrors

func NewNullableVerificationErrors(val *VerificationErrors) *NullableVerificationErrors

func (NullableVerificationErrors) Get

func (NullableVerificationErrors) IsSet

func (v NullableVerificationErrors) IsSet() bool

func (NullableVerificationErrors) MarshalJSON

func (v NullableVerificationErrors) MarshalJSON() ([]byte, error)

func (*NullableVerificationErrors) Set

func (*NullableVerificationErrors) UnmarshalJSON

func (v *NullableVerificationErrors) UnmarshalJSON(src []byte) error

func (*NullableVerificationErrors) Unset

func (v *NullableVerificationErrors) Unset()

type NullableWebData

type NullableWebData struct {
	// contains filtered or unexported fields
}

func NewNullableWebData

func NewNullableWebData(val *WebData) *NullableWebData

func (NullableWebData) Get

func (v NullableWebData) Get() *WebData

func (NullableWebData) IsSet

func (v NullableWebData) IsSet() bool

func (NullableWebData) MarshalJSON

func (v NullableWebData) MarshalJSON() ([]byte, error)

func (*NullableWebData) Set

func (v *NullableWebData) Set(val *WebData)

func (*NullableWebData) UnmarshalJSON

func (v *NullableWebData) UnmarshalJSON(src []byte) error

func (*NullableWebData) Unset

func (v *NullableWebData) Unset()

type NullableWebDataExemption

type NullableWebDataExemption struct {
	// contains filtered or unexported fields
}

func NewNullableWebDataExemption

func NewNullableWebDataExemption(val *WebDataExemption) *NullableWebDataExemption

func (NullableWebDataExemption) Get

func (NullableWebDataExemption) IsSet

func (v NullableWebDataExemption) IsSet() bool

func (NullableWebDataExemption) MarshalJSON

func (v NullableWebDataExemption) MarshalJSON() ([]byte, error)

func (*NullableWebDataExemption) Set

func (*NullableWebDataExemption) UnmarshalJSON

func (v *NullableWebDataExemption) UnmarshalJSON(src []byte) error

func (*NullableWebDataExemption) Unset

func (v *NullableWebDataExemption) Unset()

type NumberAndBicAccountIdentification

type NumberAndBicAccountIdentification struct {
	// The bank account number, without separators or whitespace. The length and format depends on the bank or country.
	AccountNumber                string                        `json:"accountNumber"`
	AdditionalBankIdentification *AdditionalBankIdentification `json:"additionalBankIdentification,omitempty"`
	// The bank's 8- or 11-character BIC or SWIFT code.
	Bic string `json:"bic"`
	// **numberAndBic**
	Type string `json:"type"`
}

NumberAndBicAccountIdentification struct for NumberAndBicAccountIdentification

func NewNumberAndBicAccountIdentification

func NewNumberAndBicAccountIdentification(accountNumber string, bic string, type_ string) *NumberAndBicAccountIdentification

NewNumberAndBicAccountIdentification instantiates a new NumberAndBicAccountIdentification 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 NewNumberAndBicAccountIdentificationWithDefaults

func NewNumberAndBicAccountIdentificationWithDefaults() *NumberAndBicAccountIdentification

NewNumberAndBicAccountIdentificationWithDefaults instantiates a new NumberAndBicAccountIdentification 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 (*NumberAndBicAccountIdentification) GetAccountNumber

func (o *NumberAndBicAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*NumberAndBicAccountIdentification) GetAccountNumberOk

func (o *NumberAndBicAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*NumberAndBicAccountIdentification) GetAdditionalBankIdentification

func (o *NumberAndBicAccountIdentification) GetAdditionalBankIdentification() AdditionalBankIdentification

GetAdditionalBankIdentification returns the AdditionalBankIdentification field value if set, zero value otherwise.

func (*NumberAndBicAccountIdentification) GetAdditionalBankIdentificationOk

func (o *NumberAndBicAccountIdentification) GetAdditionalBankIdentificationOk() (*AdditionalBankIdentification, bool)

GetAdditionalBankIdentificationOk returns a tuple with the AdditionalBankIdentification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NumberAndBicAccountIdentification) GetBic

GetBic returns the Bic field value

func (*NumberAndBicAccountIdentification) GetBicOk

func (o *NumberAndBicAccountIdentification) GetBicOk() (*string, bool)

GetBicOk returns a tuple with the Bic field value and a boolean to check if the value has been set.

func (*NumberAndBicAccountIdentification) GetType

GetType returns the Type field value

func (*NumberAndBicAccountIdentification) GetTypeOk

func (o *NumberAndBicAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*NumberAndBicAccountIdentification) HasAdditionalBankIdentification

func (o *NumberAndBicAccountIdentification) HasAdditionalBankIdentification() bool

HasAdditionalBankIdentification returns a boolean if a field has been set.

func (NumberAndBicAccountIdentification) MarshalJSON

func (o NumberAndBicAccountIdentification) MarshalJSON() ([]byte, error)

func (*NumberAndBicAccountIdentification) SetAccountNumber

func (o *NumberAndBicAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*NumberAndBicAccountIdentification) SetAdditionalBankIdentification

func (o *NumberAndBicAccountIdentification) SetAdditionalBankIdentification(v AdditionalBankIdentification)

SetAdditionalBankIdentification gets a reference to the given AdditionalBankIdentification and assigns it to the AdditionalBankIdentification field.

func (*NumberAndBicAccountIdentification) SetBic

SetBic sets field value

func (*NumberAndBicAccountIdentification) SetType

SetType sets field value

func (NumberAndBicAccountIdentification) ToMap

func (o NumberAndBicAccountIdentification) ToMap() (map[string]interface{}, error)
type OnboardingLink struct {
	// The URL of the hosted onboarding page where you need to redirect your user. This URL expires after 4 minutes and can only be used once.  If the link expires, you need to create a new link.
	Url *string `json:"url,omitempty"`
}

OnboardingLink struct for OnboardingLink

func NewOnboardingLink() *OnboardingLink

NewOnboardingLink instantiates a new OnboardingLink 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 NewOnboardingLinkWithDefaults

func NewOnboardingLinkWithDefaults() *OnboardingLink

NewOnboardingLinkWithDefaults instantiates a new OnboardingLink 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 (*OnboardingLink) GetUrl

func (o *OnboardingLink) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*OnboardingLink) GetUrlOk

func (o *OnboardingLink) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingLink) HasUrl

func (o *OnboardingLink) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (OnboardingLink) MarshalJSON

func (o OnboardingLink) MarshalJSON() ([]byte, error)

func (*OnboardingLink) SetUrl

func (o *OnboardingLink) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (OnboardingLink) ToMap

func (o OnboardingLink) ToMap() (map[string]interface{}, error)

type OnboardingLinkInfo

type OnboardingLinkInfo struct {
	// The language that will be used for the page, specified by a combination of two letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language and [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country codes. See [possible values](https://docs.adyen.com/marketplaces-and-platforms/collect-verification-details/hosted#supported-languages).   If not specified in the request or if the language is not supported, the page uses the browser language. If the browser language is not supported, the page uses **en-US** by default.
	Locale *string `json:"locale,omitempty"`
	// The URL where the user is redirected after they complete hosted onboarding.
	RedirectUrl *string `json:"redirectUrl,omitempty"`
	// Boolean key-value pairs indicating the settings for the hosted onboarding page. The keys are the settings.  Possible keys:  By default, these values are set to **true**. Set to **false** to not allow the action.  - **changeLegalEntityType**: The user can change their legal entity type.  - **editPrefilledCountry**: The user can change the country of their legal entity's address, for example the registered address of an organization.  By default, this value is set to **false**. Set to **true** to allow the action.  - **allowBankAccountFormatSelection**: The user can select the format for their payout account if applicable.  - **allowIntraRegionCrossBorderPayout**: The user can select a payout account in a different EU/EEA country than the country of their legal entity.
	Settings *map[string]bool `json:"settings,omitempty"`
	// The unique identifier of the hosted onboarding theme.
	ThemeId *string `json:"themeId,omitempty"`
}

OnboardingLinkInfo struct for OnboardingLinkInfo

func NewOnboardingLinkInfo

func NewOnboardingLinkInfo() *OnboardingLinkInfo

NewOnboardingLinkInfo instantiates a new OnboardingLinkInfo 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 NewOnboardingLinkInfoWithDefaults

func NewOnboardingLinkInfoWithDefaults() *OnboardingLinkInfo

NewOnboardingLinkInfoWithDefaults instantiates a new OnboardingLinkInfo 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 (*OnboardingLinkInfo) GetLocale

func (o *OnboardingLinkInfo) GetLocale() string

GetLocale returns the Locale field value if set, zero value otherwise.

func (*OnboardingLinkInfo) GetLocaleOk

func (o *OnboardingLinkInfo) GetLocaleOk() (*string, bool)

GetLocaleOk returns a tuple with the Locale field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingLinkInfo) GetRedirectUrl

func (o *OnboardingLinkInfo) GetRedirectUrl() string

GetRedirectUrl returns the RedirectUrl field value if set, zero value otherwise.

func (*OnboardingLinkInfo) GetRedirectUrlOk

func (o *OnboardingLinkInfo) GetRedirectUrlOk() (*string, bool)

GetRedirectUrlOk returns a tuple with the RedirectUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingLinkInfo) GetSettings

func (o *OnboardingLinkInfo) GetSettings() map[string]bool

GetSettings returns the Settings field value if set, zero value otherwise.

func (*OnboardingLinkInfo) GetSettingsOk

func (o *OnboardingLinkInfo) GetSettingsOk() (*map[string]bool, bool)

GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingLinkInfo) GetThemeId

func (o *OnboardingLinkInfo) GetThemeId() string

GetThemeId returns the ThemeId field value if set, zero value otherwise.

func (*OnboardingLinkInfo) GetThemeIdOk

func (o *OnboardingLinkInfo) GetThemeIdOk() (*string, bool)

GetThemeIdOk returns a tuple with the ThemeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingLinkInfo) HasLocale

func (o *OnboardingLinkInfo) HasLocale() bool

HasLocale returns a boolean if a field has been set.

func (*OnboardingLinkInfo) HasRedirectUrl

func (o *OnboardingLinkInfo) HasRedirectUrl() bool

HasRedirectUrl returns a boolean if a field has been set.

func (*OnboardingLinkInfo) HasSettings

func (o *OnboardingLinkInfo) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*OnboardingLinkInfo) HasThemeId

func (o *OnboardingLinkInfo) HasThemeId() bool

HasThemeId returns a boolean if a field has been set.

func (OnboardingLinkInfo) MarshalJSON

func (o OnboardingLinkInfo) MarshalJSON() ([]byte, error)

func (*OnboardingLinkInfo) SetLocale

func (o *OnboardingLinkInfo) SetLocale(v string)

SetLocale gets a reference to the given string and assigns it to the Locale field.

func (*OnboardingLinkInfo) SetRedirectUrl

func (o *OnboardingLinkInfo) SetRedirectUrl(v string)

SetRedirectUrl gets a reference to the given string and assigns it to the RedirectUrl field.

func (*OnboardingLinkInfo) SetSettings

func (o *OnboardingLinkInfo) SetSettings(v map[string]bool)

SetSettings gets a reference to the given map[string]bool and assigns it to the Settings field.

func (*OnboardingLinkInfo) SetThemeId

func (o *OnboardingLinkInfo) SetThemeId(v string)

SetThemeId gets a reference to the given string and assigns it to the ThemeId field.

func (OnboardingLinkInfo) ToMap

func (o OnboardingLinkInfo) ToMap() (map[string]interface{}, error)

type OnboardingTheme

type OnboardingTheme struct {
	// The creation date of the theme.
	CreatedAt time.Time `json:"createdAt"`
	// The description of the theme.
	Description *string `json:"description,omitempty"`
	// The unique identifier of the theme.
	Id string `json:"id"`
	// The properties of the theme.
	Properties map[string]string `json:"properties"`
	// The date when the theme was last updated.
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}

OnboardingTheme struct for OnboardingTheme

func NewOnboardingTheme

func NewOnboardingTheme(createdAt time.Time, id string, properties map[string]string) *OnboardingTheme

NewOnboardingTheme instantiates a new OnboardingTheme 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 NewOnboardingThemeWithDefaults

func NewOnboardingThemeWithDefaults() *OnboardingTheme

NewOnboardingThemeWithDefaults instantiates a new OnboardingTheme 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 (*OnboardingTheme) GetCreatedAt

func (o *OnboardingTheme) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*OnboardingTheme) GetCreatedAtOk

func (o *OnboardingTheme) 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 (*OnboardingTheme) GetDescription

func (o *OnboardingTheme) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*OnboardingTheme) GetDescriptionOk

func (o *OnboardingTheme) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingTheme) GetId

func (o *OnboardingTheme) GetId() string

GetId returns the Id field value

func (*OnboardingTheme) GetIdOk

func (o *OnboardingTheme) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*OnboardingTheme) GetProperties

func (o *OnboardingTheme) GetProperties() map[string]string

GetProperties returns the Properties field value

func (*OnboardingTheme) GetPropertiesOk

func (o *OnboardingTheme) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*OnboardingTheme) GetUpdatedAt

func (o *OnboardingTheme) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*OnboardingTheme) GetUpdatedAtOk

func (o *OnboardingTheme) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingTheme) HasDescription

func (o *OnboardingTheme) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*OnboardingTheme) HasUpdatedAt

func (o *OnboardingTheme) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (OnboardingTheme) MarshalJSON

func (o OnboardingTheme) MarshalJSON() ([]byte, error)

func (*OnboardingTheme) SetCreatedAt

func (o *OnboardingTheme) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*OnboardingTheme) SetDescription

func (o *OnboardingTheme) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*OnboardingTheme) SetId

func (o *OnboardingTheme) SetId(v string)

SetId sets field value

func (*OnboardingTheme) SetProperties

func (o *OnboardingTheme) SetProperties(v map[string]string)

SetProperties sets field value

func (*OnboardingTheme) SetUpdatedAt

func (o *OnboardingTheme) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (OnboardingTheme) ToMap

func (o OnboardingTheme) ToMap() (map[string]interface{}, error)

type OnboardingThemes

type OnboardingThemes struct {
	// The next page. Only present if there is a next page.
	Next *string `json:"next,omitempty"`
	// The previous page. Only present if there is a previous page.
	Previous *string `json:"previous,omitempty"`
	// List of onboarding themes.
	Themes []OnboardingTheme `json:"themes"`
}

OnboardingThemes struct for OnboardingThemes

func NewOnboardingThemes

func NewOnboardingThemes(themes []OnboardingTheme) *OnboardingThemes

NewOnboardingThemes instantiates a new OnboardingThemes 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 NewOnboardingThemesWithDefaults

func NewOnboardingThemesWithDefaults() *OnboardingThemes

NewOnboardingThemesWithDefaults instantiates a new OnboardingThemes 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 (*OnboardingThemes) GetNext

func (o *OnboardingThemes) GetNext() string

GetNext returns the Next field value if set, zero value otherwise.

func (*OnboardingThemes) GetNextOk

func (o *OnboardingThemes) GetNextOk() (*string, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingThemes) GetPrevious

func (o *OnboardingThemes) GetPrevious() string

GetPrevious returns the Previous field value if set, zero value otherwise.

func (*OnboardingThemes) GetPreviousOk

func (o *OnboardingThemes) GetPreviousOk() (*string, bool)

GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnboardingThemes) GetThemes

func (o *OnboardingThemes) GetThemes() []OnboardingTheme

GetThemes returns the Themes field value

func (*OnboardingThemes) GetThemesOk

func (o *OnboardingThemes) GetThemesOk() ([]OnboardingTheme, bool)

GetThemesOk returns a tuple with the Themes field value and a boolean to check if the value has been set.

func (*OnboardingThemes) HasNext

func (o *OnboardingThemes) HasNext() bool

HasNext returns a boolean if a field has been set.

func (*OnboardingThemes) HasPrevious

func (o *OnboardingThemes) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

func (OnboardingThemes) MarshalJSON

func (o OnboardingThemes) MarshalJSON() ([]byte, error)

func (*OnboardingThemes) SetNext

func (o *OnboardingThemes) SetNext(v string)

SetNext gets a reference to the given string and assigns it to the Next field.

func (*OnboardingThemes) SetPrevious

func (o *OnboardingThemes) SetPrevious(v string)

SetPrevious gets a reference to the given string and assigns it to the Previous field.

func (*OnboardingThemes) SetThemes

func (o *OnboardingThemes) SetThemes(v []OnboardingTheme)

SetThemes sets field value

func (OnboardingThemes) ToMap

func (o OnboardingThemes) ToMap() (map[string]interface{}, error)

type Organization

type Organization struct {
	// The date when the organization was incorporated in YYYY-MM-DD format.
	DateOfIncorporation *string `json:"dateOfIncorporation,omitempty"`
	// Your description for the organization.
	Description *string `json:"description,omitempty"`
	// The organization's trading name, if different from the registered legal name.
	DoingBusinessAs *string `json:"doingBusinessAs,omitempty"`
	// The email address of the legal entity.
	Email *string `json:"email,omitempty"`
	// The organization's legal name.
	LegalName                string       `json:"legalName"`
	Phone                    *PhoneNumber `json:"phone,omitempty"`
	PrincipalPlaceOfBusiness *Address     `json:"principalPlaceOfBusiness,omitempty"`
	RegisteredAddress        Address      `json:"registeredAddress"`
	// The organization's registration number.
	RegistrationNumber *string    `json:"registrationNumber,omitempty"`
	StockData          *StockData `json:"stockData,omitempty"`
	// The tax information of the organization.
	TaxInformation             []TaxInformation            `json:"taxInformation,omitempty"`
	TaxReportingClassification *TaxReportingClassification `json:"taxReportingClassification,omitempty"`
	// Type of organization.  Possible values: **associationIncorporated**, **governmentalOrganization**, **listedPublicCompany**, **nonProfit**, **partnershipIncorporated**, **privateCompany**.
	Type *string `json:"type,omitempty"`
	// The reason the organization has not provided a VAT number.  Possible values: **industryExemption**, **belowTaxThreshold**.
	VatAbsenceReason *string `json:"vatAbsenceReason,omitempty"`
	// The organization's VAT number.
	VatNumber *string  `json:"vatNumber,omitempty"`
	WebData   *WebData `json:"webData,omitempty"`
}

Organization struct for Organization

func NewOrganization

func NewOrganization(legalName string, registeredAddress Address) *Organization

NewOrganization instantiates a new Organization 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 NewOrganizationWithDefaults

func NewOrganizationWithDefaults() *Organization

NewOrganizationWithDefaults instantiates a new Organization 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 (*Organization) GetDateOfIncorporation

func (o *Organization) GetDateOfIncorporation() string

GetDateOfIncorporation returns the DateOfIncorporation field value if set, zero value otherwise.

func (*Organization) GetDateOfIncorporationOk

func (o *Organization) GetDateOfIncorporationOk() (*string, bool)

GetDateOfIncorporationOk returns a tuple with the DateOfIncorporation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetDescription

func (o *Organization) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Organization) GetDescriptionOk

func (o *Organization) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetDoingBusinessAs

func (o *Organization) GetDoingBusinessAs() string

GetDoingBusinessAs returns the DoingBusinessAs field value if set, zero value otherwise.

func (*Organization) GetDoingBusinessAsOk

func (o *Organization) GetDoingBusinessAsOk() (*string, bool)

GetDoingBusinessAsOk returns a tuple with the DoingBusinessAs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetEmail

func (o *Organization) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*Organization) GetEmailOk

func (o *Organization) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetLegalName

func (o *Organization) GetLegalName() string

GetLegalName returns the LegalName field value

func (*Organization) GetLegalNameOk

func (o *Organization) GetLegalNameOk() (*string, bool)

GetLegalNameOk returns a tuple with the LegalName field value and a boolean to check if the value has been set.

func (*Organization) GetPhone

func (o *Organization) GetPhone() PhoneNumber

GetPhone returns the Phone field value if set, zero value otherwise.

func (*Organization) GetPhoneOk

func (o *Organization) GetPhoneOk() (*PhoneNumber, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetPrincipalPlaceOfBusiness

func (o *Organization) GetPrincipalPlaceOfBusiness() Address

GetPrincipalPlaceOfBusiness returns the PrincipalPlaceOfBusiness field value if set, zero value otherwise.

func (*Organization) GetPrincipalPlaceOfBusinessOk

func (o *Organization) GetPrincipalPlaceOfBusinessOk() (*Address, bool)

GetPrincipalPlaceOfBusinessOk returns a tuple with the PrincipalPlaceOfBusiness field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetRegisteredAddress

func (o *Organization) GetRegisteredAddress() Address

GetRegisteredAddress returns the RegisteredAddress field value

func (*Organization) GetRegisteredAddressOk

func (o *Organization) GetRegisteredAddressOk() (*Address, bool)

GetRegisteredAddressOk returns a tuple with the RegisteredAddress field value and a boolean to check if the value has been set.

func (*Organization) GetRegistrationNumber

func (o *Organization) GetRegistrationNumber() string

GetRegistrationNumber returns the RegistrationNumber field value if set, zero value otherwise.

func (*Organization) GetRegistrationNumberOk

func (o *Organization) GetRegistrationNumberOk() (*string, bool)

GetRegistrationNumberOk returns a tuple with the RegistrationNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetStockData

func (o *Organization) GetStockData() StockData

GetStockData returns the StockData field value if set, zero value otherwise.

func (*Organization) GetStockDataOk

func (o *Organization) GetStockDataOk() (*StockData, bool)

GetStockDataOk returns a tuple with the StockData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetTaxInformation

func (o *Organization) GetTaxInformation() []TaxInformation

GetTaxInformation returns the TaxInformation field value if set, zero value otherwise.

func (*Organization) GetTaxInformationOk

func (o *Organization) GetTaxInformationOk() ([]TaxInformation, bool)

GetTaxInformationOk returns a tuple with the TaxInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetTaxReportingClassification

func (o *Organization) GetTaxReportingClassification() TaxReportingClassification

GetTaxReportingClassification returns the TaxReportingClassification field value if set, zero value otherwise.

func (*Organization) GetTaxReportingClassificationOk

func (o *Organization) GetTaxReportingClassificationOk() (*TaxReportingClassification, bool)

GetTaxReportingClassificationOk returns a tuple with the TaxReportingClassification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetType

func (o *Organization) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Organization) GetTypeOk

func (o *Organization) 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 (*Organization) GetVatAbsenceReason

func (o *Organization) GetVatAbsenceReason() string

GetVatAbsenceReason returns the VatAbsenceReason field value if set, zero value otherwise.

func (*Organization) GetVatAbsenceReasonOk

func (o *Organization) GetVatAbsenceReasonOk() (*string, bool)

GetVatAbsenceReasonOk returns a tuple with the VatAbsenceReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetVatNumber

func (o *Organization) GetVatNumber() string

GetVatNumber returns the VatNumber field value if set, zero value otherwise.

func (*Organization) GetVatNumberOk

func (o *Organization) GetVatNumberOk() (*string, bool)

GetVatNumberOk returns a tuple with the VatNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetWebData

func (o *Organization) GetWebData() WebData

GetWebData returns the WebData field value if set, zero value otherwise.

func (*Organization) GetWebDataOk

func (o *Organization) GetWebDataOk() (*WebData, bool)

GetWebDataOk returns a tuple with the WebData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) HasDateOfIncorporation

func (o *Organization) HasDateOfIncorporation() bool

HasDateOfIncorporation returns a boolean if a field has been set.

func (*Organization) HasDescription

func (o *Organization) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Organization) HasDoingBusinessAs

func (o *Organization) HasDoingBusinessAs() bool

HasDoingBusinessAs returns a boolean if a field has been set.

func (*Organization) HasEmail

func (o *Organization) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*Organization) HasPhone

func (o *Organization) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*Organization) HasPrincipalPlaceOfBusiness

func (o *Organization) HasPrincipalPlaceOfBusiness() bool

HasPrincipalPlaceOfBusiness returns a boolean if a field has been set.

func (*Organization) HasRegistrationNumber

func (o *Organization) HasRegistrationNumber() bool

HasRegistrationNumber returns a boolean if a field has been set.

func (*Organization) HasStockData

func (o *Organization) HasStockData() bool

HasStockData returns a boolean if a field has been set.

func (*Organization) HasTaxInformation

func (o *Organization) HasTaxInformation() bool

HasTaxInformation returns a boolean if a field has been set.

func (*Organization) HasTaxReportingClassification

func (o *Organization) HasTaxReportingClassification() bool

HasTaxReportingClassification returns a boolean if a field has been set.

func (*Organization) HasType

func (o *Organization) HasType() bool

HasType returns a boolean if a field has been set.

func (*Organization) HasVatAbsenceReason

func (o *Organization) HasVatAbsenceReason() bool

HasVatAbsenceReason returns a boolean if a field has been set.

func (*Organization) HasVatNumber

func (o *Organization) HasVatNumber() bool

HasVatNumber returns a boolean if a field has been set.

func (*Organization) HasWebData

func (o *Organization) HasWebData() bool

HasWebData returns a boolean if a field has been set.

func (Organization) MarshalJSON

func (o Organization) MarshalJSON() ([]byte, error)

func (*Organization) SetDateOfIncorporation

func (o *Organization) SetDateOfIncorporation(v string)

SetDateOfIncorporation gets a reference to the given string and assigns it to the DateOfIncorporation field.

func (*Organization) SetDescription

func (o *Organization) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Organization) SetDoingBusinessAs

func (o *Organization) SetDoingBusinessAs(v string)

SetDoingBusinessAs gets a reference to the given string and assigns it to the DoingBusinessAs field.

func (*Organization) SetEmail

func (o *Organization) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*Organization) SetLegalName

func (o *Organization) SetLegalName(v string)

SetLegalName sets field value

func (*Organization) SetPhone

func (o *Organization) SetPhone(v PhoneNumber)

SetPhone gets a reference to the given PhoneNumber and assigns it to the Phone field.

func (*Organization) SetPrincipalPlaceOfBusiness

func (o *Organization) SetPrincipalPlaceOfBusiness(v Address)

SetPrincipalPlaceOfBusiness gets a reference to the given Address and assigns it to the PrincipalPlaceOfBusiness field.

func (*Organization) SetRegisteredAddress

func (o *Organization) SetRegisteredAddress(v Address)

SetRegisteredAddress sets field value

func (*Organization) SetRegistrationNumber

func (o *Organization) SetRegistrationNumber(v string)

SetRegistrationNumber gets a reference to the given string and assigns it to the RegistrationNumber field.

func (*Organization) SetStockData

func (o *Organization) SetStockData(v StockData)

SetStockData gets a reference to the given StockData and assigns it to the StockData field.

func (*Organization) SetTaxInformation

func (o *Organization) SetTaxInformation(v []TaxInformation)

SetTaxInformation gets a reference to the given []TaxInformation and assigns it to the TaxInformation field.

func (*Organization) SetTaxReportingClassification

func (o *Organization) SetTaxReportingClassification(v TaxReportingClassification)

SetTaxReportingClassification gets a reference to the given TaxReportingClassification and assigns it to the TaxReportingClassification field.

func (*Organization) SetType

func (o *Organization) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Organization) SetVatAbsenceReason

func (o *Organization) SetVatAbsenceReason(v string)

SetVatAbsenceReason gets a reference to the given string and assigns it to the VatAbsenceReason field.

func (*Organization) SetVatNumber

func (o *Organization) SetVatNumber(v string)

SetVatNumber gets a reference to the given string and assigns it to the VatNumber field.

func (*Organization) SetWebData

func (o *Organization) SetWebData(v WebData)

SetWebData gets a reference to the given WebData and assigns it to the WebData field.

func (Organization) ToMap

func (o Organization) ToMap() (map[string]interface{}, error)

type OwnerEntity

type OwnerEntity struct {
	// Unique identifier of the resource that owns the document. For `type` **legalEntity**, this value is the unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id). For `type` **bankAccount**, this value is the unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments#responses-200-id).
	Id string `json:"id"`
	// Type of resource that owns the document.  Possible values: **legalEntity**, **bankAccount**.
	Type string `json:"type"`
}

OwnerEntity struct for OwnerEntity

func NewOwnerEntity

func NewOwnerEntity(id string, type_ string) *OwnerEntity

NewOwnerEntity instantiates a new OwnerEntity 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 NewOwnerEntityWithDefaults

func NewOwnerEntityWithDefaults() *OwnerEntity

NewOwnerEntityWithDefaults instantiates a new OwnerEntity 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 (*OwnerEntity) GetId

func (o *OwnerEntity) GetId() string

GetId returns the Id field value

func (*OwnerEntity) GetIdOk

func (o *OwnerEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*OwnerEntity) GetType

func (o *OwnerEntity) GetType() string

GetType returns the Type field value

func (*OwnerEntity) GetTypeOk

func (o *OwnerEntity) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (OwnerEntity) MarshalJSON

func (o OwnerEntity) MarshalJSON() ([]byte, error)

func (*OwnerEntity) SetId

func (o *OwnerEntity) SetId(v string)

SetId sets field value

func (*OwnerEntity) SetType

func (o *OwnerEntity) SetType(v string)

SetType sets field value

func (OwnerEntity) ToMap

func (o OwnerEntity) ToMap() (map[string]interface{}, error)

type PCIQuestionnairesApi

type PCIQuestionnairesApi common.Service

PCIQuestionnairesApi service

func (*PCIQuestionnairesApi) GeneratePciQuestionnaire

GeneratePciQuestionnaire Generate PCI questionnaire

Generates the required PCI questionnaire based on the user's [salesChannel](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__reqParam_salesChannels). If multiple questionnaires are required, this request creates a single consodilated document to be signed.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PCIQuestionnairesApiGeneratePciQuestionnaireInput - Request parameters, see GeneratePciQuestionnaireInput @return GeneratePciDescriptionResponse, *http.Response, error

func (*PCIQuestionnairesApi) GeneratePciQuestionnaireInput

Prepare a request for GeneratePciQuestionnaire @param id The legal entity ID of the individual who will sign the PCI questionnaire. @return PCIQuestionnairesApiGeneratePciQuestionnaireInput

func (*PCIQuestionnairesApi) GetPciQuestionnaire

GetPciQuestionnaire Get PCI questionnaire

Returns the signed PCI questionnaire.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PCIQuestionnairesApiGetPciQuestionnaireInput - Request parameters, see GetPciQuestionnaireInput @return GetPciQuestionnaireResponse, *http.Response, error

func (*PCIQuestionnairesApi) GetPciQuestionnaireDetails

GetPciQuestionnaireDetails Get PCI questionnaire details

Get a list of signed PCI questionnaires.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PCIQuestionnairesApiGetPciQuestionnaireDetailsInput - Request parameters, see GetPciQuestionnaireDetailsInput @return GetPciQuestionnaireInfosResponse, *http.Response, error

func (*PCIQuestionnairesApi) GetPciQuestionnaireDetailsInput

Prepare a request for GetPciQuestionnaireDetails @param id The unique identifier of the legal entity to get PCI questionnaire information. @return PCIQuestionnairesApiGetPciQuestionnaireDetailsInput

func (*PCIQuestionnairesApi) GetPciQuestionnaireInput

func (a *PCIQuestionnairesApi) GetPciQuestionnaireInput(id string, pciid string) PCIQuestionnairesApiGetPciQuestionnaireInput

Prepare a request for GetPciQuestionnaire @param id The legal entity ID of the individual who signed the PCI questionnaire.@param pciid The unique identifier of the signed PCI questionnaire. @return PCIQuestionnairesApiGetPciQuestionnaireInput

func (*PCIQuestionnairesApi) SignPciQuestionnaire

SignPciQuestionnaire Sign PCI questionnaire

Signs the required PCI questionnaire.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r PCIQuestionnairesApiSignPciQuestionnaireInput - Request parameters, see SignPciQuestionnaireInput @return PciSigningResponse, *http.Response, error

func (*PCIQuestionnairesApi) SignPciQuestionnaireInput

Prepare a request for SignPciQuestionnaire @param id The legal entity ID of the individual who signed the PCI questionnaire. @return PCIQuestionnairesApiSignPciQuestionnaireInput

type PCIQuestionnairesApiGeneratePciQuestionnaireInput

type PCIQuestionnairesApiGeneratePciQuestionnaireInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by PCIQuestionnairesApi.GeneratePciQuestionnaire

func (PCIQuestionnairesApiGeneratePciQuestionnaireInput) GeneratePciDescriptionRequest

type PCIQuestionnairesApiGetPciQuestionnaireDetailsInput

type PCIQuestionnairesApiGetPciQuestionnaireDetailsInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by PCIQuestionnairesApi.GetPciQuestionnaireDetails

type PCIQuestionnairesApiGetPciQuestionnaireInput

type PCIQuestionnairesApiGetPciQuestionnaireInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by PCIQuestionnairesApi.GetPciQuestionnaire

type PCIQuestionnairesApiSignPciQuestionnaireInput

type PCIQuestionnairesApiSignPciQuestionnaireInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by PCIQuestionnairesApi.SignPciQuestionnaire

func (PCIQuestionnairesApiSignPciQuestionnaireInput) PciSigningRequest

type PLLocalAccountIdentification

type PLLocalAccountIdentification struct {
	// The 26-digit bank account number ([Numer rachunku](https://pl.wikipedia.org/wiki/Numer_Rachunku_Bankowego)), without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// **plLocal**
	Type string `json:"type"`
}

PLLocalAccountIdentification struct for PLLocalAccountIdentification

func NewPLLocalAccountIdentification

func NewPLLocalAccountIdentification(accountNumber string, type_ string) *PLLocalAccountIdentification

NewPLLocalAccountIdentification instantiates a new PLLocalAccountIdentification 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 NewPLLocalAccountIdentificationWithDefaults

func NewPLLocalAccountIdentificationWithDefaults() *PLLocalAccountIdentification

NewPLLocalAccountIdentificationWithDefaults instantiates a new PLLocalAccountIdentification 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 (*PLLocalAccountIdentification) GetAccountNumber

func (o *PLLocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*PLLocalAccountIdentification) GetAccountNumberOk

func (o *PLLocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*PLLocalAccountIdentification) GetType

func (o *PLLocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*PLLocalAccountIdentification) GetTypeOk

func (o *PLLocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PLLocalAccountIdentification) MarshalJSON

func (o PLLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*PLLocalAccountIdentification) SetAccountNumber

func (o *PLLocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*PLLocalAccountIdentification) SetType

func (o *PLLocalAccountIdentification) SetType(v string)

SetType sets field value

func (PLLocalAccountIdentification) ToMap

func (o PLLocalAccountIdentification) ToMap() (map[string]interface{}, error)

type PciDocumentInfo

type PciDocumentInfo struct {
	// The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	// The unique identifier of the signed questionnaire.
	Id *string `json:"id,omitempty"`
	// The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
	ValidUntil *time.Time `json:"validUntil,omitempty"`
}

PciDocumentInfo struct for PciDocumentInfo

func NewPciDocumentInfo

func NewPciDocumentInfo() *PciDocumentInfo

NewPciDocumentInfo instantiates a new PciDocumentInfo 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 NewPciDocumentInfoWithDefaults

func NewPciDocumentInfoWithDefaults() *PciDocumentInfo

NewPciDocumentInfoWithDefaults instantiates a new PciDocumentInfo 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 (*PciDocumentInfo) GetCreatedAt

func (o *PciDocumentInfo) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*PciDocumentInfo) GetCreatedAtOk

func (o *PciDocumentInfo) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PciDocumentInfo) GetId

func (o *PciDocumentInfo) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PciDocumentInfo) GetIdOk

func (o *PciDocumentInfo) 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 (*PciDocumentInfo) GetValidUntil

func (o *PciDocumentInfo) GetValidUntil() time.Time

GetValidUntil returns the ValidUntil field value if set, zero value otherwise.

func (*PciDocumentInfo) GetValidUntilOk

func (o *PciDocumentInfo) GetValidUntilOk() (*time.Time, bool)

GetValidUntilOk returns a tuple with the ValidUntil field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PciDocumentInfo) HasCreatedAt

func (o *PciDocumentInfo) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*PciDocumentInfo) HasId

func (o *PciDocumentInfo) HasId() bool

HasId returns a boolean if a field has been set.

func (*PciDocumentInfo) HasValidUntil

func (o *PciDocumentInfo) HasValidUntil() bool

HasValidUntil returns a boolean if a field has been set.

func (PciDocumentInfo) MarshalJSON

func (o PciDocumentInfo) MarshalJSON() ([]byte, error)

func (*PciDocumentInfo) SetCreatedAt

func (o *PciDocumentInfo) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*PciDocumentInfo) SetId

func (o *PciDocumentInfo) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PciDocumentInfo) SetValidUntil

func (o *PciDocumentInfo) SetValidUntil(v time.Time)

SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.

func (PciDocumentInfo) ToMap

func (o PciDocumentInfo) ToMap() (map[string]interface{}, error)

type PciSigningRequest

type PciSigningRequest struct {
	// The array of Adyen-generated unique identifiers for the questionnaires.
	PciTemplateReferences []string `json:"pciTemplateReferences"`
	// The [legal entity ID](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) of the individual who signs the PCI questionnaire.
	SignedBy string `json:"signedBy"`
}

PciSigningRequest struct for PciSigningRequest

func NewPciSigningRequest

func NewPciSigningRequest(pciTemplateReferences []string, signedBy string) *PciSigningRequest

NewPciSigningRequest instantiates a new PciSigningRequest 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 NewPciSigningRequestWithDefaults

func NewPciSigningRequestWithDefaults() *PciSigningRequest

NewPciSigningRequestWithDefaults instantiates a new PciSigningRequest 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 (*PciSigningRequest) GetPciTemplateReferences

func (o *PciSigningRequest) GetPciTemplateReferences() []string

GetPciTemplateReferences returns the PciTemplateReferences field value

func (*PciSigningRequest) GetPciTemplateReferencesOk

func (o *PciSigningRequest) GetPciTemplateReferencesOk() ([]string, bool)

GetPciTemplateReferencesOk returns a tuple with the PciTemplateReferences field value and a boolean to check if the value has been set.

func (*PciSigningRequest) GetSignedBy

func (o *PciSigningRequest) GetSignedBy() string

GetSignedBy returns the SignedBy field value

func (*PciSigningRequest) GetSignedByOk

func (o *PciSigningRequest) GetSignedByOk() (*string, bool)

GetSignedByOk returns a tuple with the SignedBy field value and a boolean to check if the value has been set.

func (PciSigningRequest) MarshalJSON

func (o PciSigningRequest) MarshalJSON() ([]byte, error)

func (*PciSigningRequest) SetPciTemplateReferences

func (o *PciSigningRequest) SetPciTemplateReferences(v []string)

SetPciTemplateReferences sets field value

func (*PciSigningRequest) SetSignedBy

func (o *PciSigningRequest) SetSignedBy(v string)

SetSignedBy sets field value

func (PciSigningRequest) ToMap

func (o PciSigningRequest) ToMap() (map[string]interface{}, error)

type PciSigningResponse

type PciSigningResponse struct {
	// The unique identifiers of the signed PCI documents.
	PciQuestionnaireIds []string `json:"pciQuestionnaireIds,omitempty"`
	// The [legal entity ID](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) of the individual who signed the PCI questionnaire.
	SignedBy *string `json:"signedBy,omitempty"`
}

PciSigningResponse struct for PciSigningResponse

func NewPciSigningResponse

func NewPciSigningResponse() *PciSigningResponse

NewPciSigningResponse instantiates a new PciSigningResponse 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 NewPciSigningResponseWithDefaults

func NewPciSigningResponseWithDefaults() *PciSigningResponse

NewPciSigningResponseWithDefaults instantiates a new PciSigningResponse 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 (*PciSigningResponse) GetPciQuestionnaireIds

func (o *PciSigningResponse) GetPciQuestionnaireIds() []string

GetPciQuestionnaireIds returns the PciQuestionnaireIds field value if set, zero value otherwise.

func (*PciSigningResponse) GetPciQuestionnaireIdsOk

func (o *PciSigningResponse) GetPciQuestionnaireIdsOk() ([]string, bool)

GetPciQuestionnaireIdsOk returns a tuple with the PciQuestionnaireIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PciSigningResponse) GetSignedBy

func (o *PciSigningResponse) GetSignedBy() string

GetSignedBy returns the SignedBy field value if set, zero value otherwise.

func (*PciSigningResponse) GetSignedByOk

func (o *PciSigningResponse) GetSignedByOk() (*string, bool)

GetSignedByOk returns a tuple with the SignedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PciSigningResponse) HasPciQuestionnaireIds

func (o *PciSigningResponse) HasPciQuestionnaireIds() bool

HasPciQuestionnaireIds returns a boolean if a field has been set.

func (*PciSigningResponse) HasSignedBy

func (o *PciSigningResponse) HasSignedBy() bool

HasSignedBy returns a boolean if a field has been set.

func (PciSigningResponse) MarshalJSON

func (o PciSigningResponse) MarshalJSON() ([]byte, error)

func (*PciSigningResponse) SetPciQuestionnaireIds

func (o *PciSigningResponse) SetPciQuestionnaireIds(v []string)

SetPciQuestionnaireIds gets a reference to the given []string and assigns it to the PciQuestionnaireIds field.

func (*PciSigningResponse) SetSignedBy

func (o *PciSigningResponse) SetSignedBy(v string)

SetSignedBy gets a reference to the given string and assigns it to the SignedBy field.

func (PciSigningResponse) ToMap

func (o PciSigningResponse) ToMap() (map[string]interface{}, error)

type PhoneNumber

type PhoneNumber struct {
	// The full phone number, including the country code. For example, **+3112345678**.
	Number string `json:"number"`
	// The type of phone number.  Possible values: **mobile**, **landline**, **sip**, **fax.**
	Type *string `json:"type,omitempty"`
}

PhoneNumber struct for PhoneNumber

func NewPhoneNumber

func NewPhoneNumber(number string) *PhoneNumber

NewPhoneNumber instantiates a new PhoneNumber 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 NewPhoneNumberWithDefaults

func NewPhoneNumberWithDefaults() *PhoneNumber

NewPhoneNumberWithDefaults instantiates a new PhoneNumber 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 (*PhoneNumber) GetNumber

func (o *PhoneNumber) GetNumber() string

GetNumber returns the Number field value

func (*PhoneNumber) GetNumberOk

func (o *PhoneNumber) GetNumberOk() (*string, bool)

GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.

func (*PhoneNumber) GetType

func (o *PhoneNumber) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PhoneNumber) GetTypeOk

func (o *PhoneNumber) 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 (*PhoneNumber) HasType

func (o *PhoneNumber) HasType() bool

HasType returns a boolean if a field has been set.

func (PhoneNumber) MarshalJSON

func (o PhoneNumber) MarshalJSON() ([]byte, error)

func (*PhoneNumber) SetNumber

func (o *PhoneNumber) SetNumber(v string)

SetNumber sets field value

func (*PhoneNumber) SetType

func (o *PhoneNumber) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (PhoneNumber) ToMap

func (o PhoneNumber) ToMap() (map[string]interface{}, error)

type RemediatingAction

type RemediatingAction struct {
	Code    *string `json:"code,omitempty"`
	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 SELocalAccountIdentification

type SELocalAccountIdentification struct {
	// The 7- to 10-digit bank account number ([Bankkontonummer](https://sv.wikipedia.org/wiki/Bankkonto)), without the clearing number, separators, or whitespace.
	AccountNumber string `json:"accountNumber"`
	// The 4- to 5-digit clearing number ([Clearingnummer](https://sv.wikipedia.org/wiki/Clearingnummer)), without separators or whitespace.
	ClearingNumber string `json:"clearingNumber"`
	// **seLocal**
	Type string `json:"type"`
}

SELocalAccountIdentification struct for SELocalAccountIdentification

func NewSELocalAccountIdentification

func NewSELocalAccountIdentification(accountNumber string, clearingNumber string, type_ string) *SELocalAccountIdentification

NewSELocalAccountIdentification instantiates a new SELocalAccountIdentification 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 NewSELocalAccountIdentificationWithDefaults

func NewSELocalAccountIdentificationWithDefaults() *SELocalAccountIdentification

NewSELocalAccountIdentificationWithDefaults instantiates a new SELocalAccountIdentification 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 (*SELocalAccountIdentification) GetAccountNumber

func (o *SELocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*SELocalAccountIdentification) GetAccountNumberOk

func (o *SELocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*SELocalAccountIdentification) GetClearingNumber

func (o *SELocalAccountIdentification) GetClearingNumber() string

GetClearingNumber returns the ClearingNumber field value

func (*SELocalAccountIdentification) GetClearingNumberOk

func (o *SELocalAccountIdentification) GetClearingNumberOk() (*string, bool)

GetClearingNumberOk returns a tuple with the ClearingNumber field value and a boolean to check if the value has been set.

func (*SELocalAccountIdentification) GetType

func (o *SELocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*SELocalAccountIdentification) GetTypeOk

func (o *SELocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SELocalAccountIdentification) MarshalJSON

func (o SELocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*SELocalAccountIdentification) SetAccountNumber

func (o *SELocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*SELocalAccountIdentification) SetClearingNumber

func (o *SELocalAccountIdentification) SetClearingNumber(v string)

SetClearingNumber sets field value

func (*SELocalAccountIdentification) SetType

func (o *SELocalAccountIdentification) SetType(v string)

SetType sets field value

func (SELocalAccountIdentification) ToMap

func (o SELocalAccountIdentification) ToMap() (map[string]interface{}, error)

type SGLocalAccountIdentification added in v7.1.0

type SGLocalAccountIdentification struct {
	// The 4- to 19-digit bank account number, without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// The bank's 8- or 11-character BIC or SWIFT code.
	Bic string `json:"bic"`
	// **sgLocal**
	Type *string `json:"type,omitempty"`
}

SGLocalAccountIdentification struct for SGLocalAccountIdentification

func NewSGLocalAccountIdentification added in v7.1.0

func NewSGLocalAccountIdentification(accountNumber string, bic string) *SGLocalAccountIdentification

NewSGLocalAccountIdentification instantiates a new SGLocalAccountIdentification 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 NewSGLocalAccountIdentificationWithDefaults added in v7.1.0

func NewSGLocalAccountIdentificationWithDefaults() *SGLocalAccountIdentification

NewSGLocalAccountIdentificationWithDefaults instantiates a new SGLocalAccountIdentification 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 (*SGLocalAccountIdentification) GetAccountNumber added in v7.1.0

func (o *SGLocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*SGLocalAccountIdentification) GetAccountNumberOk added in v7.1.0

func (o *SGLocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*SGLocalAccountIdentification) GetBic added in v7.1.0

GetBic returns the Bic field value

func (*SGLocalAccountIdentification) GetBicOk added in v7.1.0

func (o *SGLocalAccountIdentification) GetBicOk() (*string, bool)

GetBicOk returns a tuple with the Bic field value and a boolean to check if the value has been set.

func (*SGLocalAccountIdentification) GetType added in v7.1.0

func (o *SGLocalAccountIdentification) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*SGLocalAccountIdentification) GetTypeOk added in v7.1.0

func (o *SGLocalAccountIdentification) 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 (*SGLocalAccountIdentification) HasType added in v7.1.0

func (o *SGLocalAccountIdentification) HasType() bool

HasType returns a boolean if a field has been set.

func (SGLocalAccountIdentification) MarshalJSON added in v7.1.0

func (o SGLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*SGLocalAccountIdentification) SetAccountNumber added in v7.1.0

func (o *SGLocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*SGLocalAccountIdentification) SetBic added in v7.1.0

func (o *SGLocalAccountIdentification) SetBic(v string)

SetBic sets field value

func (*SGLocalAccountIdentification) SetType added in v7.1.0

func (o *SGLocalAccountIdentification) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (SGLocalAccountIdentification) ToMap added in v7.1.0

func (o SGLocalAccountIdentification) ToMap() (map[string]interface{}, error)

type ServiceError

type ServiceError struct {
	// The error code mapped to the error message.
	ErrorCode *string `json:"errorCode,omitempty"`
	// The category of the error.
	ErrorType *string `json:"errorType,omitempty"`
	// A short explanation of the issue.
	Message *string `json:"message,omitempty"`
	// The PSP reference of the payment.
	PspReference *string `json:"pspReference,omitempty"`
	// The HTTP response status.
	Status *int32 `json:"status,omitempty"`
}

ServiceError struct for ServiceError

func NewServiceError

func NewServiceError() *ServiceError

NewServiceError instantiates a new ServiceError 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 NewServiceErrorWithDefaults

func NewServiceErrorWithDefaults() *ServiceError

NewServiceErrorWithDefaults instantiates a new ServiceError 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 (*ServiceError) GetErrorCode

func (o *ServiceError) GetErrorCode() string

GetErrorCode returns the ErrorCode field value if set, zero value otherwise.

func (*ServiceError) GetErrorCodeOk

func (o *ServiceError) GetErrorCodeOk() (*string, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceError) GetErrorType

func (o *ServiceError) GetErrorType() string

GetErrorType returns the ErrorType field value if set, zero value otherwise.

func (*ServiceError) GetErrorTypeOk

func (o *ServiceError) GetErrorTypeOk() (*string, bool)

GetErrorTypeOk returns a tuple with the ErrorType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceError) GetMessage

func (o *ServiceError) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ServiceError) GetMessageOk

func (o *ServiceError) 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 (*ServiceError) GetPspReference

func (o *ServiceError) GetPspReference() string

GetPspReference returns the PspReference field value if set, zero value otherwise.

func (*ServiceError) GetPspReferenceOk

func (o *ServiceError) GetPspReferenceOk() (*string, bool)

GetPspReferenceOk returns a tuple with the PspReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceError) GetStatus

func (o *ServiceError) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*ServiceError) GetStatusOk

func (o *ServiceError) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceError) HasErrorCode

func (o *ServiceError) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

func (*ServiceError) HasErrorType

func (o *ServiceError) HasErrorType() bool

HasErrorType returns a boolean if a field has been set.

func (*ServiceError) HasMessage

func (o *ServiceError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ServiceError) HasPspReference

func (o *ServiceError) HasPspReference() bool

HasPspReference returns a boolean if a field has been set.

func (*ServiceError) HasStatus

func (o *ServiceError) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ServiceError) MarshalJSON

func (o ServiceError) MarshalJSON() ([]byte, error)

func (*ServiceError) SetErrorCode

func (o *ServiceError) SetErrorCode(v string)

SetErrorCode gets a reference to the given string and assigns it to the ErrorCode field.

func (*ServiceError) SetErrorType

func (o *ServiceError) SetErrorType(v string)

SetErrorType gets a reference to the given string and assigns it to the ErrorType field.

func (*ServiceError) SetMessage

func (o *ServiceError) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*ServiceError) SetPspReference

func (o *ServiceError) SetPspReference(v string)

SetPspReference gets a reference to the given string and assigns it to the PspReference field.

func (*ServiceError) SetStatus

func (o *ServiceError) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (ServiceError) ToMap

func (o ServiceError) ToMap() (map[string]interface{}, error)

type SoleProprietorship

type SoleProprietorship struct {
	// The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the governing country.
	CountryOfGoverningLaw string `json:"countryOfGoverningLaw"`
	// The date when the legal arrangement was incorporated in YYYY-MM-DD format.
	DateOfIncorporation *string `json:"dateOfIncorporation,omitempty"`
	// The registered name, if different from the `name`.
	DoingBusinessAs *string `json:"doingBusinessAs,omitempty"`
	// The legal name.
	Name                     string   `json:"name"`
	PrincipalPlaceOfBusiness *Address `json:"principalPlaceOfBusiness,omitempty"`
	RegisteredAddress        Address  `json:"registeredAddress"`
	// The registration number.
	RegistrationNumber *string `json:"registrationNumber,omitempty"`
	// The reason for not providing a VAT number.  Possible values: **industryExemption**, **belowTaxThreshold**.
	VatAbsenceReason *string `json:"vatAbsenceReason,omitempty"`
	// The VAT number.
	VatNumber *string `json:"vatNumber,omitempty"`
}

SoleProprietorship struct for SoleProprietorship

func NewSoleProprietorship

func NewSoleProprietorship(countryOfGoverningLaw string, name string, registeredAddress Address) *SoleProprietorship

NewSoleProprietorship instantiates a new SoleProprietorship 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 NewSoleProprietorshipWithDefaults

func NewSoleProprietorshipWithDefaults() *SoleProprietorship

NewSoleProprietorshipWithDefaults instantiates a new SoleProprietorship 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 (*SoleProprietorship) GetCountryOfGoverningLaw

func (o *SoleProprietorship) GetCountryOfGoverningLaw() string

GetCountryOfGoverningLaw returns the CountryOfGoverningLaw field value

func (*SoleProprietorship) GetCountryOfGoverningLawOk

func (o *SoleProprietorship) GetCountryOfGoverningLawOk() (*string, bool)

GetCountryOfGoverningLawOk returns a tuple with the CountryOfGoverningLaw field value and a boolean to check if the value has been set.

func (*SoleProprietorship) GetDateOfIncorporation

func (o *SoleProprietorship) GetDateOfIncorporation() string

GetDateOfIncorporation returns the DateOfIncorporation field value if set, zero value otherwise.

func (*SoleProprietorship) GetDateOfIncorporationOk

func (o *SoleProprietorship) GetDateOfIncorporationOk() (*string, bool)

GetDateOfIncorporationOk returns a tuple with the DateOfIncorporation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoleProprietorship) GetDoingBusinessAs

func (o *SoleProprietorship) GetDoingBusinessAs() string

GetDoingBusinessAs returns the DoingBusinessAs field value if set, zero value otherwise.

func (*SoleProprietorship) GetDoingBusinessAsOk

func (o *SoleProprietorship) GetDoingBusinessAsOk() (*string, bool)

GetDoingBusinessAsOk returns a tuple with the DoingBusinessAs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoleProprietorship) GetName

func (o *SoleProprietorship) GetName() string

GetName returns the Name field value

func (*SoleProprietorship) GetNameOk

func (o *SoleProprietorship) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SoleProprietorship) GetPrincipalPlaceOfBusiness

func (o *SoleProprietorship) GetPrincipalPlaceOfBusiness() Address

GetPrincipalPlaceOfBusiness returns the PrincipalPlaceOfBusiness field value if set, zero value otherwise.

func (*SoleProprietorship) GetPrincipalPlaceOfBusinessOk

func (o *SoleProprietorship) GetPrincipalPlaceOfBusinessOk() (*Address, bool)

GetPrincipalPlaceOfBusinessOk returns a tuple with the PrincipalPlaceOfBusiness field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoleProprietorship) GetRegisteredAddress

func (o *SoleProprietorship) GetRegisteredAddress() Address

GetRegisteredAddress returns the RegisteredAddress field value

func (*SoleProprietorship) GetRegisteredAddressOk

func (o *SoleProprietorship) GetRegisteredAddressOk() (*Address, bool)

GetRegisteredAddressOk returns a tuple with the RegisteredAddress field value and a boolean to check if the value has been set.

func (*SoleProprietorship) GetRegistrationNumber

func (o *SoleProprietorship) GetRegistrationNumber() string

GetRegistrationNumber returns the RegistrationNumber field value if set, zero value otherwise.

func (*SoleProprietorship) GetRegistrationNumberOk

func (o *SoleProprietorship) GetRegistrationNumberOk() (*string, bool)

GetRegistrationNumberOk returns a tuple with the RegistrationNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoleProprietorship) GetVatAbsenceReason

func (o *SoleProprietorship) GetVatAbsenceReason() string

GetVatAbsenceReason returns the VatAbsenceReason field value if set, zero value otherwise.

func (*SoleProprietorship) GetVatAbsenceReasonOk

func (o *SoleProprietorship) GetVatAbsenceReasonOk() (*string, bool)

GetVatAbsenceReasonOk returns a tuple with the VatAbsenceReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoleProprietorship) GetVatNumber

func (o *SoleProprietorship) GetVatNumber() string

GetVatNumber returns the VatNumber field value if set, zero value otherwise.

func (*SoleProprietorship) GetVatNumberOk

func (o *SoleProprietorship) GetVatNumberOk() (*string, bool)

GetVatNumberOk returns a tuple with the VatNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoleProprietorship) HasDateOfIncorporation

func (o *SoleProprietorship) HasDateOfIncorporation() bool

HasDateOfIncorporation returns a boolean if a field has been set.

func (*SoleProprietorship) HasDoingBusinessAs

func (o *SoleProprietorship) HasDoingBusinessAs() bool

HasDoingBusinessAs returns a boolean if a field has been set.

func (*SoleProprietorship) HasPrincipalPlaceOfBusiness

func (o *SoleProprietorship) HasPrincipalPlaceOfBusiness() bool

HasPrincipalPlaceOfBusiness returns a boolean if a field has been set.

func (*SoleProprietorship) HasRegistrationNumber

func (o *SoleProprietorship) HasRegistrationNumber() bool

HasRegistrationNumber returns a boolean if a field has been set.

func (*SoleProprietorship) HasVatAbsenceReason

func (o *SoleProprietorship) HasVatAbsenceReason() bool

HasVatAbsenceReason returns a boolean if a field has been set.

func (*SoleProprietorship) HasVatNumber

func (o *SoleProprietorship) HasVatNumber() bool

HasVatNumber returns a boolean if a field has been set.

func (SoleProprietorship) MarshalJSON

func (o SoleProprietorship) MarshalJSON() ([]byte, error)

func (*SoleProprietorship) SetCountryOfGoverningLaw

func (o *SoleProprietorship) SetCountryOfGoverningLaw(v string)

SetCountryOfGoverningLaw sets field value

func (*SoleProprietorship) SetDateOfIncorporation

func (o *SoleProprietorship) SetDateOfIncorporation(v string)

SetDateOfIncorporation gets a reference to the given string and assigns it to the DateOfIncorporation field.

func (*SoleProprietorship) SetDoingBusinessAs

func (o *SoleProprietorship) SetDoingBusinessAs(v string)

SetDoingBusinessAs gets a reference to the given string and assigns it to the DoingBusinessAs field.

func (*SoleProprietorship) SetName

func (o *SoleProprietorship) SetName(v string)

SetName sets field value

func (*SoleProprietorship) SetPrincipalPlaceOfBusiness

func (o *SoleProprietorship) SetPrincipalPlaceOfBusiness(v Address)

SetPrincipalPlaceOfBusiness gets a reference to the given Address and assigns it to the PrincipalPlaceOfBusiness field.

func (*SoleProprietorship) SetRegisteredAddress

func (o *SoleProprietorship) SetRegisteredAddress(v Address)

SetRegisteredAddress sets field value

func (*SoleProprietorship) SetRegistrationNumber

func (o *SoleProprietorship) SetRegistrationNumber(v string)

SetRegistrationNumber gets a reference to the given string and assigns it to the RegistrationNumber field.

func (*SoleProprietorship) SetVatAbsenceReason

func (o *SoleProprietorship) SetVatAbsenceReason(v string)

SetVatAbsenceReason gets a reference to the given string and assigns it to the VatAbsenceReason field.

func (*SoleProprietorship) SetVatNumber

func (o *SoleProprietorship) SetVatNumber(v string)

SetVatNumber gets a reference to the given string and assigns it to the VatNumber field.

func (SoleProprietorship) ToMap

func (o SoleProprietorship) ToMap() (map[string]interface{}, error)

type SourceOfFunds

type SourceOfFunds struct {
	// The unique identifier of the business line that will be the source of funds.This must be a business line for a **receivePayments** or **receiveFromPlatformPayments** capability.
	// Deprecated
	AcquiringBusinessLineId *string `json:"acquiringBusinessLineId,omitempty"`
	// Indicates whether the funds are coming from transactions processed by Adyen. If **false**, a `description` is required.
	AdyenProcessedFunds *bool `json:"adyenProcessedFunds,omitempty"`
	// Text describing the source of funds. For example, for `type` **business**, provide a description of where the business transactions come from, such as payments through bank transfer. Required when `adyenProcessedFunds` is **false**.
	Description *string `json:"description,omitempty"`
	// The type of the source of funds. Possible value: **business**.
	Type *string `json:"type,omitempty"`
}

SourceOfFunds struct for SourceOfFunds

func NewSourceOfFunds

func NewSourceOfFunds() *SourceOfFunds

NewSourceOfFunds instantiates a new SourceOfFunds 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 NewSourceOfFundsWithDefaults

func NewSourceOfFundsWithDefaults() *SourceOfFunds

NewSourceOfFundsWithDefaults instantiates a new SourceOfFunds 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 (*SourceOfFunds) GetAcquiringBusinessLineId

func (o *SourceOfFunds) GetAcquiringBusinessLineId() string

GetAcquiringBusinessLineId returns the AcquiringBusinessLineId field value if set, zero value otherwise. Deprecated

func (*SourceOfFunds) GetAcquiringBusinessLineIdOk

func (o *SourceOfFunds) GetAcquiringBusinessLineIdOk() (*string, bool)

GetAcquiringBusinessLineIdOk returns a tuple with the AcquiringBusinessLineId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*SourceOfFunds) GetAdyenProcessedFunds

func (o *SourceOfFunds) GetAdyenProcessedFunds() bool

GetAdyenProcessedFunds returns the AdyenProcessedFunds field value if set, zero value otherwise.

func (*SourceOfFunds) GetAdyenProcessedFundsOk

func (o *SourceOfFunds) GetAdyenProcessedFundsOk() (*bool, bool)

GetAdyenProcessedFundsOk returns a tuple with the AdyenProcessedFunds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceOfFunds) GetDescription

func (o *SourceOfFunds) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SourceOfFunds) GetDescriptionOk

func (o *SourceOfFunds) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceOfFunds) GetType

func (o *SourceOfFunds) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*SourceOfFunds) GetTypeOk

func (o *SourceOfFunds) 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 (*SourceOfFunds) HasAcquiringBusinessLineId

func (o *SourceOfFunds) HasAcquiringBusinessLineId() bool

HasAcquiringBusinessLineId returns a boolean if a field has been set.

func (*SourceOfFunds) HasAdyenProcessedFunds

func (o *SourceOfFunds) HasAdyenProcessedFunds() bool

HasAdyenProcessedFunds returns a boolean if a field has been set.

func (*SourceOfFunds) HasDescription

func (o *SourceOfFunds) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SourceOfFunds) HasType

func (o *SourceOfFunds) HasType() bool

HasType returns a boolean if a field has been set.

func (SourceOfFunds) MarshalJSON

func (o SourceOfFunds) MarshalJSON() ([]byte, error)

func (*SourceOfFunds) SetAcquiringBusinessLineId

func (o *SourceOfFunds) SetAcquiringBusinessLineId(v string)

SetAcquiringBusinessLineId gets a reference to the given string and assigns it to the AcquiringBusinessLineId field. Deprecated

func (*SourceOfFunds) SetAdyenProcessedFunds

func (o *SourceOfFunds) SetAdyenProcessedFunds(v bool)

SetAdyenProcessedFunds gets a reference to the given bool and assigns it to the AdyenProcessedFunds field.

func (*SourceOfFunds) SetDescription

func (o *SourceOfFunds) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SourceOfFunds) SetType

func (o *SourceOfFunds) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (SourceOfFunds) ToMap

func (o SourceOfFunds) ToMap() (map[string]interface{}, error)

type StockData

type StockData struct {
	// The four-digit [Market Identifier Code](https://en.wikipedia.org/wiki/Market_Identifier_Code) of the stock market where the organization's stocks are traded.
	MarketIdentifier *string `json:"marketIdentifier,omitempty"`
	// The 12-digit International Securities Identification Number (ISIN) of the company, without dashes (-).
	StockNumber *string `json:"stockNumber,omitempty"`
	// The stock ticker symbol.
	TickerSymbol *string `json:"tickerSymbol,omitempty"`
}

StockData struct for StockData

func NewStockData

func NewStockData() *StockData

NewStockData instantiates a new StockData 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 NewStockDataWithDefaults

func NewStockDataWithDefaults() *StockData

NewStockDataWithDefaults instantiates a new StockData 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 (*StockData) GetMarketIdentifier

func (o *StockData) GetMarketIdentifier() string

GetMarketIdentifier returns the MarketIdentifier field value if set, zero value otherwise.

func (*StockData) GetMarketIdentifierOk

func (o *StockData) GetMarketIdentifierOk() (*string, bool)

GetMarketIdentifierOk returns a tuple with the MarketIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StockData) GetStockNumber

func (o *StockData) GetStockNumber() string

GetStockNumber returns the StockNumber field value if set, zero value otherwise.

func (*StockData) GetStockNumberOk

func (o *StockData) GetStockNumberOk() (*string, bool)

GetStockNumberOk returns a tuple with the StockNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StockData) GetTickerSymbol

func (o *StockData) GetTickerSymbol() string

GetTickerSymbol returns the TickerSymbol field value if set, zero value otherwise.

func (*StockData) GetTickerSymbolOk

func (o *StockData) GetTickerSymbolOk() (*string, bool)

GetTickerSymbolOk returns a tuple with the TickerSymbol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StockData) HasMarketIdentifier

func (o *StockData) HasMarketIdentifier() bool

HasMarketIdentifier returns a boolean if a field has been set.

func (*StockData) HasStockNumber

func (o *StockData) HasStockNumber() bool

HasStockNumber returns a boolean if a field has been set.

func (*StockData) HasTickerSymbol

func (o *StockData) HasTickerSymbol() bool

HasTickerSymbol returns a boolean if a field has been set.

func (StockData) MarshalJSON

func (o StockData) MarshalJSON() ([]byte, error)

func (*StockData) SetMarketIdentifier

func (o *StockData) SetMarketIdentifier(v string)

SetMarketIdentifier gets a reference to the given string and assigns it to the MarketIdentifier field.

func (*StockData) SetStockNumber

func (o *StockData) SetStockNumber(v string)

SetStockNumber gets a reference to the given string and assigns it to the StockNumber field.

func (*StockData) SetTickerSymbol

func (o *StockData) SetTickerSymbol(v string)

SetTickerSymbol gets a reference to the given string and assigns it to the TickerSymbol field.

func (StockData) ToMap

func (o StockData) ToMap() (map[string]interface{}, error)

type SupportingEntityCapability

type SupportingEntityCapability struct {
	// Indicates whether the supporting entity capability is allowed.  If a supporting entity is allowed but its parent legal entity is not, it means there are other supporting entities that failed validation.  **The allowed supporting entity can still be used**
	Allowed *bool `json:"allowed,omitempty"`
	// Supporting entity reference
	Id *string `json:"id,omitempty"`
	// Indicates whether the supporting entity capability is requested.
	Requested *bool `json:"requested,omitempty"`
	// The status of the verification checks for the supporting entity capability.  Possible values:  * **pending**: Adyen is running the verification.  * **invalid**: The verification failed. Check if the `errors` array contains more information.  * **valid**: The verification has been successfully completed.  * **rejected**: Adyen has verified the information, but found reasons to not allow the capability.
	VerificationStatus *string `json:"verificationStatus,omitempty"`
}

SupportingEntityCapability struct for SupportingEntityCapability

func NewSupportingEntityCapability

func NewSupportingEntityCapability() *SupportingEntityCapability

NewSupportingEntityCapability instantiates a new SupportingEntityCapability 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 NewSupportingEntityCapabilityWithDefaults

func NewSupportingEntityCapabilityWithDefaults() *SupportingEntityCapability

NewSupportingEntityCapabilityWithDefaults instantiates a new SupportingEntityCapability 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 (*SupportingEntityCapability) GetAllowed

func (o *SupportingEntityCapability) GetAllowed() bool

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*SupportingEntityCapability) GetAllowedOk

func (o *SupportingEntityCapability) 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 (*SupportingEntityCapability) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*SupportingEntityCapability) GetIdOk

func (o *SupportingEntityCapability) 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 (*SupportingEntityCapability) GetRequested

func (o *SupportingEntityCapability) GetRequested() bool

GetRequested returns the Requested field value if set, zero value otherwise.

func (*SupportingEntityCapability) GetRequestedOk

func (o *SupportingEntityCapability) GetRequestedOk() (*bool, bool)

GetRequestedOk returns a tuple with the Requested field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportingEntityCapability) GetVerificationStatus

func (o *SupportingEntityCapability) GetVerificationStatus() string

GetVerificationStatus returns the VerificationStatus field value if set, zero value otherwise.

func (*SupportingEntityCapability) GetVerificationStatusOk

func (o *SupportingEntityCapability) 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 (*SupportingEntityCapability) HasAllowed

func (o *SupportingEntityCapability) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*SupportingEntityCapability) HasId

func (o *SupportingEntityCapability) HasId() bool

HasId returns a boolean if a field has been set.

func (*SupportingEntityCapability) HasRequested

func (o *SupportingEntityCapability) HasRequested() bool

HasRequested returns a boolean if a field has been set.

func (*SupportingEntityCapability) HasVerificationStatus

func (o *SupportingEntityCapability) HasVerificationStatus() bool

HasVerificationStatus returns a boolean if a field has been set.

func (SupportingEntityCapability) MarshalJSON

func (o SupportingEntityCapability) MarshalJSON() ([]byte, error)

func (*SupportingEntityCapability) SetAllowed

func (o *SupportingEntityCapability) SetAllowed(v bool)

SetAllowed gets a reference to the given bool and assigns it to the Allowed field.

func (*SupportingEntityCapability) SetId

func (o *SupportingEntityCapability) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SupportingEntityCapability) SetRequested

func (o *SupportingEntityCapability) SetRequested(v bool)

SetRequested gets a reference to the given bool and assigns it to the Requested field.

func (*SupportingEntityCapability) SetVerificationStatus

func (o *SupportingEntityCapability) SetVerificationStatus(v string)

SetVerificationStatus gets a reference to the given string and assigns it to the VerificationStatus field.

func (SupportingEntityCapability) ToMap

func (o SupportingEntityCapability) ToMap() (map[string]interface{}, error)

type TaxInformation

type TaxInformation struct {
	// The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.
	Country *string `json:"country,omitempty"`
	// The tax ID number (TIN) of the organization or individual.
	Number *string `json:"number,omitempty"`
	// The TIN type depending on the country where it was issued. Provide only for countries that have multiple tax IDs, such as Sweden, the UK, or the US. For example, provide **SSN**, **EIN**, or **ITIN** for the US.
	Type *string `json:"type,omitempty"`
}

TaxInformation struct for TaxInformation

func NewTaxInformation

func NewTaxInformation() *TaxInformation

NewTaxInformation instantiates a new TaxInformation 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 NewTaxInformationWithDefaults

func NewTaxInformationWithDefaults() *TaxInformation

NewTaxInformationWithDefaults instantiates a new TaxInformation 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 (*TaxInformation) GetCountry

func (o *TaxInformation) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*TaxInformation) GetCountryOk

func (o *TaxInformation) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaxInformation) GetNumber

func (o *TaxInformation) GetNumber() string

GetNumber returns the Number field value if set, zero value otherwise.

func (*TaxInformation) GetNumberOk

func (o *TaxInformation) GetNumberOk() (*string, bool)

GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaxInformation) GetType

func (o *TaxInformation) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*TaxInformation) GetTypeOk

func (o *TaxInformation) 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 (*TaxInformation) HasCountry

func (o *TaxInformation) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*TaxInformation) HasNumber

func (o *TaxInformation) HasNumber() bool

HasNumber returns a boolean if a field has been set.

func (*TaxInformation) HasType

func (o *TaxInformation) HasType() bool

HasType returns a boolean if a field has been set.

func (TaxInformation) MarshalJSON

func (o TaxInformation) MarshalJSON() ([]byte, error)

func (*TaxInformation) SetCountry

func (o *TaxInformation) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*TaxInformation) SetNumber

func (o *TaxInformation) SetNumber(v string)

SetNumber gets a reference to the given string and assigns it to the Number field.

func (*TaxInformation) SetType

func (o *TaxInformation) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (TaxInformation) ToMap

func (o TaxInformation) ToMap() (map[string]interface{}, error)

type TaxReportingClassification

type TaxReportingClassification struct {
	// The organization's business type.  Possible values: **other**, **listedPublicCompany**, **subsidiaryOfListedPublicCompany**, **governmentalOrganization**, **internationalOrganization**, **financialInstitution**.
	BusinessType *string `json:"businessType,omitempty"`
	// The Global Intermediary Identification Number (GIIN) required for FATCA. Only required if the organization is a US financial institution and the `businessType` is **financialInstitution**.
	FinancialInstitutionNumber *string `json:"financialInstitutionNumber,omitempty"`
	// The organization's main source of income.  Possible values: **businessOperation**, **realEstateSales**, **investmentInterestOrRoyalty**, **propertyRental**, **other**.
	MainSourceOfIncome *string `json:"mainSourceOfIncome,omitempty"`
	// The tax reporting classification type.  Possible values: **nonFinancialNonReportable**, **financialNonReportable**, **nonFinancialActive**, **nonFinancialPassive**.
	Type *string `json:"type,omitempty"`
}

TaxReportingClassification struct for TaxReportingClassification

func NewTaxReportingClassification

func NewTaxReportingClassification() *TaxReportingClassification

NewTaxReportingClassification instantiates a new TaxReportingClassification 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 NewTaxReportingClassificationWithDefaults

func NewTaxReportingClassificationWithDefaults() *TaxReportingClassification

NewTaxReportingClassificationWithDefaults instantiates a new TaxReportingClassification 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 (*TaxReportingClassification) GetBusinessType

func (o *TaxReportingClassification) GetBusinessType() string

GetBusinessType returns the BusinessType field value if set, zero value otherwise.

func (*TaxReportingClassification) GetBusinessTypeOk

func (o *TaxReportingClassification) GetBusinessTypeOk() (*string, bool)

GetBusinessTypeOk returns a tuple with the BusinessType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaxReportingClassification) GetFinancialInstitutionNumber

func (o *TaxReportingClassification) GetFinancialInstitutionNumber() string

GetFinancialInstitutionNumber returns the FinancialInstitutionNumber field value if set, zero value otherwise.

func (*TaxReportingClassification) GetFinancialInstitutionNumberOk

func (o *TaxReportingClassification) GetFinancialInstitutionNumberOk() (*string, bool)

GetFinancialInstitutionNumberOk returns a tuple with the FinancialInstitutionNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaxReportingClassification) GetMainSourceOfIncome

func (o *TaxReportingClassification) GetMainSourceOfIncome() string

GetMainSourceOfIncome returns the MainSourceOfIncome field value if set, zero value otherwise.

func (*TaxReportingClassification) GetMainSourceOfIncomeOk

func (o *TaxReportingClassification) GetMainSourceOfIncomeOk() (*string, bool)

GetMainSourceOfIncomeOk returns a tuple with the MainSourceOfIncome field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaxReportingClassification) GetType

func (o *TaxReportingClassification) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*TaxReportingClassification) GetTypeOk

func (o *TaxReportingClassification) 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 (*TaxReportingClassification) HasBusinessType

func (o *TaxReportingClassification) HasBusinessType() bool

HasBusinessType returns a boolean if a field has been set.

func (*TaxReportingClassification) HasFinancialInstitutionNumber

func (o *TaxReportingClassification) HasFinancialInstitutionNumber() bool

HasFinancialInstitutionNumber returns a boolean if a field has been set.

func (*TaxReportingClassification) HasMainSourceOfIncome

func (o *TaxReportingClassification) HasMainSourceOfIncome() bool

HasMainSourceOfIncome returns a boolean if a field has been set.

func (*TaxReportingClassification) HasType

func (o *TaxReportingClassification) HasType() bool

HasType returns a boolean if a field has been set.

func (TaxReportingClassification) MarshalJSON

func (o TaxReportingClassification) MarshalJSON() ([]byte, error)

func (*TaxReportingClassification) SetBusinessType

func (o *TaxReportingClassification) SetBusinessType(v string)

SetBusinessType gets a reference to the given string and assigns it to the BusinessType field.

func (*TaxReportingClassification) SetFinancialInstitutionNumber

func (o *TaxReportingClassification) SetFinancialInstitutionNumber(v string)

SetFinancialInstitutionNumber gets a reference to the given string and assigns it to the FinancialInstitutionNumber field.

func (*TaxReportingClassification) SetMainSourceOfIncome

func (o *TaxReportingClassification) SetMainSourceOfIncome(v string)

SetMainSourceOfIncome gets a reference to the given string and assigns it to the MainSourceOfIncome field.

func (*TaxReportingClassification) SetType

func (o *TaxReportingClassification) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (TaxReportingClassification) ToMap

func (o TaxReportingClassification) ToMap() (map[string]interface{}, error)

type TermsOfServiceAcceptanceInfo

type TermsOfServiceAcceptanceInfo struct {
	// The unique identifier of the user that accepted the Terms of Service.
	AcceptedBy *string `json:"acceptedBy,omitempty"`
	// The unique identifier of the legal entity for which the Terms of Service are accepted.
	AcceptedFor *string `json:"acceptedFor,omitempty"`
	// The date when the Terms of Service were accepted.
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	// An Adyen-generated reference for the accepted Terms of Service.
	Id *string `json:"id,omitempty"`
	// The type of Terms of Service.
	Type *string `json:"type,omitempty"`
}

TermsOfServiceAcceptanceInfo struct for TermsOfServiceAcceptanceInfo

func NewTermsOfServiceAcceptanceInfo

func NewTermsOfServiceAcceptanceInfo() *TermsOfServiceAcceptanceInfo

NewTermsOfServiceAcceptanceInfo instantiates a new TermsOfServiceAcceptanceInfo 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 NewTermsOfServiceAcceptanceInfoWithDefaults

func NewTermsOfServiceAcceptanceInfoWithDefaults() *TermsOfServiceAcceptanceInfo

NewTermsOfServiceAcceptanceInfoWithDefaults instantiates a new TermsOfServiceAcceptanceInfo 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 (*TermsOfServiceAcceptanceInfo) GetAcceptedBy

func (o *TermsOfServiceAcceptanceInfo) GetAcceptedBy() string

GetAcceptedBy returns the AcceptedBy field value if set, zero value otherwise.

func (*TermsOfServiceAcceptanceInfo) GetAcceptedByOk

func (o *TermsOfServiceAcceptanceInfo) GetAcceptedByOk() (*string, bool)

GetAcceptedByOk returns a tuple with the AcceptedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TermsOfServiceAcceptanceInfo) GetAcceptedFor

func (o *TermsOfServiceAcceptanceInfo) GetAcceptedFor() string

GetAcceptedFor returns the AcceptedFor field value if set, zero value otherwise.

func (*TermsOfServiceAcceptanceInfo) GetAcceptedForOk

func (o *TermsOfServiceAcceptanceInfo) GetAcceptedForOk() (*string, bool)

GetAcceptedForOk returns a tuple with the AcceptedFor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TermsOfServiceAcceptanceInfo) GetCreatedAt

func (o *TermsOfServiceAcceptanceInfo) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*TermsOfServiceAcceptanceInfo) GetCreatedAtOk

func (o *TermsOfServiceAcceptanceInfo) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TermsOfServiceAcceptanceInfo) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*TermsOfServiceAcceptanceInfo) GetIdOk

func (o *TermsOfServiceAcceptanceInfo) 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 (*TermsOfServiceAcceptanceInfo) GetType

func (o *TermsOfServiceAcceptanceInfo) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*TermsOfServiceAcceptanceInfo) GetTypeOk

func (o *TermsOfServiceAcceptanceInfo) 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 (*TermsOfServiceAcceptanceInfo) HasAcceptedBy

func (o *TermsOfServiceAcceptanceInfo) HasAcceptedBy() bool

HasAcceptedBy returns a boolean if a field has been set.

func (*TermsOfServiceAcceptanceInfo) HasAcceptedFor

func (o *TermsOfServiceAcceptanceInfo) HasAcceptedFor() bool

HasAcceptedFor returns a boolean if a field has been set.

func (*TermsOfServiceAcceptanceInfo) HasCreatedAt

func (o *TermsOfServiceAcceptanceInfo) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*TermsOfServiceAcceptanceInfo) HasId

HasId returns a boolean if a field has been set.

func (*TermsOfServiceAcceptanceInfo) HasType

func (o *TermsOfServiceAcceptanceInfo) HasType() bool

HasType returns a boolean if a field has been set.

func (TermsOfServiceAcceptanceInfo) MarshalJSON

func (o TermsOfServiceAcceptanceInfo) MarshalJSON() ([]byte, error)

func (*TermsOfServiceAcceptanceInfo) SetAcceptedBy

func (o *TermsOfServiceAcceptanceInfo) SetAcceptedBy(v string)

SetAcceptedBy gets a reference to the given string and assigns it to the AcceptedBy field.

func (*TermsOfServiceAcceptanceInfo) SetAcceptedFor

func (o *TermsOfServiceAcceptanceInfo) SetAcceptedFor(v string)

SetAcceptedFor gets a reference to the given string and assigns it to the AcceptedFor field.

func (*TermsOfServiceAcceptanceInfo) SetCreatedAt

func (o *TermsOfServiceAcceptanceInfo) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*TermsOfServiceAcceptanceInfo) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (*TermsOfServiceAcceptanceInfo) SetType

func (o *TermsOfServiceAcceptanceInfo) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (TermsOfServiceAcceptanceInfo) ToMap

func (o TermsOfServiceAcceptanceInfo) ToMap() (map[string]interface{}, error)

type TermsOfServiceApi

type TermsOfServiceApi common.Service

TermsOfServiceApi service

func (*TermsOfServiceApi) AcceptTermsOfService

AcceptTermsOfService Accept Terms of Service

Accepts Terms of Service.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TermsOfServiceApiAcceptTermsOfServiceInput - Request parameters, see AcceptTermsOfServiceInput @return AcceptTermsOfServiceResponse, *http.Response, error

func (*TermsOfServiceApi) AcceptTermsOfServiceInput

func (a *TermsOfServiceApi) AcceptTermsOfServiceInput(id string, termsofservicedocumentid string) TermsOfServiceApiAcceptTermsOfServiceInput

Prepare a request for AcceptTermsOfService @param id The unique identifier of the legal entity.@param termsofservicedocumentid The unique identifier of the Terms of Service document. @return TermsOfServiceApiAcceptTermsOfServiceInput

func (*TermsOfServiceApi) GetTermsOfServiceDocument

GetTermsOfServiceDocument Get Terms of Service document

Returns the Terms of Service document for a legal entity.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TermsOfServiceApiGetTermsOfServiceDocumentInput - Request parameters, see GetTermsOfServiceDocumentInput @return GetTermsOfServiceDocumentResponse, *http.Response, error

func (*TermsOfServiceApi) GetTermsOfServiceDocumentInput

func (a *TermsOfServiceApi) GetTermsOfServiceDocumentInput(id string) TermsOfServiceApiGetTermsOfServiceDocumentInput

Prepare a request for GetTermsOfServiceDocument @param id The unique identifier of the legal entity. @return TermsOfServiceApiGetTermsOfServiceDocumentInput

func (*TermsOfServiceApi) GetTermsOfServiceInformationForLegalEntity

GetTermsOfServiceInformationForLegalEntity Get Terms of Service information for a legal entity

Returns Terms of Service information for a legal entity.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput - Request parameters, see GetTermsOfServiceInformationForLegalEntityInput @return GetTermsOfServiceAcceptanceInfosResponse, *http.Response, error

func (*TermsOfServiceApi) GetTermsOfServiceInformationForLegalEntityInput

func (a *TermsOfServiceApi) GetTermsOfServiceInformationForLegalEntityInput(id string) TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput

Prepare a request for GetTermsOfServiceInformationForLegalEntity @param id The unique identifier of the legal entity. @return TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput

func (*TermsOfServiceApi) GetTermsOfServiceStatus added in v7.1.0

GetTermsOfServiceStatus Get Terms of Service status

Returns the required types of Terms of Service that need to be accepted by a legal entity.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TermsOfServiceApiGetTermsOfServiceStatusInput - Request parameters, see GetTermsOfServiceStatusInput @return CalculateTermsOfServiceStatusResponse, *http.Response, error

func (*TermsOfServiceApi) GetTermsOfServiceStatusInput added in v7.1.0

func (a *TermsOfServiceApi) GetTermsOfServiceStatusInput(id string) TermsOfServiceApiGetTermsOfServiceStatusInput

Prepare a request for GetTermsOfServiceStatus @param id The unique identifier of the legal entity. @return TermsOfServiceApiGetTermsOfServiceStatusInput

type TermsOfServiceApiAcceptTermsOfServiceInput

type TermsOfServiceApiAcceptTermsOfServiceInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by TermsOfServiceApi.AcceptTermsOfService

func (TermsOfServiceApiAcceptTermsOfServiceInput) AcceptTermsOfServiceRequest

type TermsOfServiceApiGetTermsOfServiceDocumentInput

type TermsOfServiceApiGetTermsOfServiceDocumentInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by TermsOfServiceApi.GetTermsOfServiceDocument

func (TermsOfServiceApiGetTermsOfServiceDocumentInput) GetTermsOfServiceDocumentRequest

type TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput

type TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by TermsOfServiceApi.GetTermsOfServiceInformationForLegalEntity

type TermsOfServiceApiGetTermsOfServiceStatusInput added in v7.1.0

type TermsOfServiceApiGetTermsOfServiceStatusInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by TermsOfServiceApi.GetTermsOfServiceStatus

type TransferInstrument

type TransferInstrument struct {
	BankAccount BankAccountInfo `json:"bankAccount"`
	// List of capabilities for this supporting entity.
	Capabilities *map[string]SupportingEntityCapability `json:"capabilities,omitempty"`
	// List of documents uploaded for the transfer instrument.
	DocumentDetails []DocumentReference `json:"documentDetails,omitempty"`
	// The unique identifier of the transfer instrument.
	Id string `json:"id"`
	// The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id) that owns the transfer instrument.
	LegalEntityId string `json:"legalEntityId"`
	// List of the verification errors from capabilities for this supporting entity.
	Problems []CapabilityProblem `json:"problems,omitempty"`
	// The type of transfer instrument.  Possible value: **bankAccount**.
	Type string `json:"type"`
}

TransferInstrument struct for TransferInstrument

func NewTransferInstrument

func NewTransferInstrument(bankAccount BankAccountInfo, id string, legalEntityId string, type_ string) *TransferInstrument

NewTransferInstrument instantiates a new TransferInstrument 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 NewTransferInstrumentWithDefaults

func NewTransferInstrumentWithDefaults() *TransferInstrument

NewTransferInstrumentWithDefaults instantiates a new TransferInstrument 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 (*TransferInstrument) GetBankAccount

func (o *TransferInstrument) GetBankAccount() BankAccountInfo

GetBankAccount returns the BankAccount field value

func (*TransferInstrument) GetBankAccountOk

func (o *TransferInstrument) GetBankAccountOk() (*BankAccountInfo, bool)

GetBankAccountOk returns a tuple with the BankAccount field value and a boolean to check if the value has been set.

func (*TransferInstrument) GetCapabilities

func (o *TransferInstrument) GetCapabilities() map[string]SupportingEntityCapability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*TransferInstrument) GetCapabilitiesOk

func (o *TransferInstrument) GetCapabilitiesOk() (*map[string]SupportingEntityCapability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransferInstrument) GetDocumentDetails

func (o *TransferInstrument) GetDocumentDetails() []DocumentReference

GetDocumentDetails returns the DocumentDetails field value if set, zero value otherwise.

func (*TransferInstrument) GetDocumentDetailsOk

func (o *TransferInstrument) GetDocumentDetailsOk() ([]DocumentReference, bool)

GetDocumentDetailsOk returns a tuple with the DocumentDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransferInstrument) GetId

func (o *TransferInstrument) GetId() string

GetId returns the Id field value

func (*TransferInstrument) GetIdOk

func (o *TransferInstrument) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TransferInstrument) GetLegalEntityId

func (o *TransferInstrument) GetLegalEntityId() string

GetLegalEntityId returns the LegalEntityId field value

func (*TransferInstrument) GetLegalEntityIdOk

func (o *TransferInstrument) GetLegalEntityIdOk() (*string, bool)

GetLegalEntityIdOk returns a tuple with the LegalEntityId field value and a boolean to check if the value has been set.

func (*TransferInstrument) GetProblems

func (o *TransferInstrument) GetProblems() []CapabilityProblem

GetProblems returns the Problems field value if set, zero value otherwise.

func (*TransferInstrument) GetProblemsOk

func (o *TransferInstrument) 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 (*TransferInstrument) GetType

func (o *TransferInstrument) GetType() string

GetType returns the Type field value

func (*TransferInstrument) GetTypeOk

func (o *TransferInstrument) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*TransferInstrument) HasCapabilities

func (o *TransferInstrument) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*TransferInstrument) HasDocumentDetails

func (o *TransferInstrument) HasDocumentDetails() bool

HasDocumentDetails returns a boolean if a field has been set.

func (*TransferInstrument) HasProblems

func (o *TransferInstrument) HasProblems() bool

HasProblems returns a boolean if a field has been set.

func (TransferInstrument) MarshalJSON

func (o TransferInstrument) MarshalJSON() ([]byte, error)

func (*TransferInstrument) SetBankAccount

func (o *TransferInstrument) SetBankAccount(v BankAccountInfo)

SetBankAccount sets field value

func (*TransferInstrument) SetCapabilities

func (o *TransferInstrument) SetCapabilities(v map[string]SupportingEntityCapability)

SetCapabilities gets a reference to the given map[string]SupportingEntityCapability and assigns it to the Capabilities field.

func (*TransferInstrument) SetDocumentDetails

func (o *TransferInstrument) SetDocumentDetails(v []DocumentReference)

SetDocumentDetails gets a reference to the given []DocumentReference and assigns it to the DocumentDetails field.

func (*TransferInstrument) SetId

func (o *TransferInstrument) SetId(v string)

SetId sets field value

func (*TransferInstrument) SetLegalEntityId

func (o *TransferInstrument) SetLegalEntityId(v string)

SetLegalEntityId sets field value

func (*TransferInstrument) SetProblems

func (o *TransferInstrument) SetProblems(v []CapabilityProblem)

SetProblems gets a reference to the given []CapabilityProblem and assigns it to the Problems field.

func (*TransferInstrument) SetType

func (o *TransferInstrument) SetType(v string)

SetType sets field value

func (TransferInstrument) ToMap

func (o TransferInstrument) ToMap() (map[string]interface{}, error)

type TransferInstrumentInfo

type TransferInstrumentInfo struct {
	BankAccount BankAccountInfo `json:"bankAccount"`
	// The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id) that owns the transfer instrument.
	LegalEntityId string `json:"legalEntityId"`
	// The type of transfer instrument.  Possible value: **bankAccount**.
	Type string `json:"type"`
}

TransferInstrumentInfo struct for TransferInstrumentInfo

func NewTransferInstrumentInfo

func NewTransferInstrumentInfo(bankAccount BankAccountInfo, legalEntityId string, type_ string) *TransferInstrumentInfo

NewTransferInstrumentInfo instantiates a new TransferInstrumentInfo 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 NewTransferInstrumentInfoWithDefaults

func NewTransferInstrumentInfoWithDefaults() *TransferInstrumentInfo

NewTransferInstrumentInfoWithDefaults instantiates a new TransferInstrumentInfo 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 (*TransferInstrumentInfo) GetBankAccount

func (o *TransferInstrumentInfo) GetBankAccount() BankAccountInfo

GetBankAccount returns the BankAccount field value

func (*TransferInstrumentInfo) GetBankAccountOk

func (o *TransferInstrumentInfo) GetBankAccountOk() (*BankAccountInfo, bool)

GetBankAccountOk returns a tuple with the BankAccount field value and a boolean to check if the value has been set.

func (*TransferInstrumentInfo) GetLegalEntityId

func (o *TransferInstrumentInfo) GetLegalEntityId() string

GetLegalEntityId returns the LegalEntityId field value

func (*TransferInstrumentInfo) GetLegalEntityIdOk

func (o *TransferInstrumentInfo) GetLegalEntityIdOk() (*string, bool)

GetLegalEntityIdOk returns a tuple with the LegalEntityId field value and a boolean to check if the value has been set.

func (*TransferInstrumentInfo) GetType

func (o *TransferInstrumentInfo) GetType() string

GetType returns the Type field value

func (*TransferInstrumentInfo) GetTypeOk

func (o *TransferInstrumentInfo) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (TransferInstrumentInfo) MarshalJSON

func (o TransferInstrumentInfo) MarshalJSON() ([]byte, error)

func (*TransferInstrumentInfo) SetBankAccount

func (o *TransferInstrumentInfo) SetBankAccount(v BankAccountInfo)

SetBankAccount sets field value

func (*TransferInstrumentInfo) SetLegalEntityId

func (o *TransferInstrumentInfo) SetLegalEntityId(v string)

SetLegalEntityId sets field value

func (*TransferInstrumentInfo) SetType

func (o *TransferInstrumentInfo) SetType(v string)

SetType sets field value

func (TransferInstrumentInfo) ToMap

func (o TransferInstrumentInfo) ToMap() (map[string]interface{}, error)

type TransferInstrumentReference

type TransferInstrumentReference struct {
	// The masked IBAN or bank account number.
	AccountIdentifier string `json:"accountIdentifier"`
	// The unique identifier of the resource.
	Id string `json:"id"`
	// Four last digits of the bank account number.
	RealLastFour *string `json:"realLastFour,omitempty"`
	// Identifies if the bank account was created through [instant bank verification](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-08-hosted-onboarding).
	TrustedSource *bool `json:"trustedSource,omitempty"`
}

TransferInstrumentReference struct for TransferInstrumentReference

func NewTransferInstrumentReference

func NewTransferInstrumentReference(accountIdentifier string, id string) *TransferInstrumentReference

NewTransferInstrumentReference instantiates a new TransferInstrumentReference 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 NewTransferInstrumentReferenceWithDefaults

func NewTransferInstrumentReferenceWithDefaults() *TransferInstrumentReference

NewTransferInstrumentReferenceWithDefaults instantiates a new TransferInstrumentReference 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 (*TransferInstrumentReference) GetAccountIdentifier

func (o *TransferInstrumentReference) GetAccountIdentifier() string

GetAccountIdentifier returns the AccountIdentifier field value

func (*TransferInstrumentReference) GetAccountIdentifierOk

func (o *TransferInstrumentReference) GetAccountIdentifierOk() (*string, bool)

GetAccountIdentifierOk returns a tuple with the AccountIdentifier field value and a boolean to check if the value has been set.

func (*TransferInstrumentReference) GetId

GetId returns the Id field value

func (*TransferInstrumentReference) GetIdOk

func (o *TransferInstrumentReference) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TransferInstrumentReference) GetRealLastFour

func (o *TransferInstrumentReference) GetRealLastFour() string

GetRealLastFour returns the RealLastFour field value if set, zero value otherwise.

func (*TransferInstrumentReference) GetRealLastFourOk

func (o *TransferInstrumentReference) GetRealLastFourOk() (*string, bool)

GetRealLastFourOk returns a tuple with the RealLastFour field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransferInstrumentReference) GetTrustedSource

func (o *TransferInstrumentReference) GetTrustedSource() bool

GetTrustedSource returns the TrustedSource field value if set, zero value otherwise.

func (*TransferInstrumentReference) GetTrustedSourceOk

func (o *TransferInstrumentReference) GetTrustedSourceOk() (*bool, bool)

GetTrustedSourceOk returns a tuple with the TrustedSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransferInstrumentReference) HasRealLastFour

func (o *TransferInstrumentReference) HasRealLastFour() bool

HasRealLastFour returns a boolean if a field has been set.

func (*TransferInstrumentReference) HasTrustedSource

func (o *TransferInstrumentReference) HasTrustedSource() bool

HasTrustedSource returns a boolean if a field has been set.

func (TransferInstrumentReference) MarshalJSON

func (o TransferInstrumentReference) MarshalJSON() ([]byte, error)

func (*TransferInstrumentReference) SetAccountIdentifier

func (o *TransferInstrumentReference) SetAccountIdentifier(v string)

SetAccountIdentifier sets field value

func (*TransferInstrumentReference) SetId

func (o *TransferInstrumentReference) SetId(v string)

SetId sets field value

func (*TransferInstrumentReference) SetRealLastFour

func (o *TransferInstrumentReference) SetRealLastFour(v string)

SetRealLastFour gets a reference to the given string and assigns it to the RealLastFour field.

func (*TransferInstrumentReference) SetTrustedSource

func (o *TransferInstrumentReference) SetTrustedSource(v bool)

SetTrustedSource gets a reference to the given bool and assigns it to the TrustedSource field.

func (TransferInstrumentReference) ToMap

func (o TransferInstrumentReference) ToMap() (map[string]interface{}, error)

type TransferInstrumentsApi

type TransferInstrumentsApi common.Service

TransferInstrumentsApi service

func (*TransferInstrumentsApi) CreateTransferInstrument

CreateTransferInstrument Create a transfer instrument

Creates a transfer instrument.

A transfer instrument is a bank account that a legal entity owns. Adyen performs verification checks on the transfer instrument as required by payment industry regulations. We inform you of the verification results through webhooks or API responses.

When the transfer instrument passes the verification checks, you can start sending funds from the balance platform to the transfer instrument (such as payouts).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TransferInstrumentsApiCreateTransferInstrumentInput - Request parameters, see CreateTransferInstrumentInput @return TransferInstrument, *http.Response, error

func (*TransferInstrumentsApi) CreateTransferInstrumentInput

Prepare a request for CreateTransferInstrument

@return TransferInstrumentsApiCreateTransferInstrumentInput

func (*TransferInstrumentsApi) DeleteTransferInstrument

DeleteTransferInstrument Delete a transfer instrument

Deletes a transfer instrument.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TransferInstrumentsApiDeleteTransferInstrumentInput - Request parameters, see DeleteTransferInstrumentInput @return *http.Response, error

func (*TransferInstrumentsApi) DeleteTransferInstrumentInput

Prepare a request for DeleteTransferInstrument @param id The unique identifier of the transfer instrument to be deleted. @return TransferInstrumentsApiDeleteTransferInstrumentInput

func (*TransferInstrumentsApi) GetTransferInstrument

GetTransferInstrument Get a transfer instrument

Returns the details of a transfer instrument.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TransferInstrumentsApiGetTransferInstrumentInput - Request parameters, see GetTransferInstrumentInput @return TransferInstrument, *http.Response, error

func (*TransferInstrumentsApi) GetTransferInstrumentInput

Prepare a request for GetTransferInstrument @param id The unique identifier of the transfer instrument. @return TransferInstrumentsApiGetTransferInstrumentInput

func (*TransferInstrumentsApi) UpdateTransferInstrument

UpdateTransferInstrument Update a transfer instrument

Updates a transfer instrument.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TransferInstrumentsApiUpdateTransferInstrumentInput - Request parameters, see UpdateTransferInstrumentInput @return TransferInstrument, *http.Response, error

func (*TransferInstrumentsApi) UpdateTransferInstrumentInput

Prepare a request for UpdateTransferInstrument @param id The unique identifier of the transfer instrument. @return TransferInstrumentsApiUpdateTransferInstrumentInput

type TransferInstrumentsApiCreateTransferInstrumentInput

type TransferInstrumentsApiCreateTransferInstrumentInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by TransferInstrumentsApi.CreateTransferInstrument

func (TransferInstrumentsApiCreateTransferInstrumentInput) TransferInstrumentInfo

func (TransferInstrumentsApiCreateTransferInstrumentInput) XRequestedVerificationCode added in v7.2.0

Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.

type TransferInstrumentsApiDeleteTransferInstrumentInput

type TransferInstrumentsApiDeleteTransferInstrumentInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by TransferInstrumentsApi.DeleteTransferInstrument

type TransferInstrumentsApiGetTransferInstrumentInput

type TransferInstrumentsApiGetTransferInstrumentInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by TransferInstrumentsApi.GetTransferInstrument

type TransferInstrumentsApiUpdateTransferInstrumentInput

type TransferInstrumentsApiUpdateTransferInstrumentInput struct {
	// contains filtered or unexported fields
}

All parameters accepted by TransferInstrumentsApi.UpdateTransferInstrument

func (TransferInstrumentsApiUpdateTransferInstrumentInput) TransferInstrumentInfo

type UKLocalAccountIdentification

type UKLocalAccountIdentification struct {
	// The 8-digit bank account number, without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// The 6-digit [sort code](https://en.wikipedia.org/wiki/Sort_code), without separators or whitespace.
	SortCode string `json:"sortCode"`
	// **ukLocal**
	Type string `json:"type"`
}

UKLocalAccountIdentification struct for UKLocalAccountIdentification

func NewUKLocalAccountIdentification

func NewUKLocalAccountIdentification(accountNumber string, sortCode string, type_ string) *UKLocalAccountIdentification

NewUKLocalAccountIdentification instantiates a new UKLocalAccountIdentification 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 NewUKLocalAccountIdentificationWithDefaults

func NewUKLocalAccountIdentificationWithDefaults() *UKLocalAccountIdentification

NewUKLocalAccountIdentificationWithDefaults instantiates a new UKLocalAccountIdentification 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 (*UKLocalAccountIdentification) GetAccountNumber

func (o *UKLocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*UKLocalAccountIdentification) GetAccountNumberOk

func (o *UKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*UKLocalAccountIdentification) GetSortCode

func (o *UKLocalAccountIdentification) GetSortCode() string

GetSortCode returns the SortCode field value

func (*UKLocalAccountIdentification) GetSortCodeOk

func (o *UKLocalAccountIdentification) GetSortCodeOk() (*string, bool)

GetSortCodeOk returns a tuple with the SortCode field value and a boolean to check if the value has been set.

func (*UKLocalAccountIdentification) GetType

func (o *UKLocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*UKLocalAccountIdentification) GetTypeOk

func (o *UKLocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (UKLocalAccountIdentification) MarshalJSON

func (o UKLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*UKLocalAccountIdentification) SetAccountNumber

func (o *UKLocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*UKLocalAccountIdentification) SetSortCode

func (o *UKLocalAccountIdentification) SetSortCode(v string)

SetSortCode sets field value

func (*UKLocalAccountIdentification) SetType

func (o *UKLocalAccountIdentification) SetType(v string)

SetType sets field value

func (UKLocalAccountIdentification) ToMap

func (o UKLocalAccountIdentification) ToMap() (map[string]interface{}, error)

type USLocalAccountIdentification

type USLocalAccountIdentification struct {
	// The bank account number, without separators or whitespace.
	AccountNumber string `json:"accountNumber"`
	// The bank account type.  Possible values: **checking** or **savings**. Defaults to **checking**.
	AccountType *string `json:"accountType,omitempty"`
	// The 9-digit [routing number](https://en.wikipedia.org/wiki/ABA_routing_transit_number), without separators or whitespace.
	RoutingNumber string `json:"routingNumber"`
	// **usLocal**
	Type string `json:"type"`
}

USLocalAccountIdentification struct for USLocalAccountIdentification

func NewUSLocalAccountIdentification

func NewUSLocalAccountIdentification(accountNumber string, routingNumber string, type_ string) *USLocalAccountIdentification

NewUSLocalAccountIdentification instantiates a new USLocalAccountIdentification 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 NewUSLocalAccountIdentificationWithDefaults

func NewUSLocalAccountIdentificationWithDefaults() *USLocalAccountIdentification

NewUSLocalAccountIdentificationWithDefaults instantiates a new USLocalAccountIdentification 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 (*USLocalAccountIdentification) GetAccountNumber

func (o *USLocalAccountIdentification) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value

func (*USLocalAccountIdentification) GetAccountNumberOk

func (o *USLocalAccountIdentification) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.

func (*USLocalAccountIdentification) GetAccountType

func (o *USLocalAccountIdentification) GetAccountType() string

GetAccountType returns the AccountType field value if set, zero value otherwise.

func (*USLocalAccountIdentification) GetAccountTypeOk

func (o *USLocalAccountIdentification) GetAccountTypeOk() (*string, bool)

GetAccountTypeOk returns a tuple with the AccountType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*USLocalAccountIdentification) GetRoutingNumber

func (o *USLocalAccountIdentification) GetRoutingNumber() string

GetRoutingNumber returns the RoutingNumber field value

func (*USLocalAccountIdentification) GetRoutingNumberOk

func (o *USLocalAccountIdentification) GetRoutingNumberOk() (*string, bool)

GetRoutingNumberOk returns a tuple with the RoutingNumber field value and a boolean to check if the value has been set.

func (*USLocalAccountIdentification) GetType

func (o *USLocalAccountIdentification) GetType() string

GetType returns the Type field value

func (*USLocalAccountIdentification) GetTypeOk

func (o *USLocalAccountIdentification) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*USLocalAccountIdentification) HasAccountType

func (o *USLocalAccountIdentification) HasAccountType() bool

HasAccountType returns a boolean if a field has been set.

func (USLocalAccountIdentification) MarshalJSON

func (o USLocalAccountIdentification) MarshalJSON() ([]byte, error)

func (*USLocalAccountIdentification) SetAccountNumber

func (o *USLocalAccountIdentification) SetAccountNumber(v string)

SetAccountNumber sets field value

func (*USLocalAccountIdentification) SetAccountType

func (o *USLocalAccountIdentification) SetAccountType(v string)

SetAccountType gets a reference to the given string and assigns it to the AccountType field.

func (*USLocalAccountIdentification) SetRoutingNumber

func (o *USLocalAccountIdentification) SetRoutingNumber(v string)

SetRoutingNumber sets field value

func (*USLocalAccountIdentification) SetType

func (o *USLocalAccountIdentification) SetType(v string)

SetType sets field value

func (USLocalAccountIdentification) ToMap

func (o USLocalAccountIdentification) ToMap() (map[string]interface{}, error)

type VerificationDeadline added in v7.1.0

type VerificationDeadline struct {
	// The names of the capabilities to be disallowed.
	Capabilities []string `json:"capabilities"`
	// The unique identifiers of the bank account(s) that the deadline applies to
	EntityIds []string `json:"entityIds,omitempty"`
	// The date that verification is due by before capabilities are disallowed.
	ExpiresAt time.Time `json:"expiresAt"`
}

VerificationDeadline struct for VerificationDeadline

func NewVerificationDeadline added in v7.1.0

func NewVerificationDeadline(capabilities []string, expiresAt time.Time) *VerificationDeadline

NewVerificationDeadline instantiates a new VerificationDeadline 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 NewVerificationDeadlineWithDefaults added in v7.1.0

func NewVerificationDeadlineWithDefaults() *VerificationDeadline

NewVerificationDeadlineWithDefaults instantiates a new VerificationDeadline 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 (*VerificationDeadline) GetCapabilities added in v7.1.0

func (o *VerificationDeadline) GetCapabilities() []string

GetCapabilities returns the Capabilities field value

func (*VerificationDeadline) GetCapabilitiesOk added in v7.1.0

func (o *VerificationDeadline) GetCapabilitiesOk() ([]string, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value and a boolean to check if the value has been set.

func (*VerificationDeadline) GetEntityIds added in v7.2.0

func (o *VerificationDeadline) GetEntityIds() []string

GetEntityIds returns the EntityIds field value if set, zero value otherwise.

func (*VerificationDeadline) GetEntityIdsOk added in v7.2.0

func (o *VerificationDeadline) GetEntityIdsOk() ([]string, bool)

GetEntityIdsOk returns a tuple with the EntityIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerificationDeadline) GetExpiresAt added in v7.1.0

func (o *VerificationDeadline) GetExpiresAt() time.Time

GetExpiresAt returns the ExpiresAt field value

func (*VerificationDeadline) GetExpiresAtOk added in v7.1.0

func (o *VerificationDeadline) GetExpiresAtOk() (*time.Time, bool)

GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.

func (*VerificationDeadline) HasEntityIds added in v7.2.0

func (o *VerificationDeadline) HasEntityIds() bool

HasEntityIds returns a boolean if a field has been set.

func (VerificationDeadline) MarshalJSON added in v7.1.0

func (o VerificationDeadline) MarshalJSON() ([]byte, error)

func (*VerificationDeadline) SetCapabilities added in v7.1.0

func (o *VerificationDeadline) SetCapabilities(v []string)

SetCapabilities sets field value

func (*VerificationDeadline) SetEntityIds added in v7.2.0

func (o *VerificationDeadline) SetEntityIds(v []string)

SetEntityIds gets a reference to the given []string and assigns it to the EntityIds field.

func (*VerificationDeadline) SetExpiresAt added in v7.1.0

func (o *VerificationDeadline) SetExpiresAt(v time.Time)

SetExpiresAt sets field value

func (VerificationDeadline) ToMap added in v7.1.0

func (o VerificationDeadline) ToMap() (map[string]interface{}, error)

type VerificationError

type VerificationError struct {
	// Contains key-value pairs that specify the actions that the legal entity can do in your platform. The key is a capability required for your integration. For example, **issueCard** for Issuing.The value is an object containing the settings for the capability.
	Capabilities []string `json:"capabilities,omitempty"`
	// The general error code.
	Code *string `json:"code,omitempty"`
	// The general error message.
	Message *string `json:"message,omitempty"`
	// An object containing possible solutions to fix a verification error.
	RemediatingActions []RemediatingAction `json:"remediatingActions,omitempty"`
	// An array containing more granular information about the cause of the verification error.
	SubErrors []VerificationErrorRecursive `json:"subErrors,omitempty"`
	// The type of error.
	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) GetCapabilities

func (o *VerificationError) GetCapabilities() []string

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*VerificationError) GetCapabilitiesOk

func (o *VerificationError) GetCapabilitiesOk() ([]string, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been 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) HasCapabilities

func (o *VerificationError) HasCapabilities() bool

HasCapabilities returns a boolean if a field 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) SetCapabilities

func (o *VerificationError) SetCapabilities(v []string)

SetCapabilities gets a reference to the given []string and assigns it to the Capabilities field.

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 {
	// Contains key-value pairs that specify the actions that the legal entity can do in your platform. The key is a capability required for your integration. For example, **issueCard** for Issuing.The value is an object containing the settings for the capability.
	Capabilities []string `json:"capabilities,omitempty"`
	// The general error code.
	Code *string `json:"code,omitempty"`
	// The general error message.
	Message *string `json:"message,omitempty"`
	// The type of error.
	Type *string `json:"type,omitempty"`
	// An object containing possible solutions to fix a 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) GetCapabilities

func (o *VerificationErrorRecursive) GetCapabilities() []string

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*VerificationErrorRecursive) GetCapabilitiesOk

func (o *VerificationErrorRecursive) GetCapabilitiesOk() ([]string, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been 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) HasCapabilities

func (o *VerificationErrorRecursive) HasCapabilities() bool

HasCapabilities returns a boolean if a field 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) SetCapabilities

func (o *VerificationErrorRecursive) SetCapabilities(v []string)

SetCapabilities gets a reference to the given []string and assigns it to the Capabilities field.

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)

type VerificationErrors

type VerificationErrors struct {
	// List of the verification errors.
	Problems []CapabilityProblem `json:"problems,omitempty"`
}

VerificationErrors struct for VerificationErrors

func NewVerificationErrors

func NewVerificationErrors() *VerificationErrors

NewVerificationErrors instantiates a new VerificationErrors 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 NewVerificationErrorsWithDefaults

func NewVerificationErrorsWithDefaults() *VerificationErrors

NewVerificationErrorsWithDefaults instantiates a new VerificationErrors 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 (*VerificationErrors) GetProblems

func (o *VerificationErrors) GetProblems() []CapabilityProblem

GetProblems returns the Problems field value if set, zero value otherwise.

func (*VerificationErrors) GetProblemsOk

func (o *VerificationErrors) 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 (*VerificationErrors) HasProblems

func (o *VerificationErrors) HasProblems() bool

HasProblems returns a boolean if a field has been set.

func (VerificationErrors) MarshalJSON

func (o VerificationErrors) MarshalJSON() ([]byte, error)

func (*VerificationErrors) SetProblems

func (o *VerificationErrors) SetProblems(v []CapabilityProblem)

SetProblems gets a reference to the given []CapabilityProblem and assigns it to the Problems field.

func (VerificationErrors) ToMap

func (o VerificationErrors) ToMap() (map[string]interface{}, error)

type WebData

type WebData struct {
	// The URL of the website or the app store URL.
	WebAddress *string `json:"webAddress,omitempty"`
	// The unique identifier of the web address.
	WebAddressId *string `json:"webAddressId,omitempty"`
}

WebData struct for WebData

func NewWebData

func NewWebData() *WebData

NewWebData instantiates a new WebData 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 NewWebDataWithDefaults

func NewWebDataWithDefaults() *WebData

NewWebDataWithDefaults instantiates a new WebData 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 (*WebData) GetWebAddress

func (o *WebData) GetWebAddress() string

GetWebAddress returns the WebAddress field value if set, zero value otherwise.

func (*WebData) GetWebAddressId

func (o *WebData) GetWebAddressId() string

GetWebAddressId returns the WebAddressId field value if set, zero value otherwise.

func (*WebData) GetWebAddressIdOk

func (o *WebData) GetWebAddressIdOk() (*string, bool)

GetWebAddressIdOk returns a tuple with the WebAddressId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WebData) GetWebAddressOk

func (o *WebData) GetWebAddressOk() (*string, bool)

GetWebAddressOk returns a tuple with the WebAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WebData) HasWebAddress

func (o *WebData) HasWebAddress() bool

HasWebAddress returns a boolean if a field has been set.

func (*WebData) HasWebAddressId

func (o *WebData) HasWebAddressId() bool

HasWebAddressId returns a boolean if a field has been set.

func (WebData) MarshalJSON

func (o WebData) MarshalJSON() ([]byte, error)

func (*WebData) SetWebAddress

func (o *WebData) SetWebAddress(v string)

SetWebAddress gets a reference to the given string and assigns it to the WebAddress field.

func (*WebData) SetWebAddressId

func (o *WebData) SetWebAddressId(v string)

SetWebAddressId gets a reference to the given string and assigns it to the WebAddressId field.

func (WebData) ToMap

func (o WebData) ToMap() (map[string]interface{}, error)

type WebDataExemption

type WebDataExemption struct {
	// The reason why the web data was not provided. Possible value: **noOnlinePresence**.
	Reason *string `json:"reason,omitempty"`
}

WebDataExemption struct for WebDataExemption

func NewWebDataExemption

func NewWebDataExemption() *WebDataExemption

NewWebDataExemption instantiates a new WebDataExemption 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 NewWebDataExemptionWithDefaults

func NewWebDataExemptionWithDefaults() *WebDataExemption

NewWebDataExemptionWithDefaults instantiates a new WebDataExemption 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 (*WebDataExemption) GetReason

func (o *WebDataExemption) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*WebDataExemption) GetReasonOk

func (o *WebDataExemption) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WebDataExemption) HasReason

func (o *WebDataExemption) HasReason() bool

HasReason returns a boolean if a field has been set.

func (WebDataExemption) MarshalJSON

func (o WebDataExemption) MarshalJSON() ([]byte, error)

func (*WebDataExemption) SetReason

func (o *WebDataExemption) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (WebDataExemption) ToMap

func (o WebDataExemption) ToMap() (map[string]interface{}, error)

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL