Documentation ¶
Index ¶
- type APIClient
- type AULocalAccountIdentification
- func (o *AULocalAccountIdentification) GetAccountNumber() string
- func (o *AULocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *AULocalAccountIdentification) GetBsbCode() string
- func (o *AULocalAccountIdentification) GetBsbCodeOk() (*string, bool)
- func (o *AULocalAccountIdentification) GetType() string
- func (o *AULocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o AULocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *AULocalAccountIdentification) SetAccountNumber(v string)
- func (o *AULocalAccountIdentification) SetBsbCode(v string)
- func (o *AULocalAccountIdentification) SetType(v string)
- func (o AULocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type AcceptTermsOfServiceRequest
- func (o *AcceptTermsOfServiceRequest) GetAcceptedBy() string
- func (o *AcceptTermsOfServiceRequest) GetAcceptedByOk() (*string, bool)
- func (o *AcceptTermsOfServiceRequest) GetIpAddress() string
- func (o *AcceptTermsOfServiceRequest) GetIpAddressOk() (*string, bool)
- func (o *AcceptTermsOfServiceRequest) HasIpAddress() bool
- func (o AcceptTermsOfServiceRequest) MarshalJSON() ([]byte, error)
- func (o *AcceptTermsOfServiceRequest) SetAcceptedBy(v string)
- func (o *AcceptTermsOfServiceRequest) SetIpAddress(v string)
- func (o AcceptTermsOfServiceRequest) ToMap() (map[string]interface{}, error)
- type AcceptTermsOfServiceResponse
- func (o *AcceptTermsOfServiceResponse) GetAcceptedBy() string
- func (o *AcceptTermsOfServiceResponse) GetAcceptedByOk() (*string, bool)
- func (o *AcceptTermsOfServiceResponse) GetId() string
- func (o *AcceptTermsOfServiceResponse) GetIdOk() (*string, bool)
- func (o *AcceptTermsOfServiceResponse) GetIpAddress() string
- func (o *AcceptTermsOfServiceResponse) GetIpAddressOk() (*string, bool)
- func (o *AcceptTermsOfServiceResponse) GetLanguage() string
- func (o *AcceptTermsOfServiceResponse) GetLanguageOk() (*string, bool)
- func (o *AcceptTermsOfServiceResponse) GetTermsOfServiceDocumentId() string
- func (o *AcceptTermsOfServiceResponse) GetTermsOfServiceDocumentIdOk() (*string, bool)
- func (o *AcceptTermsOfServiceResponse) GetType() string
- func (o *AcceptTermsOfServiceResponse) GetTypeOk() (*string, bool)
- func (o *AcceptTermsOfServiceResponse) HasAcceptedBy() bool
- func (o *AcceptTermsOfServiceResponse) HasId() bool
- func (o *AcceptTermsOfServiceResponse) HasIpAddress() bool
- func (o *AcceptTermsOfServiceResponse) HasLanguage() bool
- func (o *AcceptTermsOfServiceResponse) HasTermsOfServiceDocumentId() bool
- func (o *AcceptTermsOfServiceResponse) HasType() bool
- func (o AcceptTermsOfServiceResponse) MarshalJSON() ([]byte, error)
- func (o *AcceptTermsOfServiceResponse) SetAcceptedBy(v string)
- func (o *AcceptTermsOfServiceResponse) SetId(v string)
- func (o *AcceptTermsOfServiceResponse) SetIpAddress(v string)
- func (o *AcceptTermsOfServiceResponse) SetLanguage(v string)
- func (o *AcceptTermsOfServiceResponse) SetTermsOfServiceDocumentId(v string)
- func (o *AcceptTermsOfServiceResponse) SetType(v string)
- func (o AcceptTermsOfServiceResponse) ToMap() (map[string]interface{}, error)
- type AdditionalBankIdentification
- func (o *AdditionalBankIdentification) GetCode() string
- func (o *AdditionalBankIdentification) GetCodeOk() (*string, bool)
- func (o *AdditionalBankIdentification) GetType() string
- func (o *AdditionalBankIdentification) GetTypeOk() (*string, bool)
- func (o *AdditionalBankIdentification) HasCode() bool
- func (o *AdditionalBankIdentification) HasType() bool
- func (o AdditionalBankIdentification) MarshalJSON() ([]byte, error)
- func (o *AdditionalBankIdentification) SetCode(v string)
- func (o *AdditionalBankIdentification) SetType(v string)
- func (o AdditionalBankIdentification) ToMap() (map[string]interface{}, error)
- type Address
- func (o *Address) GetCity() string
- func (o *Address) GetCityOk() (*string, bool)
- func (o *Address) GetCountry() string
- func (o *Address) GetCountryOk() (*string, bool)
- func (o *Address) GetPostalCode() string
- func (o *Address) GetPostalCodeOk() (*string, bool)
- func (o *Address) GetStateOrProvince() string
- func (o *Address) GetStateOrProvinceOk() (*string, bool)
- func (o *Address) GetStreet() string
- func (o *Address) GetStreet2() string
- func (o *Address) GetStreet2Ok() (*string, bool)
- func (o *Address) GetStreetOk() (*string, bool)
- func (o *Address) HasCity() bool
- func (o *Address) HasPostalCode() bool
- func (o *Address) HasStateOrProvince() bool
- func (o *Address) HasStreet() bool
- func (o *Address) HasStreet2() bool
- func (o Address) MarshalJSON() ([]byte, error)
- func (o *Address) SetCity(v string)
- func (o *Address) SetCountry(v string)
- func (o *Address) SetPostalCode(v string)
- func (o *Address) SetStateOrProvince(v string)
- func (o *Address) SetStreet(v string)
- func (o *Address) SetStreet2(v string)
- func (o Address) ToMap() (map[string]interface{}, error)
- type Amount
- func (o *Amount) GetCurrency() string
- func (o *Amount) GetCurrencyOk() (*string, bool)
- func (o *Amount) GetValue() int64
- func (o *Amount) GetValueOk() (*int64, bool)
- func (o *Amount) HasCurrency() bool
- func (o *Amount) HasValue() bool
- func (o Amount) MarshalJSON() ([]byte, error)
- func (o *Amount) SetCurrency(v string)
- func (o *Amount) SetValue(v int64)
- func (o Amount) ToMap() (map[string]interface{}, error)
- type Attachment
- func (o *Attachment) GetContent() string
- func (o *Attachment) GetContentOk() (*string, bool)
- func (o *Attachment) GetContentType() string
- func (o *Attachment) GetContentTypeOk() (*string, bool)
- func (o *Attachment) GetFilename() string
- func (o *Attachment) GetFilenameOk() (*string, bool)
- func (o *Attachment) GetPageName() string
- func (o *Attachment) GetPageNameOk() (*string, bool)
- func (o *Attachment) GetPageType() string
- func (o *Attachment) GetPageTypeOk() (*string, bool)
- func (o *Attachment) HasContentType() bool
- func (o *Attachment) HasFilename() bool
- func (o *Attachment) HasPageName() bool
- func (o *Attachment) HasPageType() bool
- func (o Attachment) MarshalJSON() ([]byte, error)
- func (o *Attachment) SetContent(v string)
- func (o *Attachment) SetContentType(v string)
- func (o *Attachment) SetFilename(v string)
- func (o *Attachment) SetPageName(v string)
- func (o *Attachment) SetPageType(v string)
- func (o Attachment) ToMap() (map[string]interface{}, error)
- type BankAccountInfo
- func (o *BankAccountInfo) GetAccountIdentification() BankAccountInfoAccountIdentification
- func (o *BankAccountInfo) GetAccountIdentificationOk() (*BankAccountInfoAccountIdentification, bool)
- func (o *BankAccountInfo) GetAccountType() string
- func (o *BankAccountInfo) GetAccountTypeOk() (*string, bool)
- func (o *BankAccountInfo) GetBankName() string
- func (o *BankAccountInfo) GetBankNameOk() (*string, bool)
- func (o *BankAccountInfo) GetCountryCode() string
- func (o *BankAccountInfo) GetCountryCodeOk() (*string, bool)
- func (o *BankAccountInfo) GetTrustedSource() bool
- func (o *BankAccountInfo) GetTrustedSourceOk() (*bool, bool)
- func (o *BankAccountInfo) HasAccountIdentification() bool
- func (o *BankAccountInfo) HasAccountType() bool
- func (o *BankAccountInfo) HasBankName() bool
- func (o *BankAccountInfo) HasCountryCode() bool
- func (o *BankAccountInfo) HasTrustedSource() bool
- func (o BankAccountInfo) MarshalJSON() ([]byte, error)
- func (o *BankAccountInfo) SetAccountIdentification(v BankAccountInfoAccountIdentification)
- func (o *BankAccountInfo) SetAccountType(v string)
- func (o *BankAccountInfo) SetBankName(v string)
- func (o *BankAccountInfo) SetCountryCode(v string)
- func (o *BankAccountInfo) SetTrustedSource(v bool)
- func (o BankAccountInfo) ToMap() (map[string]interface{}, error)
- type BankAccountInfoAccountIdentification
- func AULocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *AULocalAccountIdentification) BankAccountInfoAccountIdentification
- func CALocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *CALocalAccountIdentification) BankAccountInfoAccountIdentification
- func CZLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *CZLocalAccountIdentification) BankAccountInfoAccountIdentification
- func DKLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *DKLocalAccountIdentification) BankAccountInfoAccountIdentification
- func HKLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *HKLocalAccountIdentification) BankAccountInfoAccountIdentification
- func HULocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *HULocalAccountIdentification) BankAccountInfoAccountIdentification
- func IbanAccountIdentificationAsBankAccountInfoAccountIdentification(v *IbanAccountIdentification) BankAccountInfoAccountIdentification
- func NOLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *NOLocalAccountIdentification) BankAccountInfoAccountIdentification
- func NZLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *NZLocalAccountIdentification) BankAccountInfoAccountIdentification
- func NumberAndBicAccountIdentificationAsBankAccountInfoAccountIdentification(v *NumberAndBicAccountIdentification) BankAccountInfoAccountIdentification
- func PLLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *PLLocalAccountIdentification) BankAccountInfoAccountIdentification
- func SELocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *SELocalAccountIdentification) BankAccountInfoAccountIdentification
- func SGLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *SGLocalAccountIdentification) BankAccountInfoAccountIdentification
- func UKLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *UKLocalAccountIdentification) BankAccountInfoAccountIdentification
- func USLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *USLocalAccountIdentification) BankAccountInfoAccountIdentification
- type BirthData
- type BusinessLine
- func (o *BusinessLine) GetCapability() string
- func (o *BusinessLine) GetCapabilityOk() (*string, bool)
- func (o *BusinessLine) GetId() string
- func (o *BusinessLine) GetIdOk() (*string, bool)
- func (o *BusinessLine) GetIndustryCode() string
- func (o *BusinessLine) GetIndustryCodeOk() (*string, bool)
- func (o *BusinessLine) GetLegalEntityId() string
- func (o *BusinessLine) GetLegalEntityIdOk() (*string, bool)
- func (o *BusinessLine) GetProblems() []CapabilityProblem
- func (o *BusinessLine) GetProblemsOk() ([]CapabilityProblem, bool)
- func (o *BusinessLine) GetSalesChannels() []string
- func (o *BusinessLine) GetSalesChannelsOk() ([]string, bool)
- func (o *BusinessLine) GetService() string
- func (o *BusinessLine) GetServiceOk() (*string, bool)
- func (o *BusinessLine) GetSourceOfFunds() SourceOfFunds
- func (o *BusinessLine) GetSourceOfFundsOk() (*SourceOfFunds, bool)
- func (o *BusinessLine) GetWebData() []WebData
- func (o *BusinessLine) GetWebDataExemption() WebDataExemption
- func (o *BusinessLine) GetWebDataExemptionOk() (*WebDataExemption, bool)
- func (o *BusinessLine) GetWebDataOk() ([]WebData, bool)
- func (o *BusinessLine) HasCapability() bool
- func (o *BusinessLine) HasProblems() bool
- func (o *BusinessLine) HasSalesChannels() bool
- func (o *BusinessLine) HasSourceOfFunds() bool
- func (o *BusinessLine) HasWebData() bool
- func (o *BusinessLine) HasWebDataExemption() bool
- func (o BusinessLine) MarshalJSON() ([]byte, error)
- func (o *BusinessLine) SetCapability(v string)
- func (o *BusinessLine) SetId(v string)
- func (o *BusinessLine) SetIndustryCode(v string)
- func (o *BusinessLine) SetLegalEntityId(v string)
- func (o *BusinessLine) SetProblems(v []CapabilityProblem)
- func (o *BusinessLine) SetSalesChannels(v []string)
- func (o *BusinessLine) SetService(v string)
- func (o *BusinessLine) SetSourceOfFunds(v SourceOfFunds)
- func (o *BusinessLine) SetWebData(v []WebData)
- func (o *BusinessLine) SetWebDataExemption(v WebDataExemption)
- func (o BusinessLine) ToMap() (map[string]interface{}, error)
- type BusinessLineInfo
- func (o *BusinessLineInfo) GetCapability() string
- func (o *BusinessLineInfo) GetCapabilityOk() (*string, bool)
- func (o *BusinessLineInfo) GetIndustryCode() string
- func (o *BusinessLineInfo) GetIndustryCodeOk() (*string, bool)
- func (o *BusinessLineInfo) GetLegalEntityId() string
- func (o *BusinessLineInfo) GetLegalEntityIdOk() (*string, bool)
- func (o *BusinessLineInfo) GetSalesChannels() []string
- func (o *BusinessLineInfo) GetSalesChannelsOk() ([]string, bool)
- func (o *BusinessLineInfo) GetService() string
- func (o *BusinessLineInfo) GetServiceOk() (*string, bool)
- func (o *BusinessLineInfo) GetSourceOfFunds() SourceOfFunds
- func (o *BusinessLineInfo) GetSourceOfFundsOk() (*SourceOfFunds, bool)
- func (o *BusinessLineInfo) GetWebData() []WebData
- func (o *BusinessLineInfo) GetWebDataExemption() WebDataExemption
- func (o *BusinessLineInfo) GetWebDataExemptionOk() (*WebDataExemption, bool)
- func (o *BusinessLineInfo) GetWebDataOk() ([]WebData, bool)
- func (o *BusinessLineInfo) HasCapability() bool
- func (o *BusinessLineInfo) HasSalesChannels() bool
- func (o *BusinessLineInfo) HasSourceOfFunds() bool
- func (o *BusinessLineInfo) HasWebData() bool
- func (o *BusinessLineInfo) HasWebDataExemption() bool
- func (o BusinessLineInfo) MarshalJSON() ([]byte, error)
- func (o *BusinessLineInfo) SetCapability(v string)
- func (o *BusinessLineInfo) SetIndustryCode(v string)
- func (o *BusinessLineInfo) SetLegalEntityId(v string)
- func (o *BusinessLineInfo) SetSalesChannels(v []string)
- func (o *BusinessLineInfo) SetService(v string)
- func (o *BusinessLineInfo) SetSourceOfFunds(v SourceOfFunds)
- func (o *BusinessLineInfo) SetWebData(v []WebData)
- func (o *BusinessLineInfo) SetWebDataExemption(v WebDataExemption)
- func (o BusinessLineInfo) ToMap() (map[string]interface{}, error)
- type BusinessLineInfoUpdate
- func (o *BusinessLineInfoUpdate) GetIndustryCode() string
- func (o *BusinessLineInfoUpdate) GetIndustryCodeOk() (*string, bool)
- func (o *BusinessLineInfoUpdate) GetSalesChannels() []string
- func (o *BusinessLineInfoUpdate) GetSalesChannelsOk() ([]string, bool)
- func (o *BusinessLineInfoUpdate) GetSourceOfFunds() SourceOfFunds
- func (o *BusinessLineInfoUpdate) GetSourceOfFundsOk() (*SourceOfFunds, bool)
- func (o *BusinessLineInfoUpdate) GetWebData() []WebData
- func (o *BusinessLineInfoUpdate) GetWebDataExemption() WebDataExemption
- func (o *BusinessLineInfoUpdate) GetWebDataExemptionOk() (*WebDataExemption, bool)
- func (o *BusinessLineInfoUpdate) GetWebDataOk() ([]WebData, bool)
- func (o *BusinessLineInfoUpdate) HasIndustryCode() bool
- func (o *BusinessLineInfoUpdate) HasSalesChannels() bool
- func (o *BusinessLineInfoUpdate) HasSourceOfFunds() bool
- func (o *BusinessLineInfoUpdate) HasWebData() bool
- func (o *BusinessLineInfoUpdate) HasWebDataExemption() bool
- func (o BusinessLineInfoUpdate) MarshalJSON() ([]byte, error)
- func (o *BusinessLineInfoUpdate) SetIndustryCode(v string)
- func (o *BusinessLineInfoUpdate) SetSalesChannels(v []string)
- func (o *BusinessLineInfoUpdate) SetSourceOfFunds(v SourceOfFunds)
- func (o *BusinessLineInfoUpdate) SetWebData(v []WebData)
- func (o *BusinessLineInfoUpdate) SetWebDataExemption(v WebDataExemption)
- func (o BusinessLineInfoUpdate) ToMap() (map[string]interface{}, error)
- type BusinessLines
- func (o *BusinessLines) GetBusinessLines() []BusinessLine
- func (o *BusinessLines) GetBusinessLinesOk() ([]BusinessLine, bool)
- func (o BusinessLines) MarshalJSON() ([]byte, error)
- func (o *BusinessLines) SetBusinessLines(v []BusinessLine)
- func (o BusinessLines) ToMap() (map[string]interface{}, error)
- type BusinessLinesApi
- func (a *BusinessLinesApi) CreateBusinessLine(ctx context.Context, r BusinessLinesApiCreateBusinessLineInput) (BusinessLine, *http.Response, error)
- func (a *BusinessLinesApi) CreateBusinessLineInput() BusinessLinesApiCreateBusinessLineInput
- func (a *BusinessLinesApi) DeleteBusinessLine(ctx context.Context, r BusinessLinesApiDeleteBusinessLineInput) (*http.Response, error)
- func (a *BusinessLinesApi) DeleteBusinessLineInput(id string) BusinessLinesApiDeleteBusinessLineInput
- func (a *BusinessLinesApi) GetBusinessLine(ctx context.Context, r BusinessLinesApiGetBusinessLineInput) (BusinessLine, *http.Response, error)
- func (a *BusinessLinesApi) GetBusinessLineInput(id string) BusinessLinesApiGetBusinessLineInput
- func (a *BusinessLinesApi) UpdateBusinessLine(ctx context.Context, r BusinessLinesApiUpdateBusinessLineInput) (BusinessLine, *http.Response, error)
- func (a *BusinessLinesApi) UpdateBusinessLineInput(id string) BusinessLinesApiUpdateBusinessLineInput
- type BusinessLinesApiCreateBusinessLineInput
- type BusinessLinesApiDeleteBusinessLineInput
- type BusinessLinesApiGetBusinessLineInput
- type BusinessLinesApiUpdateBusinessLineInput
- type CALocalAccountIdentification
- func (o *CALocalAccountIdentification) GetAccountNumber() string
- func (o *CALocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *CALocalAccountIdentification) GetAccountType() string
- func (o *CALocalAccountIdentification) GetAccountTypeOk() (*string, bool)
- func (o *CALocalAccountIdentification) GetInstitutionNumber() string
- func (o *CALocalAccountIdentification) GetInstitutionNumberOk() (*string, bool)
- func (o *CALocalAccountIdentification) GetTransitNumber() string
- func (o *CALocalAccountIdentification) GetTransitNumberOk() (*string, bool)
- func (o *CALocalAccountIdentification) GetType() string
- func (o *CALocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o *CALocalAccountIdentification) HasAccountType() bool
- func (o CALocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *CALocalAccountIdentification) SetAccountNumber(v string)
- func (o *CALocalAccountIdentification) SetAccountType(v string)
- func (o *CALocalAccountIdentification) SetInstitutionNumber(v string)
- func (o *CALocalAccountIdentification) SetTransitNumber(v string)
- func (o *CALocalAccountIdentification) SetType(v string)
- func (o CALocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type CZLocalAccountIdentification
- func (o *CZLocalAccountIdentification) GetAccountNumber() string
- func (o *CZLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *CZLocalAccountIdentification) GetBankCode() string
- func (o *CZLocalAccountIdentification) GetBankCodeOk() (*string, bool)
- func (o *CZLocalAccountIdentification) GetType() string
- func (o *CZLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o CZLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *CZLocalAccountIdentification) SetAccountNumber(v string)
- func (o *CZLocalAccountIdentification) SetBankCode(v string)
- func (o *CZLocalAccountIdentification) SetType(v string)
- func (o CZLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type CalculateTermsOfServiceStatusResponse
- func (o *CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypes() []string
- func (o *CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypesOk() ([]string, bool)
- func (o *CalculateTermsOfServiceStatusResponse) HasTermsOfServiceTypes() bool
- func (o CalculateTermsOfServiceStatusResponse) MarshalJSON() ([]byte, error)
- func (o *CalculateTermsOfServiceStatusResponse) SetTermsOfServiceTypes(v []string)
- func (o CalculateTermsOfServiceStatusResponse) ToMap() (map[string]interface{}, error)
- type CapabilityProblem
- func (o *CapabilityProblem) GetEntity() CapabilityProblemEntity
- func (o *CapabilityProblem) GetEntityOk() (*CapabilityProblemEntity, bool)
- func (o *CapabilityProblem) GetVerificationErrors() []VerificationError
- func (o *CapabilityProblem) GetVerificationErrorsOk() ([]VerificationError, bool)
- func (o *CapabilityProblem) HasEntity() bool
- func (o *CapabilityProblem) HasVerificationErrors() bool
- func (o CapabilityProblem) MarshalJSON() ([]byte, error)
- func (o *CapabilityProblem) SetEntity(v CapabilityProblemEntity)
- func (o *CapabilityProblem) SetVerificationErrors(v []VerificationError)
- func (o CapabilityProblem) ToMap() (map[string]interface{}, error)
- type CapabilityProblemEntity
- func (o *CapabilityProblemEntity) GetDocuments() []string
- func (o *CapabilityProblemEntity) GetDocumentsOk() ([]string, bool)
- func (o *CapabilityProblemEntity) GetId() string
- func (o *CapabilityProblemEntity) GetIdOk() (*string, bool)
- func (o *CapabilityProblemEntity) GetOwner() CapabilityProblemEntityRecursive
- func (o *CapabilityProblemEntity) GetOwnerOk() (*CapabilityProblemEntityRecursive, bool)
- func (o *CapabilityProblemEntity) GetType() string
- func (o *CapabilityProblemEntity) GetTypeOk() (*string, bool)
- func (o *CapabilityProblemEntity) HasDocuments() bool
- func (o *CapabilityProblemEntity) HasId() bool
- func (o *CapabilityProblemEntity) HasOwner() bool
- func (o *CapabilityProblemEntity) HasType() bool
- func (o CapabilityProblemEntity) MarshalJSON() ([]byte, error)
- func (o *CapabilityProblemEntity) SetDocuments(v []string)
- func (o *CapabilityProblemEntity) SetId(v string)
- func (o *CapabilityProblemEntity) SetOwner(v CapabilityProblemEntityRecursive)
- func (o *CapabilityProblemEntity) SetType(v string)
- func (o CapabilityProblemEntity) ToMap() (map[string]interface{}, error)
- type CapabilityProblemEntityRecursive
- func (o *CapabilityProblemEntityRecursive) GetDocuments() []string
- func (o *CapabilityProblemEntityRecursive) GetDocumentsOk() ([]string, bool)
- func (o *CapabilityProblemEntityRecursive) GetId() string
- func (o *CapabilityProblemEntityRecursive) GetIdOk() (*string, bool)
- func (o *CapabilityProblemEntityRecursive) GetType() string
- func (o *CapabilityProblemEntityRecursive) GetTypeOk() (*string, bool)
- func (o *CapabilityProblemEntityRecursive) HasDocuments() bool
- func (o *CapabilityProblemEntityRecursive) HasId() bool
- func (o *CapabilityProblemEntityRecursive) HasType() bool
- func (o CapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error)
- func (o *CapabilityProblemEntityRecursive) SetDocuments(v []string)
- func (o *CapabilityProblemEntityRecursive) SetId(v string)
- func (o *CapabilityProblemEntityRecursive) SetType(v string)
- func (o CapabilityProblemEntityRecursive) ToMap() (map[string]interface{}, error)
- type CapabilitySettings
- func (o *CapabilitySettings) GetAmountPerIndustry() map[string]Amount
- func (o *CapabilitySettings) GetAmountPerIndustryOk() (*map[string]Amount, bool)
- func (o *CapabilitySettings) GetAuthorizedCardUsers() bool
- func (o *CapabilitySettings) GetAuthorizedCardUsersOk() (*bool, bool)
- func (o *CapabilitySettings) GetFundingSource() []string
- func (o *CapabilitySettings) GetFundingSourceOk() ([]string, bool)
- func (o *CapabilitySettings) GetInterval() string
- func (o *CapabilitySettings) GetIntervalOk() (*string, bool)
- func (o *CapabilitySettings) GetMaxAmount() Amount
- func (o *CapabilitySettings) GetMaxAmountOk() (*Amount, bool)
- func (o *CapabilitySettings) HasAmountPerIndustry() bool
- func (o *CapabilitySettings) HasAuthorizedCardUsers() bool
- func (o *CapabilitySettings) HasFundingSource() bool
- func (o *CapabilitySettings) HasInterval() bool
- func (o *CapabilitySettings) HasMaxAmount() bool
- func (o CapabilitySettings) MarshalJSON() ([]byte, error)
- func (o *CapabilitySettings) SetAmountPerIndustry(v map[string]Amount)
- func (o *CapabilitySettings) SetAuthorizedCardUsers(v bool)
- func (o *CapabilitySettings) SetFundingSource(v []string)
- func (o *CapabilitySettings) SetInterval(v string)
- func (o *CapabilitySettings) SetMaxAmount(v Amount)
- func (o CapabilitySettings) ToMap() (map[string]interface{}, error)
- type CheckTaxElectronicDeliveryConsentResponse
- func (o *CheckTaxElectronicDeliveryConsentResponse) GetUS1099k() bool
- func (o *CheckTaxElectronicDeliveryConsentResponse) GetUS1099kOk() (*bool, bool)
- func (o *CheckTaxElectronicDeliveryConsentResponse) HasUS1099k() bool
- func (o CheckTaxElectronicDeliveryConsentResponse) MarshalJSON() ([]byte, error)
- func (o *CheckTaxElectronicDeliveryConsentResponse) SetUS1099k(v bool)
- func (o CheckTaxElectronicDeliveryConsentResponse) ToMap() (map[string]interface{}, error)
- type DKLocalAccountIdentification
- func (o *DKLocalAccountIdentification) GetAccountNumber() string
- func (o *DKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *DKLocalAccountIdentification) GetBankCode() string
- func (o *DKLocalAccountIdentification) GetBankCodeOk() (*string, bool)
- func (o *DKLocalAccountIdentification) GetType() string
- func (o *DKLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o DKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *DKLocalAccountIdentification) SetAccountNumber(v string)
- func (o *DKLocalAccountIdentification) SetBankCode(v string)
- func (o *DKLocalAccountIdentification) SetType(v string)
- func (o DKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type DataReviewConfirmationResponse
- func (o *DataReviewConfirmationResponse) GetDataReviewedAt() string
- func (o *DataReviewConfirmationResponse) GetDataReviewedAtOk() (*string, bool)
- func (o *DataReviewConfirmationResponse) HasDataReviewedAt() bool
- func (o DataReviewConfirmationResponse) MarshalJSON() ([]byte, error)
- func (o *DataReviewConfirmationResponse) SetDataReviewedAt(v string)
- func (o DataReviewConfirmationResponse) ToMap() (map[string]interface{}, error)
- type Document
- func (o *Document) GetAttachment() Attachment
- func (o *Document) GetAttachmentOk() (*Attachment, bool)
- func (o *Document) GetAttachments() []Attachment
- func (o *Document) GetAttachmentsOk() ([]Attachment, bool)
- func (o *Document) GetCreationDate() time.Time
- func (o *Document) GetCreationDateOk() (*time.Time, bool)
- func (o *Document) GetDescription() string
- func (o *Document) GetDescriptionOk() (*string, bool)
- func (o *Document) GetExpiryDate() string
- func (o *Document) GetExpiryDateOk() (*string, bool)
- func (o *Document) GetFileName() string
- func (o *Document) GetFileNameOk() (*string, bool)
- func (o *Document) GetId() string
- func (o *Document) GetIdOk() (*string, bool)
- func (o *Document) GetIssuerCountry() string
- func (o *Document) GetIssuerCountryOk() (*string, bool)
- func (o *Document) GetIssuerState() string
- func (o *Document) GetIssuerStateOk() (*string, bool)
- func (o *Document) GetModificationDate() time.Time
- func (o *Document) GetModificationDateOk() (*time.Time, bool)
- func (o *Document) GetNumber() string
- func (o *Document) GetNumberOk() (*string, bool)
- func (o *Document) GetOwner() OwnerEntity
- func (o *Document) GetOwnerOk() (*OwnerEntity, bool)
- func (o *Document) GetType() string
- func (o *Document) GetTypeOk() (*string, bool)
- func (o *Document) HasAttachment() bool
- func (o *Document) HasAttachments() bool
- func (o *Document) HasCreationDate() bool
- func (o *Document) HasExpiryDate() bool
- func (o *Document) HasFileName() bool
- func (o *Document) HasId() bool
- func (o *Document) HasIssuerCountry() bool
- func (o *Document) HasIssuerState() bool
- func (o *Document) HasModificationDate() bool
- func (o *Document) HasNumber() bool
- func (o *Document) HasOwner() bool
- func (o Document) MarshalJSON() ([]byte, error)
- func (o *Document) SetAttachment(v Attachment)
- func (o *Document) SetAttachments(v []Attachment)
- func (o *Document) SetCreationDate(v time.Time)
- func (o *Document) SetDescription(v string)
- func (o *Document) SetExpiryDate(v string)
- func (o *Document) SetFileName(v string)
- func (o *Document) SetId(v string)
- func (o *Document) SetIssuerCountry(v string)
- func (o *Document) SetIssuerState(v string)
- func (o *Document) SetModificationDate(v time.Time)
- func (o *Document) SetNumber(v string)
- func (o *Document) SetOwner(v OwnerEntity)
- func (o *Document) SetType(v string)
- func (o Document) ToMap() (map[string]interface{}, error)
- type DocumentPage
- func (o *DocumentPage) GetPageName() string
- func (o *DocumentPage) GetPageNameOk() (*string, bool)
- func (o *DocumentPage) GetPageNumber() int32
- func (o *DocumentPage) GetPageNumberOk() (*int32, bool)
- func (o *DocumentPage) GetType() string
- func (o *DocumentPage) GetTypeOk() (*string, bool)
- func (o *DocumentPage) HasPageName() bool
- func (o *DocumentPage) HasPageNumber() bool
- func (o *DocumentPage) HasType() bool
- func (o DocumentPage) MarshalJSON() ([]byte, error)
- func (o *DocumentPage) SetPageName(v string)
- func (o *DocumentPage) SetPageNumber(v int32)
- func (o *DocumentPage) SetType(v string)
- func (o DocumentPage) ToMap() (map[string]interface{}, error)
- type DocumentReference
- func (o *DocumentReference) GetActive() bool
- func (o *DocumentReference) GetActiveOk() (*bool, bool)
- func (o *DocumentReference) GetDescription() string
- func (o *DocumentReference) GetDescriptionOk() (*string, bool)
- func (o *DocumentReference) GetFileName() string
- func (o *DocumentReference) GetFileNameOk() (*string, bool)
- func (o *DocumentReference) GetId() string
- func (o *DocumentReference) GetIdOk() (*string, bool)
- func (o *DocumentReference) GetModificationDate() time.Time
- func (o *DocumentReference) GetModificationDateOk() (*time.Time, bool)
- func (o *DocumentReference) GetPages() []DocumentPage
- func (o *DocumentReference) GetPagesOk() ([]DocumentPage, bool)
- func (o *DocumentReference) GetType() string
- func (o *DocumentReference) GetTypeOk() (*string, bool)
- func (o *DocumentReference) HasActive() bool
- func (o *DocumentReference) HasDescription() bool
- func (o *DocumentReference) HasFileName() bool
- func (o *DocumentReference) HasId() bool
- func (o *DocumentReference) HasModificationDate() bool
- func (o *DocumentReference) HasPages() bool
- func (o *DocumentReference) HasType() bool
- func (o DocumentReference) MarshalJSON() ([]byte, error)
- func (o *DocumentReference) SetActive(v bool)
- func (o *DocumentReference) SetDescription(v string)
- func (o *DocumentReference) SetFileName(v string)
- func (o *DocumentReference) SetId(v string)
- func (o *DocumentReference) SetModificationDate(v time.Time)
- func (o *DocumentReference) SetPages(v []DocumentPage)
- func (o *DocumentReference) SetType(v string)
- func (o DocumentReference) ToMap() (map[string]interface{}, error)
- type DocumentsApi
- func (a *DocumentsApi) DeleteDocument(ctx context.Context, r DocumentsApiDeleteDocumentInput) (*http.Response, error)
- func (a *DocumentsApi) DeleteDocumentInput(id string) DocumentsApiDeleteDocumentInput
- func (a *DocumentsApi) GetDocument(ctx context.Context, r DocumentsApiGetDocumentInput) (Document, *http.Response, error)
- func (a *DocumentsApi) GetDocumentInput(id string) DocumentsApiGetDocumentInput
- func (a *DocumentsApi) UpdateDocument(ctx context.Context, r DocumentsApiUpdateDocumentInput) (Document, *http.Response, error)
- func (a *DocumentsApi) UpdateDocumentInput(id string) DocumentsApiUpdateDocumentInput
- func (a *DocumentsApi) UploadDocumentForVerificationChecks(ctx context.Context, r DocumentsApiUploadDocumentForVerificationChecksInput) (Document, *http.Response, error)
- func (a *DocumentsApi) UploadDocumentForVerificationChecksInput() DocumentsApiUploadDocumentForVerificationChecksInput
- type DocumentsApiDeleteDocumentInput
- type DocumentsApiGetDocumentInput
- type DocumentsApiUpdateDocumentInput
- type DocumentsApiUploadDocumentForVerificationChecksInput
- func (r DocumentsApiUploadDocumentForVerificationChecksInput) Document(document Document) DocumentsApiUploadDocumentForVerificationChecksInput
- func (r DocumentsApiUploadDocumentForVerificationChecksInput) XRequestedVerificationCode(xRequestedVerificationCode string) DocumentsApiUploadDocumentForVerificationChecksInput
- type EntityReference
- type GeneratePciDescriptionRequest
- func (o *GeneratePciDescriptionRequest) GetAdditionalSalesChannels() []string
- func (o *GeneratePciDescriptionRequest) GetAdditionalSalesChannelsOk() ([]string, bool)
- func (o *GeneratePciDescriptionRequest) GetLanguage() string
- func (o *GeneratePciDescriptionRequest) GetLanguageOk() (*string, bool)
- func (o *GeneratePciDescriptionRequest) HasAdditionalSalesChannels() bool
- func (o *GeneratePciDescriptionRequest) HasLanguage() bool
- func (o GeneratePciDescriptionRequest) MarshalJSON() ([]byte, error)
- func (o *GeneratePciDescriptionRequest) SetAdditionalSalesChannels(v []string)
- func (o *GeneratePciDescriptionRequest) SetLanguage(v string)
- func (o GeneratePciDescriptionRequest) ToMap() (map[string]interface{}, error)
- type GeneratePciDescriptionResponse
- func (o *GeneratePciDescriptionResponse) GetContent() string
- func (o *GeneratePciDescriptionResponse) GetContentOk() (*string, bool)
- func (o *GeneratePciDescriptionResponse) GetLanguage() string
- func (o *GeneratePciDescriptionResponse) GetLanguageOk() (*string, bool)
- func (o *GeneratePciDescriptionResponse) GetPciTemplateReferences() []string
- func (o *GeneratePciDescriptionResponse) GetPciTemplateReferencesOk() ([]string, bool)
- func (o *GeneratePciDescriptionResponse) HasContent() bool
- func (o *GeneratePciDescriptionResponse) HasLanguage() bool
- func (o *GeneratePciDescriptionResponse) HasPciTemplateReferences() bool
- func (o GeneratePciDescriptionResponse) MarshalJSON() ([]byte, error)
- func (o *GeneratePciDescriptionResponse) SetContent(v string)
- func (o *GeneratePciDescriptionResponse) SetLanguage(v string)
- func (o *GeneratePciDescriptionResponse) SetPciTemplateReferences(v []string)
- func (o GeneratePciDescriptionResponse) ToMap() (map[string]interface{}, error)
- type GetPciQuestionnaireInfosResponse
- func (o *GetPciQuestionnaireInfosResponse) GetData() []PciDocumentInfo
- func (o *GetPciQuestionnaireInfosResponse) GetDataOk() ([]PciDocumentInfo, bool)
- func (o *GetPciQuestionnaireInfosResponse) HasData() bool
- func (o GetPciQuestionnaireInfosResponse) MarshalJSON() ([]byte, error)
- func (o *GetPciQuestionnaireInfosResponse) SetData(v []PciDocumentInfo)
- func (o GetPciQuestionnaireInfosResponse) ToMap() (map[string]interface{}, error)
- type GetPciQuestionnaireResponse
- func (o *GetPciQuestionnaireResponse) GetContent() string
- func (o *GetPciQuestionnaireResponse) GetContentOk() (*string, bool)
- func (o *GetPciQuestionnaireResponse) GetCreatedAt() time.Time
- func (o *GetPciQuestionnaireResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *GetPciQuestionnaireResponse) GetId() string
- func (o *GetPciQuestionnaireResponse) GetIdOk() (*string, bool)
- func (o *GetPciQuestionnaireResponse) GetValidUntil() time.Time
- func (o *GetPciQuestionnaireResponse) GetValidUntilOk() (*time.Time, bool)
- func (o *GetPciQuestionnaireResponse) HasContent() bool
- func (o *GetPciQuestionnaireResponse) HasCreatedAt() bool
- func (o *GetPciQuestionnaireResponse) HasId() bool
- func (o *GetPciQuestionnaireResponse) HasValidUntil() bool
- func (o GetPciQuestionnaireResponse) MarshalJSON() ([]byte, error)
- func (o *GetPciQuestionnaireResponse) SetContent(v string)
- func (o *GetPciQuestionnaireResponse) SetCreatedAt(v time.Time)
- func (o *GetPciQuestionnaireResponse) SetId(v string)
- func (o *GetPciQuestionnaireResponse) SetValidUntil(v time.Time)
- func (o GetPciQuestionnaireResponse) ToMap() (map[string]interface{}, error)
- type GetTermsOfServiceAcceptanceInfosResponse
- func (o *GetTermsOfServiceAcceptanceInfosResponse) GetData() []TermsOfServiceAcceptanceInfo
- func (o *GetTermsOfServiceAcceptanceInfosResponse) GetDataOk() ([]TermsOfServiceAcceptanceInfo, bool)
- func (o *GetTermsOfServiceAcceptanceInfosResponse) HasData() bool
- func (o GetTermsOfServiceAcceptanceInfosResponse) MarshalJSON() ([]byte, error)
- func (o *GetTermsOfServiceAcceptanceInfosResponse) SetData(v []TermsOfServiceAcceptanceInfo)
- func (o GetTermsOfServiceAcceptanceInfosResponse) ToMap() (map[string]interface{}, error)
- type GetTermsOfServiceDocumentRequest
- func (o *GetTermsOfServiceDocumentRequest) GetLanguage() string
- func (o *GetTermsOfServiceDocumentRequest) GetLanguageOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentRequest) GetTermsOfServiceDocumentFormat() string
- func (o *GetTermsOfServiceDocumentRequest) GetTermsOfServiceDocumentFormatOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentRequest) GetType() string
- func (o *GetTermsOfServiceDocumentRequest) GetTypeOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentRequest) HasTermsOfServiceDocumentFormat() bool
- func (o GetTermsOfServiceDocumentRequest) MarshalJSON() ([]byte, error)
- func (o *GetTermsOfServiceDocumentRequest) SetLanguage(v string)
- func (o *GetTermsOfServiceDocumentRequest) SetTermsOfServiceDocumentFormat(v string)
- func (o *GetTermsOfServiceDocumentRequest) SetType(v string)
- func (o GetTermsOfServiceDocumentRequest) ToMap() (map[string]interface{}, error)
- type GetTermsOfServiceDocumentResponse
- func (o *GetTermsOfServiceDocumentResponse) GetDocument() string
- func (o *GetTermsOfServiceDocumentResponse) GetDocumentOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentResponse) GetId() string
- func (o *GetTermsOfServiceDocumentResponse) GetIdOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentResponse) GetLanguage() string
- func (o *GetTermsOfServiceDocumentResponse) GetLanguageOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentFormat() string
- func (o *GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentFormatOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentId() string
- func (o *GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentIdOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentResponse) GetType() string
- func (o *GetTermsOfServiceDocumentResponse) GetTypeOk() (*string, bool)
- func (o *GetTermsOfServiceDocumentResponse) HasDocument() bool
- func (o *GetTermsOfServiceDocumentResponse) HasId() bool
- func (o *GetTermsOfServiceDocumentResponse) HasLanguage() bool
- func (o *GetTermsOfServiceDocumentResponse) HasTermsOfServiceDocumentFormat() bool
- func (o *GetTermsOfServiceDocumentResponse) HasTermsOfServiceDocumentId() bool
- func (o *GetTermsOfServiceDocumentResponse) HasType() bool
- func (o GetTermsOfServiceDocumentResponse) MarshalJSON() ([]byte, error)
- func (o *GetTermsOfServiceDocumentResponse) SetDocument(v string)
- func (o *GetTermsOfServiceDocumentResponse) SetId(v string)
- func (o *GetTermsOfServiceDocumentResponse) SetLanguage(v string)
- func (o *GetTermsOfServiceDocumentResponse) SetTermsOfServiceDocumentFormat(v string)
- func (o *GetTermsOfServiceDocumentResponse) SetTermsOfServiceDocumentId(v string)
- func (o *GetTermsOfServiceDocumentResponse) SetType(v string)
- func (o GetTermsOfServiceDocumentResponse) ToMap() (map[string]interface{}, error)
- type HKLocalAccountIdentification
- func (o *HKLocalAccountIdentification) GetAccountNumber() string
- func (o *HKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *HKLocalAccountIdentification) GetClearingCode() string
- func (o *HKLocalAccountIdentification) GetClearingCodeOk() (*string, bool)
- func (o *HKLocalAccountIdentification) GetType() string
- func (o *HKLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o HKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *HKLocalAccountIdentification) SetAccountNumber(v string)
- func (o *HKLocalAccountIdentification) SetClearingCode(v string)
- func (o *HKLocalAccountIdentification) SetType(v string)
- func (o HKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type HULocalAccountIdentification
- func (o *HULocalAccountIdentification) GetAccountNumber() string
- func (o *HULocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *HULocalAccountIdentification) GetType() string
- func (o *HULocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o HULocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *HULocalAccountIdentification) SetAccountNumber(v string)
- func (o *HULocalAccountIdentification) SetType(v string)
- func (o HULocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type HostedOnboardingApi
- func (a *HostedOnboardingApi) GetLinkToAdyenhostedOnboardingPage(ctx context.Context, ...) (OnboardingLink, *http.Response, error)
- func (a *HostedOnboardingApi) GetLinkToAdyenhostedOnboardingPageInput(id string) HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput
- func (a *HostedOnboardingApi) GetOnboardingLinkTheme(ctx context.Context, r HostedOnboardingApiGetOnboardingLinkThemeInput) (OnboardingTheme, *http.Response, error)
- func (a *HostedOnboardingApi) GetOnboardingLinkThemeInput(id string) HostedOnboardingApiGetOnboardingLinkThemeInput
- func (a *HostedOnboardingApi) ListHostedOnboardingPageThemes(ctx context.Context, r HostedOnboardingApiListHostedOnboardingPageThemesInput) (OnboardingThemes, *http.Response, error)
- func (a *HostedOnboardingApi) ListHostedOnboardingPageThemesInput() HostedOnboardingApiListHostedOnboardingPageThemesInput
- type HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput
- type HostedOnboardingApiGetOnboardingLinkThemeInput
- type HostedOnboardingApiListHostedOnboardingPageThemesInput
- type IbanAccountIdentification
- func (o *IbanAccountIdentification) GetIban() string
- func (o *IbanAccountIdentification) GetIbanOk() (*string, bool)
- func (o *IbanAccountIdentification) GetType() string
- func (o *IbanAccountIdentification) GetTypeOk() (*string, bool)
- func (o IbanAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *IbanAccountIdentification) SetIban(v string)
- func (o *IbanAccountIdentification) SetType(v string)
- func (o IbanAccountIdentification) ToMap() (map[string]interface{}, error)
- type IdentificationData
- func (o *IdentificationData) GetCardNumber() string
- func (o *IdentificationData) GetCardNumberOk() (*string, bool)
- func (o *IdentificationData) GetExpiryDate() string
- func (o *IdentificationData) GetExpiryDateOk() (*string, bool)
- func (o *IdentificationData) GetIssuerCountry() string
- func (o *IdentificationData) GetIssuerCountryOk() (*string, bool)
- func (o *IdentificationData) GetIssuerState() string
- func (o *IdentificationData) GetIssuerStateOk() (*string, bool)
- func (o *IdentificationData) GetNationalIdExempt() bool
- func (o *IdentificationData) GetNationalIdExemptOk() (*bool, bool)
- func (o *IdentificationData) GetNumber() string
- func (o *IdentificationData) GetNumberOk() (*string, bool)
- func (o *IdentificationData) GetType() string
- func (o *IdentificationData) GetTypeOk() (*string, bool)
- func (o *IdentificationData) HasCardNumber() bool
- func (o *IdentificationData) HasExpiryDate() bool
- func (o *IdentificationData) HasIssuerCountry() bool
- func (o *IdentificationData) HasIssuerState() bool
- func (o *IdentificationData) HasNationalIdExempt() bool
- func (o *IdentificationData) HasNumber() bool
- func (o IdentificationData) MarshalJSON() ([]byte, error)
- func (o *IdentificationData) SetCardNumber(v string)
- func (o *IdentificationData) SetExpiryDate(v string)
- func (o *IdentificationData) SetIssuerCountry(v string)
- func (o *IdentificationData) SetIssuerState(v string)
- func (o *IdentificationData) SetNationalIdExempt(v bool)
- func (o *IdentificationData) SetNumber(v string)
- func (o *IdentificationData) SetType(v string)
- func (o IdentificationData) ToMap() (map[string]interface{}, error)
- type Individual
- func (o *Individual) GetBirthData() BirthData
- func (o *Individual) GetBirthDataOk() (*BirthData, bool)
- func (o *Individual) GetEmail() string
- func (o *Individual) GetEmailOk() (*string, bool)
- func (o *Individual) GetIdentificationData() IdentificationData
- func (o *Individual) GetIdentificationDataOk() (*IdentificationData, bool)
- func (o *Individual) GetName() Name
- func (o *Individual) GetNameOk() (*Name, bool)
- func (o *Individual) GetNationality() string
- func (o *Individual) GetNationalityOk() (*string, bool)
- func (o *Individual) GetPhone() PhoneNumber
- func (o *Individual) GetPhoneOk() (*PhoneNumber, bool)
- func (o *Individual) GetResidentialAddress() Address
- func (o *Individual) GetResidentialAddressOk() (*Address, bool)
- func (o *Individual) GetTaxInformation() []TaxInformation
- func (o *Individual) GetTaxInformationOk() ([]TaxInformation, bool)
- func (o *Individual) GetWebData() WebData
- func (o *Individual) GetWebDataOk() (*WebData, bool)
- func (o *Individual) HasBirthData() bool
- func (o *Individual) HasEmail() bool
- func (o *Individual) HasIdentificationData() bool
- func (o *Individual) HasNationality() bool
- func (o *Individual) HasPhone() bool
- func (o *Individual) HasTaxInformation() bool
- func (o *Individual) HasWebData() bool
- func (o Individual) MarshalJSON() ([]byte, error)
- func (o *Individual) SetBirthData(v BirthData)
- func (o *Individual) SetEmail(v string)
- func (o *Individual) SetIdentificationData(v IdentificationData)
- func (o *Individual) SetName(v Name)
- func (o *Individual) SetNationality(v string)
- func (o *Individual) SetPhone(v PhoneNumber)
- func (o *Individual) SetResidentialAddress(v Address)
- func (o *Individual) SetTaxInformation(v []TaxInformation)
- func (o *Individual) SetWebData(v WebData)
- func (o Individual) ToMap() (map[string]interface{}, error)
- type LegalEntitiesApi
- func (a *LegalEntitiesApi) CheckLegalEntitysVerificationErrors(ctx context.Context, ...) (VerificationErrors, *http.Response, error)
- func (a *LegalEntitiesApi) CheckLegalEntitysVerificationErrorsInput(id string) LegalEntitiesApiCheckLegalEntitysVerificationErrorsInput
- func (a *LegalEntitiesApi) ConfirmDataReview(ctx context.Context, r LegalEntitiesApiConfirmDataReviewInput) (DataReviewConfirmationResponse, *http.Response, error)
- func (a *LegalEntitiesApi) ConfirmDataReviewInput(id string) LegalEntitiesApiConfirmDataReviewInput
- func (a *LegalEntitiesApi) CreateLegalEntity(ctx context.Context, r LegalEntitiesApiCreateLegalEntityInput) (LegalEntity, *http.Response, error)
- func (a *LegalEntitiesApi) CreateLegalEntityInput() LegalEntitiesApiCreateLegalEntityInput
- func (a *LegalEntitiesApi) GetAllBusinessLinesUnderLegalEntity(ctx context.Context, ...) (BusinessLines, *http.Response, error)
- func (a *LegalEntitiesApi) GetAllBusinessLinesUnderLegalEntityInput(id string) LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput
- func (a *LegalEntitiesApi) GetLegalEntity(ctx context.Context, r LegalEntitiesApiGetLegalEntityInput) (LegalEntity, *http.Response, error)
- func (a *LegalEntitiesApi) GetLegalEntityInput(id string) LegalEntitiesApiGetLegalEntityInput
- func (a *LegalEntitiesApi) UpdateLegalEntity(ctx context.Context, r LegalEntitiesApiUpdateLegalEntityInput) (LegalEntity, *http.Response, error)
- func (a *LegalEntitiesApi) UpdateLegalEntityInput(id string) LegalEntitiesApiUpdateLegalEntityInput
- type LegalEntitiesApiCheckLegalEntitysVerificationErrorsInput
- type LegalEntitiesApiConfirmDataReviewInput
- type LegalEntitiesApiCreateLegalEntityInput
- func (r LegalEntitiesApiCreateLegalEntityInput) LegalEntityInfoRequiredType(legalEntityInfoRequiredType LegalEntityInfoRequiredType) LegalEntitiesApiCreateLegalEntityInput
- func (r LegalEntitiesApiCreateLegalEntityInput) XRequestedVerificationCode(xRequestedVerificationCode string) LegalEntitiesApiCreateLegalEntityInput
- type LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput
- type LegalEntitiesApiGetLegalEntityInput
- type LegalEntitiesApiUpdateLegalEntityInput
- type LegalEntity
- func (o *LegalEntity) GetCapabilities() map[string]LegalEntityCapability
- func (o *LegalEntity) GetCapabilitiesOk() (*map[string]LegalEntityCapability, bool)
- func (o *LegalEntity) GetDocumentDetails() []DocumentReference
- func (o *LegalEntity) GetDocumentDetailsOk() ([]DocumentReference, bool)
- func (o *LegalEntity) GetDocuments() []EntityReference
- func (o *LegalEntity) GetDocumentsOk() ([]EntityReference, bool)
- func (o *LegalEntity) GetEntityAssociations() []LegalEntityAssociation
- func (o *LegalEntity) GetEntityAssociationsOk() ([]LegalEntityAssociation, bool)
- func (o *LegalEntity) GetId() string
- func (o *LegalEntity) GetIdOk() (*string, bool)
- func (o *LegalEntity) GetIndividual() Individual
- func (o *LegalEntity) GetIndividualOk() (*Individual, bool)
- func (o *LegalEntity) GetOrganization() Organization
- func (o *LegalEntity) GetOrganizationOk() (*Organization, bool)
- func (o *LegalEntity) GetProblems() []CapabilityProblem
- func (o *LegalEntity) GetProblemsOk() ([]CapabilityProblem, bool)
- func (o *LegalEntity) GetReference() string
- func (o *LegalEntity) GetReferenceOk() (*string, bool)
- func (o *LegalEntity) GetSoleProprietorship() SoleProprietorship
- func (o *LegalEntity) GetSoleProprietorshipOk() (*SoleProprietorship, bool)
- func (o *LegalEntity) GetTransferInstruments() []TransferInstrumentReference
- func (o *LegalEntity) GetTransferInstrumentsOk() ([]TransferInstrumentReference, bool)
- func (o *LegalEntity) GetTrust() Trust
- func (o *LegalEntity) GetTrustOk() (*Trust, bool)
- func (o *LegalEntity) GetType() string
- func (o *LegalEntity) GetTypeOk() (*string, bool)
- func (o *LegalEntity) GetVerificationDeadlines() []VerificationDeadline
- func (o *LegalEntity) GetVerificationDeadlinesOk() ([]VerificationDeadline, bool)
- func (o *LegalEntity) GetVerificationPlan() string
- func (o *LegalEntity) GetVerificationPlanOk() (*string, bool)
- func (o *LegalEntity) HasCapabilities() bool
- func (o *LegalEntity) HasDocumentDetails() bool
- func (o *LegalEntity) HasDocuments() bool
- func (o *LegalEntity) HasEntityAssociations() bool
- func (o *LegalEntity) HasIndividual() bool
- func (o *LegalEntity) HasOrganization() bool
- func (o *LegalEntity) HasProblems() bool
- func (o *LegalEntity) HasReference() bool
- func (o *LegalEntity) HasSoleProprietorship() bool
- func (o *LegalEntity) HasTransferInstruments() bool
- func (o *LegalEntity) HasTrust() bool
- func (o *LegalEntity) HasType() bool
- func (o *LegalEntity) HasVerificationDeadlines() bool
- func (o *LegalEntity) HasVerificationPlan() bool
- func (o LegalEntity) MarshalJSON() ([]byte, error)
- func (o *LegalEntity) SetCapabilities(v map[string]LegalEntityCapability)
- func (o *LegalEntity) SetDocumentDetails(v []DocumentReference)
- func (o *LegalEntity) SetDocuments(v []EntityReference)
- func (o *LegalEntity) SetEntityAssociations(v []LegalEntityAssociation)
- func (o *LegalEntity) SetId(v string)
- func (o *LegalEntity) SetIndividual(v Individual)
- func (o *LegalEntity) SetOrganization(v Organization)
- func (o *LegalEntity) SetProblems(v []CapabilityProblem)
- func (o *LegalEntity) SetReference(v string)
- func (o *LegalEntity) SetSoleProprietorship(v SoleProprietorship)
- func (o *LegalEntity) SetTransferInstruments(v []TransferInstrumentReference)
- func (o *LegalEntity) SetTrust(v Trust)
- func (o *LegalEntity) SetType(v string)
- func (o *LegalEntity) SetVerificationDeadlines(v []VerificationDeadline)
- func (o *LegalEntity) SetVerificationPlan(v string)
- func (o LegalEntity) ToMap() (map[string]interface{}, error)
- type LegalEntityAssociation
- func (o *LegalEntityAssociation) GetAssociatorId() string
- func (o *LegalEntityAssociation) GetAssociatorIdOk() (*string, bool)
- func (o *LegalEntityAssociation) GetEntityType() string
- func (o *LegalEntityAssociation) GetEntityTypeOk() (*string, bool)
- func (o *LegalEntityAssociation) GetJobTitle() string
- func (o *LegalEntityAssociation) GetJobTitleOk() (*string, bool)
- func (o *LegalEntityAssociation) GetLegalEntityId() string
- func (o *LegalEntityAssociation) GetLegalEntityIdOk() (*string, bool)
- func (o *LegalEntityAssociation) GetName() string
- func (o *LegalEntityAssociation) GetNameOk() (*string, bool)
- func (o *LegalEntityAssociation) GetRelationship() string
- func (o *LegalEntityAssociation) GetRelationshipOk() (*string, bool)
- func (o *LegalEntityAssociation) GetSettlorExemptionReason() []string
- func (o *LegalEntityAssociation) GetSettlorExemptionReasonOk() ([]string, bool)
- func (o *LegalEntityAssociation) GetType() string
- func (o *LegalEntityAssociation) GetTypeOk() (*string, bool)
- func (o *LegalEntityAssociation) HasAssociatorId() bool
- func (o *LegalEntityAssociation) HasEntityType() bool
- func (o *LegalEntityAssociation) HasJobTitle() bool
- func (o *LegalEntityAssociation) HasName() bool
- func (o *LegalEntityAssociation) HasRelationship() bool
- func (o *LegalEntityAssociation) HasSettlorExemptionReason() bool
- func (o LegalEntityAssociation) MarshalJSON() ([]byte, error)
- func (o *LegalEntityAssociation) SetAssociatorId(v string)
- func (o *LegalEntityAssociation) SetEntityType(v string)
- func (o *LegalEntityAssociation) SetJobTitle(v string)
- func (o *LegalEntityAssociation) SetLegalEntityId(v string)
- func (o *LegalEntityAssociation) SetName(v string)
- func (o *LegalEntityAssociation) SetRelationship(v string)
- func (o *LegalEntityAssociation) SetSettlorExemptionReason(v []string)
- func (o *LegalEntityAssociation) SetType(v string)
- func (o LegalEntityAssociation) ToMap() (map[string]interface{}, error)
- type LegalEntityCapability
- func (o *LegalEntityCapability) GetAllowed() bool
- func (o *LegalEntityCapability) GetAllowedLevel() string
- func (o *LegalEntityCapability) GetAllowedLevelOk() (*string, bool)
- func (o *LegalEntityCapability) GetAllowedOk() (*bool, bool)
- func (o *LegalEntityCapability) GetAllowedSettings() CapabilitySettings
- func (o *LegalEntityCapability) GetAllowedSettingsOk() (*CapabilitySettings, bool)
- func (o *LegalEntityCapability) GetRequested() bool
- func (o *LegalEntityCapability) GetRequestedLevel() string
- func (o *LegalEntityCapability) GetRequestedLevelOk() (*string, bool)
- func (o *LegalEntityCapability) GetRequestedOk() (*bool, bool)
- func (o *LegalEntityCapability) GetRequestedSettings() CapabilitySettings
- func (o *LegalEntityCapability) GetRequestedSettingsOk() (*CapabilitySettings, bool)
- func (o *LegalEntityCapability) GetTransferInstruments() []SupportingEntityCapability
- func (o *LegalEntityCapability) GetTransferInstrumentsOk() ([]SupportingEntityCapability, bool)
- func (o *LegalEntityCapability) GetVerificationStatus() string
- func (o *LegalEntityCapability) GetVerificationStatusOk() (*string, bool)
- func (o *LegalEntityCapability) HasAllowed() bool
- func (o *LegalEntityCapability) HasAllowedLevel() bool
- func (o *LegalEntityCapability) HasAllowedSettings() bool
- func (o *LegalEntityCapability) HasRequested() bool
- func (o *LegalEntityCapability) HasRequestedLevel() bool
- func (o *LegalEntityCapability) HasRequestedSettings() bool
- func (o *LegalEntityCapability) HasTransferInstruments() bool
- func (o *LegalEntityCapability) HasVerificationStatus() bool
- func (o LegalEntityCapability) MarshalJSON() ([]byte, error)
- func (o *LegalEntityCapability) SetAllowed(v bool)
- func (o *LegalEntityCapability) SetAllowedLevel(v string)
- func (o *LegalEntityCapability) SetAllowedSettings(v CapabilitySettings)
- func (o *LegalEntityCapability) SetRequested(v bool)
- func (o *LegalEntityCapability) SetRequestedLevel(v string)
- func (o *LegalEntityCapability) SetRequestedSettings(v CapabilitySettings)
- func (o *LegalEntityCapability) SetTransferInstruments(v []SupportingEntityCapability)
- func (o *LegalEntityCapability) SetVerificationStatus(v string)
- func (o LegalEntityCapability) ToMap() (map[string]interface{}, error)
- type LegalEntityInfo
- func (o *LegalEntityInfo) GetCapabilities() map[string]LegalEntityCapability
- func (o *LegalEntityInfo) GetCapabilitiesOk() (*map[string]LegalEntityCapability, bool)
- func (o *LegalEntityInfo) GetEntityAssociations() []LegalEntityAssociation
- func (o *LegalEntityInfo) GetEntityAssociationsOk() ([]LegalEntityAssociation, bool)
- func (o *LegalEntityInfo) GetIndividual() Individual
- func (o *LegalEntityInfo) GetIndividualOk() (*Individual, bool)
- func (o *LegalEntityInfo) GetOrganization() Organization
- func (o *LegalEntityInfo) GetOrganizationOk() (*Organization, bool)
- func (o *LegalEntityInfo) GetReference() string
- func (o *LegalEntityInfo) GetReferenceOk() (*string, bool)
- func (o *LegalEntityInfo) GetSoleProprietorship() SoleProprietorship
- func (o *LegalEntityInfo) GetSoleProprietorshipOk() (*SoleProprietorship, bool)
- func (o *LegalEntityInfo) GetTrust() Trust
- func (o *LegalEntityInfo) GetTrustOk() (*Trust, bool)
- func (o *LegalEntityInfo) GetType() string
- func (o *LegalEntityInfo) GetTypeOk() (*string, bool)
- func (o *LegalEntityInfo) GetVerificationPlan() string
- func (o *LegalEntityInfo) GetVerificationPlanOk() (*string, bool)
- func (o *LegalEntityInfo) HasCapabilities() bool
- func (o *LegalEntityInfo) HasEntityAssociations() bool
- func (o *LegalEntityInfo) HasIndividual() bool
- func (o *LegalEntityInfo) HasOrganization() bool
- func (o *LegalEntityInfo) HasReference() bool
- func (o *LegalEntityInfo) HasSoleProprietorship() bool
- func (o *LegalEntityInfo) HasTrust() bool
- func (o *LegalEntityInfo) HasType() bool
- func (o *LegalEntityInfo) HasVerificationPlan() bool
- func (o LegalEntityInfo) MarshalJSON() ([]byte, error)
- func (o *LegalEntityInfo) SetCapabilities(v map[string]LegalEntityCapability)
- func (o *LegalEntityInfo) SetEntityAssociations(v []LegalEntityAssociation)
- func (o *LegalEntityInfo) SetIndividual(v Individual)
- func (o *LegalEntityInfo) SetOrganization(v Organization)
- func (o *LegalEntityInfo) SetReference(v string)
- func (o *LegalEntityInfo) SetSoleProprietorship(v SoleProprietorship)
- func (o *LegalEntityInfo) SetTrust(v Trust)
- func (o *LegalEntityInfo) SetType(v string)
- func (o *LegalEntityInfo) SetVerificationPlan(v string)
- func (o LegalEntityInfo) ToMap() (map[string]interface{}, error)
- type LegalEntityInfoRequiredType
- func (o *LegalEntityInfoRequiredType) GetCapabilities() map[string]LegalEntityCapability
- func (o *LegalEntityInfoRequiredType) GetCapabilitiesOk() (*map[string]LegalEntityCapability, bool)
- func (o *LegalEntityInfoRequiredType) GetEntityAssociations() []LegalEntityAssociation
- func (o *LegalEntityInfoRequiredType) GetEntityAssociationsOk() ([]LegalEntityAssociation, bool)
- func (o *LegalEntityInfoRequiredType) GetIndividual() Individual
- func (o *LegalEntityInfoRequiredType) GetIndividualOk() (*Individual, bool)
- func (o *LegalEntityInfoRequiredType) GetOrganization() Organization
- func (o *LegalEntityInfoRequiredType) GetOrganizationOk() (*Organization, bool)
- func (o *LegalEntityInfoRequiredType) GetReference() string
- func (o *LegalEntityInfoRequiredType) GetReferenceOk() (*string, bool)
- func (o *LegalEntityInfoRequiredType) GetSoleProprietorship() SoleProprietorship
- func (o *LegalEntityInfoRequiredType) GetSoleProprietorshipOk() (*SoleProprietorship, bool)
- func (o *LegalEntityInfoRequiredType) GetTrust() Trust
- func (o *LegalEntityInfoRequiredType) GetTrustOk() (*Trust, bool)
- func (o *LegalEntityInfoRequiredType) GetType() string
- func (o *LegalEntityInfoRequiredType) GetTypeOk() (*string, bool)
- func (o *LegalEntityInfoRequiredType) GetVerificationPlan() string
- func (o *LegalEntityInfoRequiredType) GetVerificationPlanOk() (*string, bool)
- func (o *LegalEntityInfoRequiredType) HasCapabilities() bool
- func (o *LegalEntityInfoRequiredType) HasEntityAssociations() bool
- func (o *LegalEntityInfoRequiredType) HasIndividual() bool
- func (o *LegalEntityInfoRequiredType) HasOrganization() bool
- func (o *LegalEntityInfoRequiredType) HasReference() bool
- func (o *LegalEntityInfoRequiredType) HasSoleProprietorship() bool
- func (o *LegalEntityInfoRequiredType) HasTrust() bool
- func (o *LegalEntityInfoRequiredType) HasVerificationPlan() bool
- func (o LegalEntityInfoRequiredType) MarshalJSON() ([]byte, error)
- func (o *LegalEntityInfoRequiredType) SetCapabilities(v map[string]LegalEntityCapability)
- func (o *LegalEntityInfoRequiredType) SetEntityAssociations(v []LegalEntityAssociation)
- func (o *LegalEntityInfoRequiredType) SetIndividual(v Individual)
- func (o *LegalEntityInfoRequiredType) SetOrganization(v Organization)
- func (o *LegalEntityInfoRequiredType) SetReference(v string)
- func (o *LegalEntityInfoRequiredType) SetSoleProprietorship(v SoleProprietorship)
- func (o *LegalEntityInfoRequiredType) SetTrust(v Trust)
- func (o *LegalEntityInfoRequiredType) SetType(v string)
- func (o *LegalEntityInfoRequiredType) SetVerificationPlan(v string)
- func (o LegalEntityInfoRequiredType) ToMap() (map[string]interface{}, error)
- type NOLocalAccountIdentification
- func (o *NOLocalAccountIdentification) GetAccountNumber() string
- func (o *NOLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *NOLocalAccountIdentification) GetType() string
- func (o *NOLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o NOLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *NOLocalAccountIdentification) SetAccountNumber(v string)
- func (o *NOLocalAccountIdentification) SetType(v string)
- func (o NOLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type NZLocalAccountIdentification
- func (o *NZLocalAccountIdentification) GetAccountNumber() string
- func (o *NZLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *NZLocalAccountIdentification) GetType() string
- func (o *NZLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o NZLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *NZLocalAccountIdentification) SetAccountNumber(v string)
- func (o *NZLocalAccountIdentification) SetType(v string)
- func (o NZLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type Name
- func (o *Name) GetFirstName() string
- func (o *Name) GetFirstNameOk() (*string, bool)
- func (o *Name) GetInfix() string
- func (o *Name) GetInfixOk() (*string, bool)
- func (o *Name) GetLastName() string
- func (o *Name) GetLastNameOk() (*string, bool)
- func (o *Name) HasInfix() bool
- func (o Name) MarshalJSON() ([]byte, error)
- func (o *Name) SetFirstName(v string)
- func (o *Name) SetInfix(v string)
- func (o *Name) SetLastName(v string)
- func (o Name) ToMap() (map[string]interface{}, error)
- type NullableAULocalAccountIdentification
- func (v NullableAULocalAccountIdentification) Get() *AULocalAccountIdentification
- func (v NullableAULocalAccountIdentification) IsSet() bool
- func (v NullableAULocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableAULocalAccountIdentification) Set(val *AULocalAccountIdentification)
- func (v *NullableAULocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableAULocalAccountIdentification) Unset()
- type NullableAcceptTermsOfServiceRequest
- func (v NullableAcceptTermsOfServiceRequest) Get() *AcceptTermsOfServiceRequest
- func (v NullableAcceptTermsOfServiceRequest) IsSet() bool
- func (v NullableAcceptTermsOfServiceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAcceptTermsOfServiceRequest) Set(val *AcceptTermsOfServiceRequest)
- func (v *NullableAcceptTermsOfServiceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAcceptTermsOfServiceRequest) Unset()
- type NullableAcceptTermsOfServiceResponse
- func (v NullableAcceptTermsOfServiceResponse) Get() *AcceptTermsOfServiceResponse
- func (v NullableAcceptTermsOfServiceResponse) IsSet() bool
- func (v NullableAcceptTermsOfServiceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAcceptTermsOfServiceResponse) Set(val *AcceptTermsOfServiceResponse)
- func (v *NullableAcceptTermsOfServiceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAcceptTermsOfServiceResponse) Unset()
- type NullableAdditionalBankIdentification
- func (v NullableAdditionalBankIdentification) Get() *AdditionalBankIdentification
- func (v NullableAdditionalBankIdentification) IsSet() bool
- func (v NullableAdditionalBankIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionalBankIdentification) Set(val *AdditionalBankIdentification)
- func (v *NullableAdditionalBankIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionalBankIdentification) Unset()
- type NullableAddress
- type NullableAmount
- type NullableAttachment
- type NullableBankAccountInfo
- func (v NullableBankAccountInfo) Get() *BankAccountInfo
- func (v NullableBankAccountInfo) IsSet() bool
- func (v NullableBankAccountInfo) MarshalJSON() ([]byte, error)
- func (v *NullableBankAccountInfo) Set(val *BankAccountInfo)
- func (v *NullableBankAccountInfo) UnmarshalJSON(src []byte) error
- func (v *NullableBankAccountInfo) Unset()
- type NullableBankAccountInfoAccountIdentification
- func (v NullableBankAccountInfoAccountIdentification) Get() *BankAccountInfoAccountIdentification
- func (v NullableBankAccountInfoAccountIdentification) IsSet() bool
- func (v NullableBankAccountInfoAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableBankAccountInfoAccountIdentification) Set(val *BankAccountInfoAccountIdentification)
- func (v *NullableBankAccountInfoAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableBankAccountInfoAccountIdentification) Unset()
- type NullableBirthData
- type NullableBusinessLine
- func (v NullableBusinessLine) Get() *BusinessLine
- func (v NullableBusinessLine) IsSet() bool
- func (v NullableBusinessLine) MarshalJSON() ([]byte, error)
- func (v *NullableBusinessLine) Set(val *BusinessLine)
- func (v *NullableBusinessLine) UnmarshalJSON(src []byte) error
- func (v *NullableBusinessLine) Unset()
- type NullableBusinessLineInfo
- func (v NullableBusinessLineInfo) Get() *BusinessLineInfo
- func (v NullableBusinessLineInfo) IsSet() bool
- func (v NullableBusinessLineInfo) MarshalJSON() ([]byte, error)
- func (v *NullableBusinessLineInfo) Set(val *BusinessLineInfo)
- func (v *NullableBusinessLineInfo) UnmarshalJSON(src []byte) error
- func (v *NullableBusinessLineInfo) Unset()
- type NullableBusinessLineInfoUpdate
- func (v NullableBusinessLineInfoUpdate) Get() *BusinessLineInfoUpdate
- func (v NullableBusinessLineInfoUpdate) IsSet() bool
- func (v NullableBusinessLineInfoUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableBusinessLineInfoUpdate) Set(val *BusinessLineInfoUpdate)
- func (v *NullableBusinessLineInfoUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableBusinessLineInfoUpdate) Unset()
- type NullableBusinessLines
- func (v NullableBusinessLines) Get() *BusinessLines
- func (v NullableBusinessLines) IsSet() bool
- func (v NullableBusinessLines) MarshalJSON() ([]byte, error)
- func (v *NullableBusinessLines) Set(val *BusinessLines)
- func (v *NullableBusinessLines) UnmarshalJSON(src []byte) error
- func (v *NullableBusinessLines) Unset()
- type NullableCALocalAccountIdentification
- func (v NullableCALocalAccountIdentification) Get() *CALocalAccountIdentification
- func (v NullableCALocalAccountIdentification) IsSet() bool
- func (v NullableCALocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableCALocalAccountIdentification) Set(val *CALocalAccountIdentification)
- func (v *NullableCALocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableCALocalAccountIdentification) Unset()
- type NullableCZLocalAccountIdentification
- func (v NullableCZLocalAccountIdentification) Get() *CZLocalAccountIdentification
- func (v NullableCZLocalAccountIdentification) IsSet() bool
- func (v NullableCZLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableCZLocalAccountIdentification) Set(val *CZLocalAccountIdentification)
- func (v *NullableCZLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableCZLocalAccountIdentification) Unset()
- type NullableCalculateTermsOfServiceStatusResponse
- func (v NullableCalculateTermsOfServiceStatusResponse) Get() *CalculateTermsOfServiceStatusResponse
- func (v NullableCalculateTermsOfServiceStatusResponse) IsSet() bool
- func (v NullableCalculateTermsOfServiceStatusResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCalculateTermsOfServiceStatusResponse) Set(val *CalculateTermsOfServiceStatusResponse)
- func (v *NullableCalculateTermsOfServiceStatusResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCalculateTermsOfServiceStatusResponse) Unset()
- type NullableCapabilityProblem
- func (v NullableCapabilityProblem) Get() *CapabilityProblem
- func (v NullableCapabilityProblem) IsSet() bool
- func (v NullableCapabilityProblem) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityProblem) Set(val *CapabilityProblem)
- func (v *NullableCapabilityProblem) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityProblem) Unset()
- type NullableCapabilityProblemEntity
- func (v NullableCapabilityProblemEntity) Get() *CapabilityProblemEntity
- func (v NullableCapabilityProblemEntity) IsSet() bool
- func (v NullableCapabilityProblemEntity) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityProblemEntity) Set(val *CapabilityProblemEntity)
- func (v *NullableCapabilityProblemEntity) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityProblemEntity) Unset()
- type NullableCapabilityProblemEntityRecursive
- func (v NullableCapabilityProblemEntityRecursive) Get() *CapabilityProblemEntityRecursive
- func (v NullableCapabilityProblemEntityRecursive) IsSet() bool
- func (v NullableCapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityProblemEntityRecursive) Set(val *CapabilityProblemEntityRecursive)
- func (v *NullableCapabilityProblemEntityRecursive) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityProblemEntityRecursive) Unset()
- type NullableCapabilitySettings
- func (v NullableCapabilitySettings) Get() *CapabilitySettings
- func (v NullableCapabilitySettings) IsSet() bool
- func (v NullableCapabilitySettings) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilitySettings) Set(val *CapabilitySettings)
- func (v *NullableCapabilitySettings) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilitySettings) Unset()
- type NullableCheckTaxElectronicDeliveryConsentResponse
- func (v NullableCheckTaxElectronicDeliveryConsentResponse) Get() *CheckTaxElectronicDeliveryConsentResponse
- func (v NullableCheckTaxElectronicDeliveryConsentResponse) IsSet() bool
- func (v NullableCheckTaxElectronicDeliveryConsentResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCheckTaxElectronicDeliveryConsentResponse) Set(val *CheckTaxElectronicDeliveryConsentResponse)
- func (v *NullableCheckTaxElectronicDeliveryConsentResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCheckTaxElectronicDeliveryConsentResponse) Unset()
- type NullableDKLocalAccountIdentification
- func (v NullableDKLocalAccountIdentification) Get() *DKLocalAccountIdentification
- func (v NullableDKLocalAccountIdentification) IsSet() bool
- func (v NullableDKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableDKLocalAccountIdentification) Set(val *DKLocalAccountIdentification)
- func (v *NullableDKLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableDKLocalAccountIdentification) Unset()
- type NullableDataReviewConfirmationResponse
- func (v NullableDataReviewConfirmationResponse) Get() *DataReviewConfirmationResponse
- func (v NullableDataReviewConfirmationResponse) IsSet() bool
- func (v NullableDataReviewConfirmationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDataReviewConfirmationResponse) Set(val *DataReviewConfirmationResponse)
- func (v *NullableDataReviewConfirmationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDataReviewConfirmationResponse) Unset()
- type NullableDocument
- type NullableDocumentPage
- func (v NullableDocumentPage) Get() *DocumentPage
- func (v NullableDocumentPage) IsSet() bool
- func (v NullableDocumentPage) MarshalJSON() ([]byte, error)
- func (v *NullableDocumentPage) Set(val *DocumentPage)
- func (v *NullableDocumentPage) UnmarshalJSON(src []byte) error
- func (v *NullableDocumentPage) Unset()
- type NullableDocumentReference
- func (v NullableDocumentReference) Get() *DocumentReference
- func (v NullableDocumentReference) IsSet() bool
- func (v NullableDocumentReference) MarshalJSON() ([]byte, error)
- func (v *NullableDocumentReference) Set(val *DocumentReference)
- func (v *NullableDocumentReference) UnmarshalJSON(src []byte) error
- func (v *NullableDocumentReference) Unset()
- type NullableEntityReference
- func (v NullableEntityReference) Get() *EntityReference
- func (v NullableEntityReference) IsSet() bool
- func (v NullableEntityReference) MarshalJSON() ([]byte, error)
- func (v *NullableEntityReference) Set(val *EntityReference)
- func (v *NullableEntityReference) UnmarshalJSON(src []byte) error
- func (v *NullableEntityReference) Unset()
- type NullableGeneratePciDescriptionRequest
- func (v NullableGeneratePciDescriptionRequest) Get() *GeneratePciDescriptionRequest
- func (v NullableGeneratePciDescriptionRequest) IsSet() bool
- func (v NullableGeneratePciDescriptionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGeneratePciDescriptionRequest) Set(val *GeneratePciDescriptionRequest)
- func (v *NullableGeneratePciDescriptionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGeneratePciDescriptionRequest) Unset()
- type NullableGeneratePciDescriptionResponse
- func (v NullableGeneratePciDescriptionResponse) Get() *GeneratePciDescriptionResponse
- func (v NullableGeneratePciDescriptionResponse) IsSet() bool
- func (v NullableGeneratePciDescriptionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGeneratePciDescriptionResponse) Set(val *GeneratePciDescriptionResponse)
- func (v *NullableGeneratePciDescriptionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGeneratePciDescriptionResponse) Unset()
- type NullableGetPciQuestionnaireInfosResponse
- func (v NullableGetPciQuestionnaireInfosResponse) Get() *GetPciQuestionnaireInfosResponse
- func (v NullableGetPciQuestionnaireInfosResponse) IsSet() bool
- func (v NullableGetPciQuestionnaireInfosResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetPciQuestionnaireInfosResponse) Set(val *GetPciQuestionnaireInfosResponse)
- func (v *NullableGetPciQuestionnaireInfosResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetPciQuestionnaireInfosResponse) Unset()
- type NullableGetPciQuestionnaireResponse
- func (v NullableGetPciQuestionnaireResponse) Get() *GetPciQuestionnaireResponse
- func (v NullableGetPciQuestionnaireResponse) IsSet() bool
- func (v NullableGetPciQuestionnaireResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetPciQuestionnaireResponse) Set(val *GetPciQuestionnaireResponse)
- func (v *NullableGetPciQuestionnaireResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetPciQuestionnaireResponse) Unset()
- type NullableGetTermsOfServiceAcceptanceInfosResponse
- func (v NullableGetTermsOfServiceAcceptanceInfosResponse) Get() *GetTermsOfServiceAcceptanceInfosResponse
- func (v NullableGetTermsOfServiceAcceptanceInfosResponse) IsSet() bool
- func (v NullableGetTermsOfServiceAcceptanceInfosResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetTermsOfServiceAcceptanceInfosResponse) Set(val *GetTermsOfServiceAcceptanceInfosResponse)
- func (v *NullableGetTermsOfServiceAcceptanceInfosResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetTermsOfServiceAcceptanceInfosResponse) Unset()
- type NullableGetTermsOfServiceDocumentRequest
- func (v NullableGetTermsOfServiceDocumentRequest) Get() *GetTermsOfServiceDocumentRequest
- func (v NullableGetTermsOfServiceDocumentRequest) IsSet() bool
- func (v NullableGetTermsOfServiceDocumentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetTermsOfServiceDocumentRequest) Set(val *GetTermsOfServiceDocumentRequest)
- func (v *NullableGetTermsOfServiceDocumentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetTermsOfServiceDocumentRequest) Unset()
- type NullableGetTermsOfServiceDocumentResponse
- func (v NullableGetTermsOfServiceDocumentResponse) Get() *GetTermsOfServiceDocumentResponse
- func (v NullableGetTermsOfServiceDocumentResponse) IsSet() bool
- func (v NullableGetTermsOfServiceDocumentResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetTermsOfServiceDocumentResponse) Set(val *GetTermsOfServiceDocumentResponse)
- func (v *NullableGetTermsOfServiceDocumentResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetTermsOfServiceDocumentResponse) Unset()
- type NullableHKLocalAccountIdentification
- func (v NullableHKLocalAccountIdentification) Get() *HKLocalAccountIdentification
- func (v NullableHKLocalAccountIdentification) IsSet() bool
- func (v NullableHKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableHKLocalAccountIdentification) Set(val *HKLocalAccountIdentification)
- func (v *NullableHKLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableHKLocalAccountIdentification) Unset()
- type NullableHULocalAccountIdentification
- func (v NullableHULocalAccountIdentification) Get() *HULocalAccountIdentification
- func (v NullableHULocalAccountIdentification) IsSet() bool
- func (v NullableHULocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableHULocalAccountIdentification) Set(val *HULocalAccountIdentification)
- func (v *NullableHULocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableHULocalAccountIdentification) Unset()
- type NullableIbanAccountIdentification
- func (v NullableIbanAccountIdentification) Get() *IbanAccountIdentification
- func (v NullableIbanAccountIdentification) IsSet() bool
- func (v NullableIbanAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableIbanAccountIdentification) Set(val *IbanAccountIdentification)
- func (v *NullableIbanAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableIbanAccountIdentification) Unset()
- type NullableIdentificationData
- func (v NullableIdentificationData) Get() *IdentificationData
- func (v NullableIdentificationData) IsSet() bool
- func (v NullableIdentificationData) MarshalJSON() ([]byte, error)
- func (v *NullableIdentificationData) Set(val *IdentificationData)
- func (v *NullableIdentificationData) UnmarshalJSON(src []byte) error
- func (v *NullableIdentificationData) Unset()
- type NullableIndividual
- type NullableLegalEntity
- func (v NullableLegalEntity) Get() *LegalEntity
- func (v NullableLegalEntity) IsSet() bool
- func (v NullableLegalEntity) MarshalJSON() ([]byte, error)
- func (v *NullableLegalEntity) Set(val *LegalEntity)
- func (v *NullableLegalEntity) UnmarshalJSON(src []byte) error
- func (v *NullableLegalEntity) Unset()
- type NullableLegalEntityAssociation
- func (v NullableLegalEntityAssociation) Get() *LegalEntityAssociation
- func (v NullableLegalEntityAssociation) IsSet() bool
- func (v NullableLegalEntityAssociation) MarshalJSON() ([]byte, error)
- func (v *NullableLegalEntityAssociation) Set(val *LegalEntityAssociation)
- func (v *NullableLegalEntityAssociation) UnmarshalJSON(src []byte) error
- func (v *NullableLegalEntityAssociation) Unset()
- type NullableLegalEntityCapability
- func (v NullableLegalEntityCapability) Get() *LegalEntityCapability
- func (v NullableLegalEntityCapability) IsSet() bool
- func (v NullableLegalEntityCapability) MarshalJSON() ([]byte, error)
- func (v *NullableLegalEntityCapability) Set(val *LegalEntityCapability)
- func (v *NullableLegalEntityCapability) UnmarshalJSON(src []byte) error
- func (v *NullableLegalEntityCapability) Unset()
- type NullableLegalEntityInfo
- func (v NullableLegalEntityInfo) Get() *LegalEntityInfo
- func (v NullableLegalEntityInfo) IsSet() bool
- func (v NullableLegalEntityInfo) MarshalJSON() ([]byte, error)
- func (v *NullableLegalEntityInfo) Set(val *LegalEntityInfo)
- func (v *NullableLegalEntityInfo) UnmarshalJSON(src []byte) error
- func (v *NullableLegalEntityInfo) Unset()
- type NullableLegalEntityInfoRequiredType
- func (v NullableLegalEntityInfoRequiredType) Get() *LegalEntityInfoRequiredType
- func (v NullableLegalEntityInfoRequiredType) IsSet() bool
- func (v NullableLegalEntityInfoRequiredType) MarshalJSON() ([]byte, error)
- func (v *NullableLegalEntityInfoRequiredType) Set(val *LegalEntityInfoRequiredType)
- func (v *NullableLegalEntityInfoRequiredType) UnmarshalJSON(src []byte) error
- func (v *NullableLegalEntityInfoRequiredType) Unset()
- type NullableNOLocalAccountIdentification
- func (v NullableNOLocalAccountIdentification) Get() *NOLocalAccountIdentification
- func (v NullableNOLocalAccountIdentification) IsSet() bool
- func (v NullableNOLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableNOLocalAccountIdentification) Set(val *NOLocalAccountIdentification)
- func (v *NullableNOLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableNOLocalAccountIdentification) Unset()
- type NullableNZLocalAccountIdentification
- func (v NullableNZLocalAccountIdentification) Get() *NZLocalAccountIdentification
- func (v NullableNZLocalAccountIdentification) IsSet() bool
- func (v NullableNZLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableNZLocalAccountIdentification) Set(val *NZLocalAccountIdentification)
- func (v *NullableNZLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableNZLocalAccountIdentification) Unset()
- type NullableName
- type NullableNumberAndBicAccountIdentification
- func (v NullableNumberAndBicAccountIdentification) Get() *NumberAndBicAccountIdentification
- func (v NullableNumberAndBicAccountIdentification) IsSet() bool
- func (v NullableNumberAndBicAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableNumberAndBicAccountIdentification) Set(val *NumberAndBicAccountIdentification)
- func (v *NullableNumberAndBicAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableNumberAndBicAccountIdentification) Unset()
- type NullableOnboardingLink
- func (v NullableOnboardingLink) Get() *OnboardingLink
- func (v NullableOnboardingLink) IsSet() bool
- func (v NullableOnboardingLink) MarshalJSON() ([]byte, error)
- func (v *NullableOnboardingLink) Set(val *OnboardingLink)
- func (v *NullableOnboardingLink) UnmarshalJSON(src []byte) error
- func (v *NullableOnboardingLink) Unset()
- type NullableOnboardingLinkInfo
- func (v NullableOnboardingLinkInfo) Get() *OnboardingLinkInfo
- func (v NullableOnboardingLinkInfo) IsSet() bool
- func (v NullableOnboardingLinkInfo) MarshalJSON() ([]byte, error)
- func (v *NullableOnboardingLinkInfo) Set(val *OnboardingLinkInfo)
- func (v *NullableOnboardingLinkInfo) UnmarshalJSON(src []byte) error
- func (v *NullableOnboardingLinkInfo) Unset()
- type NullableOnboardingLinkSettings
- func (v NullableOnboardingLinkSettings) Get() *OnboardingLinkSettings
- func (v NullableOnboardingLinkSettings) IsSet() bool
- func (v NullableOnboardingLinkSettings) MarshalJSON() ([]byte, error)
- func (v *NullableOnboardingLinkSettings) Set(val *OnboardingLinkSettings)
- func (v *NullableOnboardingLinkSettings) UnmarshalJSON(src []byte) error
- func (v *NullableOnboardingLinkSettings) Unset()
- type NullableOnboardingTheme
- func (v NullableOnboardingTheme) Get() *OnboardingTheme
- func (v NullableOnboardingTheme) IsSet() bool
- func (v NullableOnboardingTheme) MarshalJSON() ([]byte, error)
- func (v *NullableOnboardingTheme) Set(val *OnboardingTheme)
- func (v *NullableOnboardingTheme) UnmarshalJSON(src []byte) error
- func (v *NullableOnboardingTheme) Unset()
- type NullableOnboardingThemes
- func (v NullableOnboardingThemes) Get() *OnboardingThemes
- func (v NullableOnboardingThemes) IsSet() bool
- func (v NullableOnboardingThemes) MarshalJSON() ([]byte, error)
- func (v *NullableOnboardingThemes) Set(val *OnboardingThemes)
- func (v *NullableOnboardingThemes) UnmarshalJSON(src []byte) error
- func (v *NullableOnboardingThemes) Unset()
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOwnerEntity
- func (v NullableOwnerEntity) Get() *OwnerEntity
- func (v NullableOwnerEntity) IsSet() bool
- func (v NullableOwnerEntity) MarshalJSON() ([]byte, error)
- func (v *NullableOwnerEntity) Set(val *OwnerEntity)
- func (v *NullableOwnerEntity) UnmarshalJSON(src []byte) error
- func (v *NullableOwnerEntity) Unset()
- type NullablePLLocalAccountIdentification
- func (v NullablePLLocalAccountIdentification) Get() *PLLocalAccountIdentification
- func (v NullablePLLocalAccountIdentification) IsSet() bool
- func (v NullablePLLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullablePLLocalAccountIdentification) Set(val *PLLocalAccountIdentification)
- func (v *NullablePLLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullablePLLocalAccountIdentification) Unset()
- type NullablePciDocumentInfo
- func (v NullablePciDocumentInfo) Get() *PciDocumentInfo
- func (v NullablePciDocumentInfo) IsSet() bool
- func (v NullablePciDocumentInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePciDocumentInfo) Set(val *PciDocumentInfo)
- func (v *NullablePciDocumentInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePciDocumentInfo) Unset()
- type NullablePciSigningRequest
- func (v NullablePciSigningRequest) Get() *PciSigningRequest
- func (v NullablePciSigningRequest) IsSet() bool
- func (v NullablePciSigningRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePciSigningRequest) Set(val *PciSigningRequest)
- func (v *NullablePciSigningRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePciSigningRequest) Unset()
- type NullablePciSigningResponse
- func (v NullablePciSigningResponse) Get() *PciSigningResponse
- func (v NullablePciSigningResponse) IsSet() bool
- func (v NullablePciSigningResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePciSigningResponse) Set(val *PciSigningResponse)
- func (v *NullablePciSigningResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePciSigningResponse) Unset()
- type NullablePhoneNumber
- func (v NullablePhoneNumber) Get() *PhoneNumber
- func (v NullablePhoneNumber) IsSet() bool
- func (v NullablePhoneNumber) MarshalJSON() ([]byte, error)
- func (v *NullablePhoneNumber) Set(val *PhoneNumber)
- func (v *NullablePhoneNumber) UnmarshalJSON(src []byte) error
- func (v *NullablePhoneNumber) Unset()
- type NullableRemediatingAction
- func (v NullableRemediatingAction) Get() *RemediatingAction
- func (v NullableRemediatingAction) IsSet() bool
- func (v NullableRemediatingAction) MarshalJSON() ([]byte, error)
- func (v *NullableRemediatingAction) Set(val *RemediatingAction)
- func (v *NullableRemediatingAction) UnmarshalJSON(src []byte) error
- func (v *NullableRemediatingAction) Unset()
- type NullableSELocalAccountIdentification
- func (v NullableSELocalAccountIdentification) Get() *SELocalAccountIdentification
- func (v NullableSELocalAccountIdentification) IsSet() bool
- func (v NullableSELocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableSELocalAccountIdentification) Set(val *SELocalAccountIdentification)
- func (v *NullableSELocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableSELocalAccountIdentification) Unset()
- type NullableSGLocalAccountIdentification
- func (v NullableSGLocalAccountIdentification) Get() *SGLocalAccountIdentification
- func (v NullableSGLocalAccountIdentification) IsSet() bool
- func (v NullableSGLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableSGLocalAccountIdentification) Set(val *SGLocalAccountIdentification)
- func (v *NullableSGLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableSGLocalAccountIdentification) Unset()
- type NullableServiceError
- func (v NullableServiceError) Get() *ServiceError
- func (v NullableServiceError) IsSet() bool
- func (v NullableServiceError) MarshalJSON() ([]byte, error)
- func (v *NullableServiceError) Set(val *ServiceError)
- func (v *NullableServiceError) UnmarshalJSON(src []byte) error
- func (v *NullableServiceError) Unset()
- type NullableSetTaxElectronicDeliveryConsentRequest
- func (v NullableSetTaxElectronicDeliveryConsentRequest) Get() *SetTaxElectronicDeliveryConsentRequest
- func (v NullableSetTaxElectronicDeliveryConsentRequest) IsSet() bool
- func (v NullableSetTaxElectronicDeliveryConsentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSetTaxElectronicDeliveryConsentRequest) Set(val *SetTaxElectronicDeliveryConsentRequest)
- func (v *NullableSetTaxElectronicDeliveryConsentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSetTaxElectronicDeliveryConsentRequest) Unset()
- type NullableSoleProprietorship
- func (v NullableSoleProprietorship) Get() *SoleProprietorship
- func (v NullableSoleProprietorship) IsSet() bool
- func (v NullableSoleProprietorship) MarshalJSON() ([]byte, error)
- func (v *NullableSoleProprietorship) Set(val *SoleProprietorship)
- func (v *NullableSoleProprietorship) UnmarshalJSON(src []byte) error
- func (v *NullableSoleProprietorship) Unset()
- type NullableSourceOfFunds
- func (v NullableSourceOfFunds) Get() *SourceOfFunds
- func (v NullableSourceOfFunds) IsSet() bool
- func (v NullableSourceOfFunds) MarshalJSON() ([]byte, error)
- func (v *NullableSourceOfFunds) Set(val *SourceOfFunds)
- func (v *NullableSourceOfFunds) UnmarshalJSON(src []byte) error
- func (v *NullableSourceOfFunds) Unset()
- type NullableStockData
- type NullableSupportingEntityCapability
- func (v NullableSupportingEntityCapability) Get() *SupportingEntityCapability
- func (v NullableSupportingEntityCapability) IsSet() bool
- func (v NullableSupportingEntityCapability) MarshalJSON() ([]byte, error)
- func (v *NullableSupportingEntityCapability) Set(val *SupportingEntityCapability)
- func (v *NullableSupportingEntityCapability) UnmarshalJSON(src []byte) error
- func (v *NullableSupportingEntityCapability) Unset()
- type NullableTaxInformation
- func (v NullableTaxInformation) Get() *TaxInformation
- func (v NullableTaxInformation) IsSet() bool
- func (v NullableTaxInformation) MarshalJSON() ([]byte, error)
- func (v *NullableTaxInformation) Set(val *TaxInformation)
- func (v *NullableTaxInformation) UnmarshalJSON(src []byte) error
- func (v *NullableTaxInformation) Unset()
- type NullableTaxReportingClassification
- func (v NullableTaxReportingClassification) Get() *TaxReportingClassification
- func (v NullableTaxReportingClassification) IsSet() bool
- func (v NullableTaxReportingClassification) MarshalJSON() ([]byte, error)
- func (v *NullableTaxReportingClassification) Set(val *TaxReportingClassification)
- func (v *NullableTaxReportingClassification) UnmarshalJSON(src []byte) error
- func (v *NullableTaxReportingClassification) Unset()
- type NullableTermsOfServiceAcceptanceInfo
- func (v NullableTermsOfServiceAcceptanceInfo) Get() *TermsOfServiceAcceptanceInfo
- func (v NullableTermsOfServiceAcceptanceInfo) IsSet() bool
- func (v NullableTermsOfServiceAcceptanceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableTermsOfServiceAcceptanceInfo) Set(val *TermsOfServiceAcceptanceInfo)
- func (v *NullableTermsOfServiceAcceptanceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableTermsOfServiceAcceptanceInfo) Unset()
- type NullableTransferInstrument
- func (v NullableTransferInstrument) Get() *TransferInstrument
- func (v NullableTransferInstrument) IsSet() bool
- func (v NullableTransferInstrument) MarshalJSON() ([]byte, error)
- func (v *NullableTransferInstrument) Set(val *TransferInstrument)
- func (v *NullableTransferInstrument) UnmarshalJSON(src []byte) error
- func (v *NullableTransferInstrument) Unset()
- type NullableTransferInstrumentInfo
- func (v NullableTransferInstrumentInfo) Get() *TransferInstrumentInfo
- func (v NullableTransferInstrumentInfo) IsSet() bool
- func (v NullableTransferInstrumentInfo) MarshalJSON() ([]byte, error)
- func (v *NullableTransferInstrumentInfo) Set(val *TransferInstrumentInfo)
- func (v *NullableTransferInstrumentInfo) UnmarshalJSON(src []byte) error
- func (v *NullableTransferInstrumentInfo) Unset()
- type NullableTransferInstrumentReference
- func (v NullableTransferInstrumentReference) Get() *TransferInstrumentReference
- func (v NullableTransferInstrumentReference) IsSet() bool
- func (v NullableTransferInstrumentReference) MarshalJSON() ([]byte, error)
- func (v *NullableTransferInstrumentReference) Set(val *TransferInstrumentReference)
- func (v *NullableTransferInstrumentReference) UnmarshalJSON(src []byte) error
- func (v *NullableTransferInstrumentReference) Unset()
- type NullableTrust
- type NullableUKLocalAccountIdentification
- func (v NullableUKLocalAccountIdentification) Get() *UKLocalAccountIdentification
- func (v NullableUKLocalAccountIdentification) IsSet() bool
- func (v NullableUKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableUKLocalAccountIdentification) Set(val *UKLocalAccountIdentification)
- func (v *NullableUKLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableUKLocalAccountIdentification) Unset()
- type NullableUSLocalAccountIdentification
- func (v NullableUSLocalAccountIdentification) Get() *USLocalAccountIdentification
- func (v NullableUSLocalAccountIdentification) IsSet() bool
- func (v NullableUSLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableUSLocalAccountIdentification) Set(val *USLocalAccountIdentification)
- func (v *NullableUSLocalAccountIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableUSLocalAccountIdentification) Unset()
- type NullableUndefinedBeneficiary
- func (v NullableUndefinedBeneficiary) Get() *UndefinedBeneficiary
- func (v NullableUndefinedBeneficiary) IsSet() bool
- func (v NullableUndefinedBeneficiary) MarshalJSON() ([]byte, error)
- func (v *NullableUndefinedBeneficiary) Set(val *UndefinedBeneficiary)
- func (v *NullableUndefinedBeneficiary) UnmarshalJSON(src []byte) error
- func (v *NullableUndefinedBeneficiary) Unset()
- type NullableUnincorporatedPartnership
- func (v NullableUnincorporatedPartnership) Get() *UnincorporatedPartnership
- func (v NullableUnincorporatedPartnership) IsSet() bool
- func (v NullableUnincorporatedPartnership) MarshalJSON() ([]byte, error)
- func (v *NullableUnincorporatedPartnership) Set(val *UnincorporatedPartnership)
- func (v *NullableUnincorporatedPartnership) UnmarshalJSON(src []byte) error
- func (v *NullableUnincorporatedPartnership) Unset()
- type NullableVerificationDeadline
- func (v NullableVerificationDeadline) Get() *VerificationDeadline
- func (v NullableVerificationDeadline) IsSet() bool
- func (v NullableVerificationDeadline) MarshalJSON() ([]byte, error)
- func (v *NullableVerificationDeadline) Set(val *VerificationDeadline)
- func (v *NullableVerificationDeadline) UnmarshalJSON(src []byte) error
- func (v *NullableVerificationDeadline) Unset()
- type NullableVerificationError
- func (v NullableVerificationError) Get() *VerificationError
- func (v NullableVerificationError) IsSet() bool
- func (v NullableVerificationError) MarshalJSON() ([]byte, error)
- func (v *NullableVerificationError) Set(val *VerificationError)
- func (v *NullableVerificationError) UnmarshalJSON(src []byte) error
- func (v *NullableVerificationError) Unset()
- type NullableVerificationErrorRecursive
- func (v NullableVerificationErrorRecursive) Get() *VerificationErrorRecursive
- func (v NullableVerificationErrorRecursive) IsSet() bool
- func (v NullableVerificationErrorRecursive) MarshalJSON() ([]byte, error)
- func (v *NullableVerificationErrorRecursive) Set(val *VerificationErrorRecursive)
- func (v *NullableVerificationErrorRecursive) UnmarshalJSON(src []byte) error
- func (v *NullableVerificationErrorRecursive) Unset()
- type NullableVerificationErrors
- func (v NullableVerificationErrors) Get() *VerificationErrors
- func (v NullableVerificationErrors) IsSet() bool
- func (v NullableVerificationErrors) MarshalJSON() ([]byte, error)
- func (v *NullableVerificationErrors) Set(val *VerificationErrors)
- func (v *NullableVerificationErrors) UnmarshalJSON(src []byte) error
- func (v *NullableVerificationErrors) Unset()
- type NullableWebData
- type NullableWebDataExemption
- func (v NullableWebDataExemption) Get() *WebDataExemption
- func (v NullableWebDataExemption) IsSet() bool
- func (v NullableWebDataExemption) MarshalJSON() ([]byte, error)
- func (v *NullableWebDataExemption) Set(val *WebDataExemption)
- func (v *NullableWebDataExemption) UnmarshalJSON(src []byte) error
- func (v *NullableWebDataExemption) Unset()
- type NumberAndBicAccountIdentification
- func (o *NumberAndBicAccountIdentification) GetAccountNumber() string
- func (o *NumberAndBicAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *NumberAndBicAccountIdentification) GetAdditionalBankIdentification() AdditionalBankIdentification
- func (o *NumberAndBicAccountIdentification) GetAdditionalBankIdentificationOk() (*AdditionalBankIdentification, bool)
- func (o *NumberAndBicAccountIdentification) GetBic() string
- func (o *NumberAndBicAccountIdentification) GetBicOk() (*string, bool)
- func (o *NumberAndBicAccountIdentification) GetType() string
- func (o *NumberAndBicAccountIdentification) GetTypeOk() (*string, bool)
- func (o *NumberAndBicAccountIdentification) HasAdditionalBankIdentification() bool
- func (o NumberAndBicAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *NumberAndBicAccountIdentification) SetAccountNumber(v string)
- func (o *NumberAndBicAccountIdentification) SetAdditionalBankIdentification(v AdditionalBankIdentification)
- func (o *NumberAndBicAccountIdentification) SetBic(v string)
- func (o *NumberAndBicAccountIdentification) SetType(v string)
- func (o NumberAndBicAccountIdentification) ToMap() (map[string]interface{}, error)
- type OnboardingLink
- type OnboardingLinkInfo
- func (o *OnboardingLinkInfo) GetLocale() string
- func (o *OnboardingLinkInfo) GetLocaleOk() (*string, bool)
- func (o *OnboardingLinkInfo) GetRedirectUrl() string
- func (o *OnboardingLinkInfo) GetRedirectUrlOk() (*string, bool)
- func (o *OnboardingLinkInfo) GetSettings() OnboardingLinkSettings
- func (o *OnboardingLinkInfo) GetSettingsOk() (*OnboardingLinkSettings, bool)
- func (o *OnboardingLinkInfo) GetThemeId() string
- func (o *OnboardingLinkInfo) GetThemeIdOk() (*string, bool)
- func (o *OnboardingLinkInfo) HasLocale() bool
- func (o *OnboardingLinkInfo) HasRedirectUrl() bool
- func (o *OnboardingLinkInfo) HasSettings() bool
- func (o *OnboardingLinkInfo) HasThemeId() bool
- func (o OnboardingLinkInfo) MarshalJSON() ([]byte, error)
- func (o *OnboardingLinkInfo) SetLocale(v string)
- func (o *OnboardingLinkInfo) SetRedirectUrl(v string)
- func (o *OnboardingLinkInfo) SetSettings(v OnboardingLinkSettings)
- func (o *OnboardingLinkInfo) SetThemeId(v string)
- func (o OnboardingLinkInfo) ToMap() (map[string]interface{}, error)
- type OnboardingLinkSettings
- func (o *OnboardingLinkSettings) GetAcceptedCountries() []string
- func (o *OnboardingLinkSettings) GetAcceptedCountriesOk() ([]string, bool)
- func (o *OnboardingLinkSettings) GetAllowBankAccountFormatSelection() bool
- func (o *OnboardingLinkSettings) GetAllowBankAccountFormatSelectionOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetAllowIntraRegionCrossBorderPayout() bool
- func (o *OnboardingLinkSettings) GetAllowIntraRegionCrossBorderPayoutOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetChangeLegalEntityType() bool
- func (o *OnboardingLinkSettings) GetChangeLegalEntityTypeOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetEditPrefilledCountry() bool
- func (o *OnboardingLinkSettings) GetEditPrefilledCountryOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionIndividual() bool
- func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionIndividualOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionOrganization() bool
- func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionOrganizationOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionSoleProprietor() bool
- func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionSoleProprietorOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionTrust() bool
- func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionTrustOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetInstantBankVerification() bool
- func (o *OnboardingLinkSettings) GetInstantBankVerificationOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetRequirePciSignEcomMoto() bool
- func (o *OnboardingLinkSettings) GetRequirePciSignEcomMotoOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetRequirePciSignEcommerce() bool
- func (o *OnboardingLinkSettings) GetRequirePciSignEcommerceOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetRequirePciSignPos() bool
- func (o *OnboardingLinkSettings) GetRequirePciSignPosMoto() bool
- func (o *OnboardingLinkSettings) GetRequirePciSignPosMotoOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetRequirePciSignPosOk() (*bool, bool)
- func (o *OnboardingLinkSettings) GetTransferInstrumentLimit() int32
- func (o *OnboardingLinkSettings) GetTransferInstrumentLimitOk() (*int32, bool)
- func (o *OnboardingLinkSettings) HasAcceptedCountries() bool
- func (o *OnboardingLinkSettings) HasAllowBankAccountFormatSelection() bool
- func (o *OnboardingLinkSettings) HasAllowIntraRegionCrossBorderPayout() bool
- func (o *OnboardingLinkSettings) HasChangeLegalEntityType() bool
- func (o *OnboardingLinkSettings) HasEditPrefilledCountry() bool
- func (o *OnboardingLinkSettings) HasHideOnboardingIntroductionIndividual() bool
- func (o *OnboardingLinkSettings) HasHideOnboardingIntroductionOrganization() bool
- func (o *OnboardingLinkSettings) HasHideOnboardingIntroductionSoleProprietor() bool
- func (o *OnboardingLinkSettings) HasHideOnboardingIntroductionTrust() bool
- func (o *OnboardingLinkSettings) HasInstantBankVerification() bool
- func (o *OnboardingLinkSettings) HasRequirePciSignEcomMoto() bool
- func (o *OnboardingLinkSettings) HasRequirePciSignEcommerce() bool
- func (o *OnboardingLinkSettings) HasRequirePciSignPos() bool
- func (o *OnboardingLinkSettings) HasRequirePciSignPosMoto() bool
- func (o *OnboardingLinkSettings) HasTransferInstrumentLimit() bool
- func (o OnboardingLinkSettings) MarshalJSON() ([]byte, error)
- func (o *OnboardingLinkSettings) SetAcceptedCountries(v []string)
- func (o *OnboardingLinkSettings) SetAllowBankAccountFormatSelection(v bool)
- func (o *OnboardingLinkSettings) SetAllowIntraRegionCrossBorderPayout(v bool)
- func (o *OnboardingLinkSettings) SetChangeLegalEntityType(v bool)
- func (o *OnboardingLinkSettings) SetEditPrefilledCountry(v bool)
- func (o *OnboardingLinkSettings) SetHideOnboardingIntroductionIndividual(v bool)
- func (o *OnboardingLinkSettings) SetHideOnboardingIntroductionOrganization(v bool)
- func (o *OnboardingLinkSettings) SetHideOnboardingIntroductionSoleProprietor(v bool)
- func (o *OnboardingLinkSettings) SetHideOnboardingIntroductionTrust(v bool)
- func (o *OnboardingLinkSettings) SetInstantBankVerification(v bool)
- func (o *OnboardingLinkSettings) SetRequirePciSignEcomMoto(v bool)
- func (o *OnboardingLinkSettings) SetRequirePciSignEcommerce(v bool)
- func (o *OnboardingLinkSettings) SetRequirePciSignPos(v bool)
- func (o *OnboardingLinkSettings) SetRequirePciSignPosMoto(v bool)
- func (o *OnboardingLinkSettings) SetTransferInstrumentLimit(v int32)
- func (o OnboardingLinkSettings) ToMap() (map[string]interface{}, error)
- type OnboardingTheme
- func (o *OnboardingTheme) GetCreatedAt() time.Time
- func (o *OnboardingTheme) GetCreatedAtOk() (*time.Time, bool)
- func (o *OnboardingTheme) GetDescription() string
- func (o *OnboardingTheme) GetDescriptionOk() (*string, bool)
- func (o *OnboardingTheme) GetId() string
- func (o *OnboardingTheme) GetIdOk() (*string, bool)
- func (o *OnboardingTheme) GetProperties() map[string]string
- func (o *OnboardingTheme) GetPropertiesOk() (*map[string]string, bool)
- func (o *OnboardingTheme) GetUpdatedAt() time.Time
- func (o *OnboardingTheme) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OnboardingTheme) HasDescription() bool
- func (o *OnboardingTheme) HasUpdatedAt() bool
- func (o OnboardingTheme) MarshalJSON() ([]byte, error)
- func (o *OnboardingTheme) SetCreatedAt(v time.Time)
- func (o *OnboardingTheme) SetDescription(v string)
- func (o *OnboardingTheme) SetId(v string)
- func (o *OnboardingTheme) SetProperties(v map[string]string)
- func (o *OnboardingTheme) SetUpdatedAt(v time.Time)
- func (o OnboardingTheme) ToMap() (map[string]interface{}, error)
- type OnboardingThemes
- func (o *OnboardingThemes) GetNext() string
- func (o *OnboardingThemes) GetNextOk() (*string, bool)
- func (o *OnboardingThemes) GetPrevious() string
- func (o *OnboardingThemes) GetPreviousOk() (*string, bool)
- func (o *OnboardingThemes) GetThemes() []OnboardingTheme
- func (o *OnboardingThemes) GetThemesOk() ([]OnboardingTheme, bool)
- func (o *OnboardingThemes) HasNext() bool
- func (o *OnboardingThemes) HasPrevious() bool
- func (o OnboardingThemes) MarshalJSON() ([]byte, error)
- func (o *OnboardingThemes) SetNext(v string)
- func (o *OnboardingThemes) SetPrevious(v string)
- func (o *OnboardingThemes) SetThemes(v []OnboardingTheme)
- func (o OnboardingThemes) ToMap() (map[string]interface{}, error)
- type Organization
- func (o *Organization) GetCountryOfGoverningLaw() string
- func (o *Organization) GetCountryOfGoverningLawOk() (*string, bool)
- func (o *Organization) GetDateOfIncorporation() string
- func (o *Organization) GetDateOfIncorporationOk() (*string, bool)
- func (o *Organization) GetDescription() string
- func (o *Organization) GetDescriptionOk() (*string, bool)
- func (o *Organization) GetDoingBusinessAs() string
- func (o *Organization) GetDoingBusinessAsOk() (*string, bool)
- func (o *Organization) GetEmail() string
- func (o *Organization) GetEmailOk() (*string, bool)
- func (o *Organization) GetLegalName() string
- func (o *Organization) GetLegalNameOk() (*string, bool)
- func (o *Organization) GetPhone() PhoneNumber
- func (o *Organization) GetPhoneOk() (*PhoneNumber, bool)
- func (o *Organization) GetPrincipalPlaceOfBusiness() Address
- func (o *Organization) GetPrincipalPlaceOfBusinessOk() (*Address, bool)
- func (o *Organization) GetRegisteredAddress() Address
- func (o *Organization) GetRegisteredAddressOk() (*Address, bool)
- func (o *Organization) GetRegistrationNumber() string
- func (o *Organization) GetRegistrationNumberOk() (*string, bool)
- func (o *Organization) GetStockData() StockData
- func (o *Organization) GetStockDataOk() (*StockData, bool)
- func (o *Organization) GetTaxInformation() []TaxInformation
- func (o *Organization) GetTaxInformationOk() ([]TaxInformation, bool)
- func (o *Organization) GetTaxReportingClassification() TaxReportingClassification
- func (o *Organization) GetTaxReportingClassificationOk() (*TaxReportingClassification, bool)
- func (o *Organization) GetType() string
- func (o *Organization) GetTypeOk() (*string, bool)
- func (o *Organization) GetVatAbsenceReason() string
- func (o *Organization) GetVatAbsenceReasonOk() (*string, bool)
- func (o *Organization) GetVatNumber() string
- func (o *Organization) GetVatNumberOk() (*string, bool)
- func (o *Organization) GetWebData() WebData
- func (o *Organization) GetWebDataOk() (*WebData, bool)
- func (o *Organization) HasCountryOfGoverningLaw() bool
- func (o *Organization) HasDateOfIncorporation() bool
- func (o *Organization) HasDescription() bool
- func (o *Organization) HasDoingBusinessAs() bool
- func (o *Organization) HasEmail() bool
- func (o *Organization) HasPhone() bool
- func (o *Organization) HasPrincipalPlaceOfBusiness() bool
- func (o *Organization) HasRegistrationNumber() bool
- func (o *Organization) HasStockData() bool
- func (o *Organization) HasTaxInformation() bool
- func (o *Organization) HasTaxReportingClassification() bool
- func (o *Organization) HasType() bool
- func (o *Organization) HasVatAbsenceReason() bool
- func (o *Organization) HasVatNumber() bool
- func (o *Organization) HasWebData() bool
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetCountryOfGoverningLaw(v string)
- func (o *Organization) SetDateOfIncorporation(v string)
- func (o *Organization) SetDescription(v string)
- func (o *Organization) SetDoingBusinessAs(v string)
- func (o *Organization) SetEmail(v string)
- func (o *Organization) SetLegalName(v string)
- func (o *Organization) SetPhone(v PhoneNumber)
- func (o *Organization) SetPrincipalPlaceOfBusiness(v Address)
- func (o *Organization) SetRegisteredAddress(v Address)
- func (o *Organization) SetRegistrationNumber(v string)
- func (o *Organization) SetStockData(v StockData)
- func (o *Organization) SetTaxInformation(v []TaxInformation)
- func (o *Organization) SetTaxReportingClassification(v TaxReportingClassification)
- func (o *Organization) SetType(v string)
- func (o *Organization) SetVatAbsenceReason(v string)
- func (o *Organization) SetVatNumber(v string)
- func (o *Organization) SetWebData(v WebData)
- func (o Organization) ToMap() (map[string]interface{}, error)
- type OwnerEntity
- func (o *OwnerEntity) GetId() string
- func (o *OwnerEntity) GetIdOk() (*string, bool)
- func (o *OwnerEntity) GetType() string
- func (o *OwnerEntity) GetTypeOk() (*string, bool)
- func (o OwnerEntity) MarshalJSON() ([]byte, error)
- func (o *OwnerEntity) SetId(v string)
- func (o *OwnerEntity) SetType(v string)
- func (o OwnerEntity) ToMap() (map[string]interface{}, error)
- type PCIQuestionnairesApi
- func (a *PCIQuestionnairesApi) GeneratePciQuestionnaire(ctx context.Context, r PCIQuestionnairesApiGeneratePciQuestionnaireInput) (GeneratePciDescriptionResponse, *http.Response, error)
- func (a *PCIQuestionnairesApi) GeneratePciQuestionnaireInput(id string) PCIQuestionnairesApiGeneratePciQuestionnaireInput
- func (a *PCIQuestionnairesApi) GetPciQuestionnaire(ctx context.Context, r PCIQuestionnairesApiGetPciQuestionnaireInput) (GetPciQuestionnaireResponse, *http.Response, error)
- func (a *PCIQuestionnairesApi) GetPciQuestionnaireDetails(ctx context.Context, r PCIQuestionnairesApiGetPciQuestionnaireDetailsInput) (GetPciQuestionnaireInfosResponse, *http.Response, error)
- func (a *PCIQuestionnairesApi) GetPciQuestionnaireDetailsInput(id string) PCIQuestionnairesApiGetPciQuestionnaireDetailsInput
- func (a *PCIQuestionnairesApi) GetPciQuestionnaireInput(id string, pciid string) PCIQuestionnairesApiGetPciQuestionnaireInput
- func (a *PCIQuestionnairesApi) SignPciQuestionnaire(ctx context.Context, r PCIQuestionnairesApiSignPciQuestionnaireInput) (PciSigningResponse, *http.Response, error)
- func (a *PCIQuestionnairesApi) SignPciQuestionnaireInput(id string) PCIQuestionnairesApiSignPciQuestionnaireInput
- type PCIQuestionnairesApiGeneratePciQuestionnaireInput
- type PCIQuestionnairesApiGetPciQuestionnaireDetailsInput
- type PCIQuestionnairesApiGetPciQuestionnaireInput
- type PCIQuestionnairesApiSignPciQuestionnaireInput
- type PLLocalAccountIdentification
- func (o *PLLocalAccountIdentification) GetAccountNumber() string
- func (o *PLLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *PLLocalAccountIdentification) GetType() string
- func (o *PLLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o PLLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *PLLocalAccountIdentification) SetAccountNumber(v string)
- func (o *PLLocalAccountIdentification) SetType(v string)
- func (o PLLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type PciDocumentInfo
- func (o *PciDocumentInfo) GetCreatedAt() time.Time
- func (o *PciDocumentInfo) GetCreatedAtOk() (*time.Time, bool)
- func (o *PciDocumentInfo) GetId() string
- func (o *PciDocumentInfo) GetIdOk() (*string, bool)
- func (o *PciDocumentInfo) GetValidUntil() time.Time
- func (o *PciDocumentInfo) GetValidUntilOk() (*time.Time, bool)
- func (o *PciDocumentInfo) HasCreatedAt() bool
- func (o *PciDocumentInfo) HasId() bool
- func (o *PciDocumentInfo) HasValidUntil() bool
- func (o PciDocumentInfo) MarshalJSON() ([]byte, error)
- func (o *PciDocumentInfo) SetCreatedAt(v time.Time)
- func (o *PciDocumentInfo) SetId(v string)
- func (o *PciDocumentInfo) SetValidUntil(v time.Time)
- func (o PciDocumentInfo) ToMap() (map[string]interface{}, error)
- type PciSigningRequest
- func (o *PciSigningRequest) GetPciTemplateReferences() []string
- func (o *PciSigningRequest) GetPciTemplateReferencesOk() ([]string, bool)
- func (o *PciSigningRequest) GetSignedBy() string
- func (o *PciSigningRequest) GetSignedByOk() (*string, bool)
- func (o PciSigningRequest) MarshalJSON() ([]byte, error)
- func (o *PciSigningRequest) SetPciTemplateReferences(v []string)
- func (o *PciSigningRequest) SetSignedBy(v string)
- func (o PciSigningRequest) ToMap() (map[string]interface{}, error)
- type PciSigningResponse
- func (o *PciSigningResponse) GetPciQuestionnaireIds() []string
- func (o *PciSigningResponse) GetPciQuestionnaireIdsOk() ([]string, bool)
- func (o *PciSigningResponse) GetSignedBy() string
- func (o *PciSigningResponse) GetSignedByOk() (*string, bool)
- func (o *PciSigningResponse) HasPciQuestionnaireIds() bool
- func (o *PciSigningResponse) HasSignedBy() bool
- func (o PciSigningResponse) MarshalJSON() ([]byte, error)
- func (o *PciSigningResponse) SetPciQuestionnaireIds(v []string)
- func (o *PciSigningResponse) SetSignedBy(v string)
- func (o PciSigningResponse) ToMap() (map[string]interface{}, error)
- type PhoneNumber
- func (o *PhoneNumber) GetNumber() string
- func (o *PhoneNumber) GetNumberOk() (*string, bool)
- func (o *PhoneNumber) GetType() string
- func (o *PhoneNumber) GetTypeOk() (*string, bool)
- func (o *PhoneNumber) HasType() bool
- func (o PhoneNumber) MarshalJSON() ([]byte, error)
- func (o *PhoneNumber) SetNumber(v string)
- func (o *PhoneNumber) SetType(v string)
- func (o PhoneNumber) ToMap() (map[string]interface{}, error)
- type RemediatingAction
- func (o *RemediatingAction) GetCode() string
- func (o *RemediatingAction) GetCodeOk() (*string, bool)
- func (o *RemediatingAction) GetMessage() string
- func (o *RemediatingAction) GetMessageOk() (*string, bool)
- func (o *RemediatingAction) HasCode() bool
- func (o *RemediatingAction) HasMessage() bool
- func (o RemediatingAction) MarshalJSON() ([]byte, error)
- func (o *RemediatingAction) SetCode(v string)
- func (o *RemediatingAction) SetMessage(v string)
- func (o RemediatingAction) ToMap() (map[string]interface{}, error)
- type SELocalAccountIdentification
- func (o *SELocalAccountIdentification) GetAccountNumber() string
- func (o *SELocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *SELocalAccountIdentification) GetClearingNumber() string
- func (o *SELocalAccountIdentification) GetClearingNumberOk() (*string, bool)
- func (o *SELocalAccountIdentification) GetType() string
- func (o *SELocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o SELocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *SELocalAccountIdentification) SetAccountNumber(v string)
- func (o *SELocalAccountIdentification) SetClearingNumber(v string)
- func (o *SELocalAccountIdentification) SetType(v string)
- func (o SELocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type SGLocalAccountIdentification
- func (o *SGLocalAccountIdentification) GetAccountNumber() string
- func (o *SGLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *SGLocalAccountIdentification) GetBic() string
- func (o *SGLocalAccountIdentification) GetBicOk() (*string, bool)
- func (o *SGLocalAccountIdentification) GetType() string
- func (o *SGLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o *SGLocalAccountIdentification) HasType() bool
- func (o SGLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *SGLocalAccountIdentification) SetAccountNumber(v string)
- func (o *SGLocalAccountIdentification) SetBic(v string)
- func (o *SGLocalAccountIdentification) SetType(v string)
- func (o SGLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type ServiceError
- func (o *ServiceError) GetErrorCode() string
- func (o *ServiceError) GetErrorCodeOk() (*string, bool)
- func (o *ServiceError) GetErrorType() string
- func (o *ServiceError) GetErrorTypeOk() (*string, bool)
- func (o *ServiceError) GetMessage() string
- func (o *ServiceError) GetMessageOk() (*string, bool)
- func (o *ServiceError) GetPspReference() string
- func (o *ServiceError) GetPspReferenceOk() (*string, bool)
- func (o *ServiceError) GetStatus() int32
- func (o *ServiceError) GetStatusOk() (*int32, bool)
- func (o *ServiceError) HasErrorCode() bool
- func (o *ServiceError) HasErrorType() bool
- func (o *ServiceError) HasMessage() bool
- func (o *ServiceError) HasPspReference() bool
- func (o *ServiceError) HasStatus() bool
- func (o ServiceError) MarshalJSON() ([]byte, error)
- func (o *ServiceError) SetErrorCode(v string)
- func (o *ServiceError) SetErrorType(v string)
- func (o *ServiceError) SetMessage(v string)
- func (o *ServiceError) SetPspReference(v string)
- func (o *ServiceError) SetStatus(v int32)
- func (o ServiceError) ToMap() (map[string]interface{}, error)
- type SetTaxElectronicDeliveryConsentRequest
- func (o *SetTaxElectronicDeliveryConsentRequest) GetUS1099k() bool
- func (o *SetTaxElectronicDeliveryConsentRequest) GetUS1099kOk() (*bool, bool)
- func (o *SetTaxElectronicDeliveryConsentRequest) HasUS1099k() bool
- func (o SetTaxElectronicDeliveryConsentRequest) MarshalJSON() ([]byte, error)
- func (o *SetTaxElectronicDeliveryConsentRequest) SetUS1099k(v bool)
- func (o SetTaxElectronicDeliveryConsentRequest) ToMap() (map[string]interface{}, error)
- type SoleProprietorship
- func (o *SoleProprietorship) GetCountryOfGoverningLaw() string
- func (o *SoleProprietorship) GetCountryOfGoverningLawOk() (*string, bool)
- func (o *SoleProprietorship) GetDateOfIncorporation() string
- func (o *SoleProprietorship) GetDateOfIncorporationOk() (*string, bool)
- func (o *SoleProprietorship) GetDoingBusinessAs() string
- func (o *SoleProprietorship) GetDoingBusinessAsOk() (*string, bool)
- func (o *SoleProprietorship) GetName() string
- func (o *SoleProprietorship) GetNameOk() (*string, bool)
- func (o *SoleProprietorship) GetPrincipalPlaceOfBusiness() Address
- func (o *SoleProprietorship) GetPrincipalPlaceOfBusinessOk() (*Address, bool)
- func (o *SoleProprietorship) GetRegisteredAddress() Address
- func (o *SoleProprietorship) GetRegisteredAddressOk() (*Address, bool)
- func (o *SoleProprietorship) GetRegistrationNumber() string
- func (o *SoleProprietorship) GetRegistrationNumberOk() (*string, bool)
- func (o *SoleProprietorship) GetTaxAbsent() bool
- func (o *SoleProprietorship) GetTaxAbsentOk() (*bool, bool)
- func (o *SoleProprietorship) GetTaxInformation() []TaxInformation
- func (o *SoleProprietorship) GetTaxInformationOk() ([]TaxInformation, bool)
- func (o *SoleProprietorship) GetVatAbsenceReason() string
- func (o *SoleProprietorship) GetVatAbsenceReasonOk() (*string, bool)
- func (o *SoleProprietorship) GetVatNumber() string
- func (o *SoleProprietorship) GetVatNumberOk() (*string, bool)
- func (o *SoleProprietorship) HasDateOfIncorporation() bool
- func (o *SoleProprietorship) HasDoingBusinessAs() bool
- func (o *SoleProprietorship) HasPrincipalPlaceOfBusiness() bool
- func (o *SoleProprietorship) HasRegistrationNumber() bool
- func (o *SoleProprietorship) HasTaxAbsent() bool
- func (o *SoleProprietorship) HasTaxInformation() bool
- func (o *SoleProprietorship) HasVatAbsenceReason() bool
- func (o *SoleProprietorship) HasVatNumber() bool
- func (o SoleProprietorship) MarshalJSON() ([]byte, error)
- func (o *SoleProprietorship) SetCountryOfGoverningLaw(v string)
- func (o *SoleProprietorship) SetDateOfIncorporation(v string)
- func (o *SoleProprietorship) SetDoingBusinessAs(v string)
- func (o *SoleProprietorship) SetName(v string)
- func (o *SoleProprietorship) SetPrincipalPlaceOfBusiness(v Address)
- func (o *SoleProprietorship) SetRegisteredAddress(v Address)
- func (o *SoleProprietorship) SetRegistrationNumber(v string)
- func (o *SoleProprietorship) SetTaxAbsent(v bool)
- func (o *SoleProprietorship) SetTaxAbsentNil()
- func (o *SoleProprietorship) SetTaxInformation(v []TaxInformation)
- func (o *SoleProprietorship) SetVatAbsenceReason(v string)
- func (o *SoleProprietorship) SetVatNumber(v string)
- func (o SoleProprietorship) ToMap() (map[string]interface{}, error)
- func (o *SoleProprietorship) UnsetTaxAbsent()
- type SourceOfFunds
- func (o *SourceOfFunds) GetAcquiringBusinessLineId() string
- func (o *SourceOfFunds) GetAcquiringBusinessLineIdOk() (*string, bool)
- func (o *SourceOfFunds) GetAdyenProcessedFunds() bool
- func (o *SourceOfFunds) GetAdyenProcessedFundsOk() (*bool, bool)
- func (o *SourceOfFunds) GetDescription() string
- func (o *SourceOfFunds) GetDescriptionOk() (*string, bool)
- func (o *SourceOfFunds) GetType() string
- func (o *SourceOfFunds) GetTypeOk() (*string, bool)
- func (o *SourceOfFunds) HasAcquiringBusinessLineId() bool
- func (o *SourceOfFunds) HasAdyenProcessedFunds() bool
- func (o *SourceOfFunds) HasDescription() bool
- func (o *SourceOfFunds) HasType() bool
- func (o SourceOfFunds) MarshalJSON() ([]byte, error)
- func (o *SourceOfFunds) SetAcquiringBusinessLineId(v string)
- func (o *SourceOfFunds) SetAdyenProcessedFunds(v bool)
- func (o *SourceOfFunds) SetDescription(v string)
- func (o *SourceOfFunds) SetType(v string)
- func (o SourceOfFunds) ToMap() (map[string]interface{}, error)
- type StockData
- func (o *StockData) GetMarketIdentifier() string
- func (o *StockData) GetMarketIdentifierOk() (*string, bool)
- func (o *StockData) GetStockNumber() string
- func (o *StockData) GetStockNumberOk() (*string, bool)
- func (o *StockData) GetTickerSymbol() string
- func (o *StockData) GetTickerSymbolOk() (*string, bool)
- func (o *StockData) HasMarketIdentifier() bool
- func (o *StockData) HasStockNumber() bool
- func (o *StockData) HasTickerSymbol() bool
- func (o StockData) MarshalJSON() ([]byte, error)
- func (o *StockData) SetMarketIdentifier(v string)
- func (o *StockData) SetStockNumber(v string)
- func (o *StockData) SetTickerSymbol(v string)
- func (o StockData) ToMap() (map[string]interface{}, error)
- type SupportingEntityCapability
- func (o *SupportingEntityCapability) GetAllowed() bool
- func (o *SupportingEntityCapability) GetAllowedOk() (*bool, bool)
- func (o *SupportingEntityCapability) GetId() string
- func (o *SupportingEntityCapability) GetIdOk() (*string, bool)
- func (o *SupportingEntityCapability) GetRequested() bool
- func (o *SupportingEntityCapability) GetRequestedOk() (*bool, bool)
- func (o *SupportingEntityCapability) GetVerificationStatus() string
- func (o *SupportingEntityCapability) GetVerificationStatusOk() (*string, bool)
- func (o *SupportingEntityCapability) HasAllowed() bool
- func (o *SupportingEntityCapability) HasId() bool
- func (o *SupportingEntityCapability) HasRequested() bool
- func (o *SupportingEntityCapability) HasVerificationStatus() bool
- func (o SupportingEntityCapability) MarshalJSON() ([]byte, error)
- func (o *SupportingEntityCapability) SetAllowed(v bool)
- func (o *SupportingEntityCapability) SetId(v string)
- func (o *SupportingEntityCapability) SetRequested(v bool)
- func (o *SupportingEntityCapability) SetVerificationStatus(v string)
- func (o SupportingEntityCapability) ToMap() (map[string]interface{}, error)
- type TaxEDeliveryConsentApi
- func (a *TaxEDeliveryConsentApi) CheckStatusOfConsentForElectronicDeliveryOfTaxForms(ctx context.Context, ...) (CheckTaxElectronicDeliveryConsentResponse, *http.Response, error)
- func (a *TaxEDeliveryConsentApi) CheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput(id string) TaxEDeliveryConsentApiCheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput
- func (a *TaxEDeliveryConsentApi) SetConsentStatusForElectronicDeliveryOfTaxForms(ctx context.Context, ...) (*http.Response, error)
- func (a *TaxEDeliveryConsentApi) SetConsentStatusForElectronicDeliveryOfTaxFormsInput(id string) TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput
- type TaxEDeliveryConsentApiCheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput
- type TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput
- type TaxInformation
- func (o *TaxInformation) GetCountry() string
- func (o *TaxInformation) GetCountryOk() (*string, bool)
- func (o *TaxInformation) GetNumber() string
- func (o *TaxInformation) GetNumberOk() (*string, bool)
- func (o *TaxInformation) GetType() string
- func (o *TaxInformation) GetTypeOk() (*string, bool)
- func (o *TaxInformation) HasCountry() bool
- func (o *TaxInformation) HasNumber() bool
- func (o *TaxInformation) HasType() bool
- func (o TaxInformation) MarshalJSON() ([]byte, error)
- func (o *TaxInformation) SetCountry(v string)
- func (o *TaxInformation) SetNumber(v string)
- func (o *TaxInformation) SetType(v string)
- func (o TaxInformation) ToMap() (map[string]interface{}, error)
- type TaxReportingClassification
- func (o *TaxReportingClassification) GetBusinessType() string
- func (o *TaxReportingClassification) GetBusinessTypeOk() (*string, bool)
- func (o *TaxReportingClassification) GetFinancialInstitutionNumber() string
- func (o *TaxReportingClassification) GetFinancialInstitutionNumberOk() (*string, bool)
- func (o *TaxReportingClassification) GetMainSourceOfIncome() string
- func (o *TaxReportingClassification) GetMainSourceOfIncomeOk() (*string, bool)
- func (o *TaxReportingClassification) GetType() string
- func (o *TaxReportingClassification) GetTypeOk() (*string, bool)
- func (o *TaxReportingClassification) HasBusinessType() bool
- func (o *TaxReportingClassification) HasFinancialInstitutionNumber() bool
- func (o *TaxReportingClassification) HasMainSourceOfIncome() bool
- func (o *TaxReportingClassification) HasType() bool
- func (o TaxReportingClassification) MarshalJSON() ([]byte, error)
- func (o *TaxReportingClassification) SetBusinessType(v string)
- func (o *TaxReportingClassification) SetFinancialInstitutionNumber(v string)
- func (o *TaxReportingClassification) SetMainSourceOfIncome(v string)
- func (o *TaxReportingClassification) SetType(v string)
- func (o TaxReportingClassification) ToMap() (map[string]interface{}, error)
- type TermsOfServiceAcceptanceInfo
- func (o *TermsOfServiceAcceptanceInfo) GetAcceptedBy() string
- func (o *TermsOfServiceAcceptanceInfo) GetAcceptedByOk() (*string, bool)
- func (o *TermsOfServiceAcceptanceInfo) GetAcceptedFor() string
- func (o *TermsOfServiceAcceptanceInfo) GetAcceptedForOk() (*string, bool)
- func (o *TermsOfServiceAcceptanceInfo) GetCreatedAt() time.Time
- func (o *TermsOfServiceAcceptanceInfo) GetCreatedAtOk() (*time.Time, bool)
- func (o *TermsOfServiceAcceptanceInfo) GetId() string
- func (o *TermsOfServiceAcceptanceInfo) GetIdOk() (*string, bool)
- func (o *TermsOfServiceAcceptanceInfo) GetType() string
- func (o *TermsOfServiceAcceptanceInfo) GetTypeOk() (*string, bool)
- func (o *TermsOfServiceAcceptanceInfo) HasAcceptedBy() bool
- func (o *TermsOfServiceAcceptanceInfo) HasAcceptedFor() bool
- func (o *TermsOfServiceAcceptanceInfo) HasCreatedAt() bool
- func (o *TermsOfServiceAcceptanceInfo) HasId() bool
- func (o *TermsOfServiceAcceptanceInfo) HasType() bool
- func (o TermsOfServiceAcceptanceInfo) MarshalJSON() ([]byte, error)
- func (o *TermsOfServiceAcceptanceInfo) SetAcceptedBy(v string)
- func (o *TermsOfServiceAcceptanceInfo) SetAcceptedFor(v string)
- func (o *TermsOfServiceAcceptanceInfo) SetCreatedAt(v time.Time)
- func (o *TermsOfServiceAcceptanceInfo) SetId(v string)
- func (o *TermsOfServiceAcceptanceInfo) SetType(v string)
- func (o TermsOfServiceAcceptanceInfo) ToMap() (map[string]interface{}, error)
- type TermsOfServiceApi
- func (a *TermsOfServiceApi) AcceptTermsOfService(ctx context.Context, r TermsOfServiceApiAcceptTermsOfServiceInput) (AcceptTermsOfServiceResponse, *http.Response, error)
- func (a *TermsOfServiceApi) AcceptTermsOfServiceInput(id string, termsofservicedocumentid string) TermsOfServiceApiAcceptTermsOfServiceInput
- func (a *TermsOfServiceApi) GetTermsOfServiceDocument(ctx context.Context, r TermsOfServiceApiGetTermsOfServiceDocumentInput) (GetTermsOfServiceDocumentResponse, *http.Response, error)
- func (a *TermsOfServiceApi) GetTermsOfServiceDocumentInput(id string) TermsOfServiceApiGetTermsOfServiceDocumentInput
- func (a *TermsOfServiceApi) GetTermsOfServiceInformationForLegalEntity(ctx context.Context, ...) (GetTermsOfServiceAcceptanceInfosResponse, *http.Response, error)
- func (a *TermsOfServiceApi) GetTermsOfServiceInformationForLegalEntityInput(id string) TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput
- func (a *TermsOfServiceApi) GetTermsOfServiceStatus(ctx context.Context, r TermsOfServiceApiGetTermsOfServiceStatusInput) (CalculateTermsOfServiceStatusResponse, *http.Response, error)
- func (a *TermsOfServiceApi) GetTermsOfServiceStatusInput(id string) TermsOfServiceApiGetTermsOfServiceStatusInput
- type TermsOfServiceApiAcceptTermsOfServiceInput
- type TermsOfServiceApiGetTermsOfServiceDocumentInput
- type TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput
- type TermsOfServiceApiGetTermsOfServiceStatusInput
- type TransferInstrument
- func (o *TransferInstrument) GetBankAccount() BankAccountInfo
- func (o *TransferInstrument) GetBankAccountOk() (*BankAccountInfo, bool)
- func (o *TransferInstrument) GetCapabilities() map[string]SupportingEntityCapability
- func (o *TransferInstrument) GetCapabilitiesOk() (*map[string]SupportingEntityCapability, bool)
- func (o *TransferInstrument) GetDocumentDetails() []DocumentReference
- func (o *TransferInstrument) GetDocumentDetailsOk() ([]DocumentReference, bool)
- func (o *TransferInstrument) GetId() string
- func (o *TransferInstrument) GetIdOk() (*string, bool)
- func (o *TransferInstrument) GetLegalEntityId() string
- func (o *TransferInstrument) GetLegalEntityIdOk() (*string, bool)
- func (o *TransferInstrument) GetProblems() []CapabilityProblem
- func (o *TransferInstrument) GetProblemsOk() ([]CapabilityProblem, bool)
- func (o *TransferInstrument) GetType() string
- func (o *TransferInstrument) GetTypeOk() (*string, bool)
- func (o *TransferInstrument) HasCapabilities() bool
- func (o *TransferInstrument) HasDocumentDetails() bool
- func (o *TransferInstrument) HasProblems() bool
- func (o TransferInstrument) MarshalJSON() ([]byte, error)
- func (o *TransferInstrument) SetBankAccount(v BankAccountInfo)
- func (o *TransferInstrument) SetCapabilities(v map[string]SupportingEntityCapability)
- func (o *TransferInstrument) SetDocumentDetails(v []DocumentReference)
- func (o *TransferInstrument) SetId(v string)
- func (o *TransferInstrument) SetLegalEntityId(v string)
- func (o *TransferInstrument) SetProblems(v []CapabilityProblem)
- func (o *TransferInstrument) SetType(v string)
- func (o TransferInstrument) ToMap() (map[string]interface{}, error)
- type TransferInstrumentInfo
- func (o *TransferInstrumentInfo) GetBankAccount() BankAccountInfo
- func (o *TransferInstrumentInfo) GetBankAccountOk() (*BankAccountInfo, bool)
- func (o *TransferInstrumentInfo) GetLegalEntityId() string
- func (o *TransferInstrumentInfo) GetLegalEntityIdOk() (*string, bool)
- func (o *TransferInstrumentInfo) GetType() string
- func (o *TransferInstrumentInfo) GetTypeOk() (*string, bool)
- func (o TransferInstrumentInfo) MarshalJSON() ([]byte, error)
- func (o *TransferInstrumentInfo) SetBankAccount(v BankAccountInfo)
- func (o *TransferInstrumentInfo) SetLegalEntityId(v string)
- func (o *TransferInstrumentInfo) SetType(v string)
- func (o TransferInstrumentInfo) ToMap() (map[string]interface{}, error)
- type TransferInstrumentReference
- func (o *TransferInstrumentReference) GetAccountIdentifier() string
- func (o *TransferInstrumentReference) GetAccountIdentifierOk() (*string, bool)
- func (o *TransferInstrumentReference) GetId() string
- func (o *TransferInstrumentReference) GetIdOk() (*string, bool)
- func (o *TransferInstrumentReference) GetRealLastFour() string
- func (o *TransferInstrumentReference) GetRealLastFourOk() (*string, bool)
- func (o *TransferInstrumentReference) GetTrustedSource() bool
- func (o *TransferInstrumentReference) GetTrustedSourceOk() (*bool, bool)
- func (o *TransferInstrumentReference) HasRealLastFour() bool
- func (o *TransferInstrumentReference) HasTrustedSource() bool
- func (o TransferInstrumentReference) MarshalJSON() ([]byte, error)
- func (o *TransferInstrumentReference) SetAccountIdentifier(v string)
- func (o *TransferInstrumentReference) SetId(v string)
- func (o *TransferInstrumentReference) SetRealLastFour(v string)
- func (o *TransferInstrumentReference) SetTrustedSource(v bool)
- func (o TransferInstrumentReference) ToMap() (map[string]interface{}, error)
- type TransferInstrumentsApi
- func (a *TransferInstrumentsApi) CreateTransferInstrument(ctx context.Context, r TransferInstrumentsApiCreateTransferInstrumentInput) (TransferInstrument, *http.Response, error)
- func (a *TransferInstrumentsApi) CreateTransferInstrumentInput() TransferInstrumentsApiCreateTransferInstrumentInput
- func (a *TransferInstrumentsApi) DeleteTransferInstrument(ctx context.Context, r TransferInstrumentsApiDeleteTransferInstrumentInput) (*http.Response, error)
- func (a *TransferInstrumentsApi) DeleteTransferInstrumentInput(id string) TransferInstrumentsApiDeleteTransferInstrumentInput
- func (a *TransferInstrumentsApi) GetTransferInstrument(ctx context.Context, r TransferInstrumentsApiGetTransferInstrumentInput) (TransferInstrument, *http.Response, error)
- func (a *TransferInstrumentsApi) GetTransferInstrumentInput(id string) TransferInstrumentsApiGetTransferInstrumentInput
- func (a *TransferInstrumentsApi) UpdateTransferInstrument(ctx context.Context, r TransferInstrumentsApiUpdateTransferInstrumentInput) (TransferInstrument, *http.Response, error)
- func (a *TransferInstrumentsApi) UpdateTransferInstrumentInput(id string) TransferInstrumentsApiUpdateTransferInstrumentInput
- type TransferInstrumentsApiCreateTransferInstrumentInput
- func (r TransferInstrumentsApiCreateTransferInstrumentInput) TransferInstrumentInfo(transferInstrumentInfo TransferInstrumentInfo) TransferInstrumentsApiCreateTransferInstrumentInput
- func (r TransferInstrumentsApiCreateTransferInstrumentInput) XRequestedVerificationCode(xRequestedVerificationCode string) TransferInstrumentsApiCreateTransferInstrumentInput
- type TransferInstrumentsApiDeleteTransferInstrumentInput
- type TransferInstrumentsApiGetTransferInstrumentInput
- type TransferInstrumentsApiUpdateTransferInstrumentInput
- func (r TransferInstrumentsApiUpdateTransferInstrumentInput) TransferInstrumentInfo(transferInstrumentInfo TransferInstrumentInfo) TransferInstrumentsApiUpdateTransferInstrumentInput
- func (r TransferInstrumentsApiUpdateTransferInstrumentInput) XRequestedVerificationCode(xRequestedVerificationCode string) TransferInstrumentsApiUpdateTransferInstrumentInput
- type Trust
- func (o *Trust) GetCountryOfGoverningLaw() string
- func (o *Trust) GetCountryOfGoverningLawOk() (*string, bool)
- func (o *Trust) GetDateOfIncorporation() string
- func (o *Trust) GetDateOfIncorporationOk() (*string, bool)
- func (o *Trust) GetDoingBusinessAs() string
- func (o *Trust) GetDoingBusinessAsOk() (*string, bool)
- func (o *Trust) GetName() string
- func (o *Trust) GetNameOk() (*string, bool)
- func (o *Trust) GetPrincipalPlaceOfBusiness() Address
- func (o *Trust) GetPrincipalPlaceOfBusinessOk() (*Address, bool)
- func (o *Trust) GetRegisteredAddress() Address
- func (o *Trust) GetRegisteredAddressOk() (*Address, bool)
- func (o *Trust) GetRegistrationNumber() string
- func (o *Trust) GetRegistrationNumberOk() (*string, bool)
- func (o *Trust) GetTaxAbsent() bool
- func (o *Trust) GetTaxAbsentOk() (*bool, bool)
- func (o *Trust) GetTaxInformation() []TaxInformation
- func (o *Trust) GetTaxInformationOk() ([]TaxInformation, bool)
- func (o *Trust) GetType() string
- func (o *Trust) GetTypeOk() (*string, bool)
- func (o *Trust) GetUndefinedBeneficiaryInfo() []UndefinedBeneficiary
- func (o *Trust) GetUndefinedBeneficiaryInfoOk() ([]UndefinedBeneficiary, bool)
- func (o *Trust) GetVatAbsenceReason() string
- func (o *Trust) GetVatAbsenceReasonOk() (*string, bool)
- func (o *Trust) GetVatNumber() string
- func (o *Trust) GetVatNumberOk() (*string, bool)
- func (o *Trust) HasDateOfIncorporation() bool
- func (o *Trust) HasDoingBusinessAs() bool
- func (o *Trust) HasPrincipalPlaceOfBusiness() bool
- func (o *Trust) HasRegistrationNumber() bool
- func (o *Trust) HasTaxAbsent() bool
- func (o *Trust) HasTaxInformation() bool
- func (o *Trust) HasUndefinedBeneficiaryInfo() bool
- func (o *Trust) HasVatAbsenceReason() bool
- func (o *Trust) HasVatNumber() bool
- func (o Trust) MarshalJSON() ([]byte, error)
- func (o *Trust) SetCountryOfGoverningLaw(v string)
- func (o *Trust) SetDateOfIncorporation(v string)
- func (o *Trust) SetDoingBusinessAs(v string)
- func (o *Trust) SetName(v string)
- func (o *Trust) SetPrincipalPlaceOfBusiness(v Address)
- func (o *Trust) SetRegisteredAddress(v Address)
- func (o *Trust) SetRegistrationNumber(v string)
- func (o *Trust) SetTaxAbsent(v bool)
- func (o *Trust) SetTaxAbsentNil()
- func (o *Trust) SetTaxInformation(v []TaxInformation)
- func (o *Trust) SetType(v string)
- func (o *Trust) SetUndefinedBeneficiaryInfo(v []UndefinedBeneficiary)
- func (o *Trust) SetVatAbsenceReason(v string)
- func (o *Trust) SetVatNumber(v string)
- func (o Trust) ToMap() (map[string]interface{}, error)
- func (o *Trust) UnsetTaxAbsent()
- type UKLocalAccountIdentification
- func (o *UKLocalAccountIdentification) GetAccountNumber() string
- func (o *UKLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *UKLocalAccountIdentification) GetSortCode() string
- func (o *UKLocalAccountIdentification) GetSortCodeOk() (*string, bool)
- func (o *UKLocalAccountIdentification) GetType() string
- func (o *UKLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o UKLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *UKLocalAccountIdentification) SetAccountNumber(v string)
- func (o *UKLocalAccountIdentification) SetSortCode(v string)
- func (o *UKLocalAccountIdentification) SetType(v string)
- func (o UKLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type USLocalAccountIdentification
- func (o *USLocalAccountIdentification) GetAccountNumber() string
- func (o *USLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
- func (o *USLocalAccountIdentification) GetAccountType() string
- func (o *USLocalAccountIdentification) GetAccountTypeOk() (*string, bool)
- func (o *USLocalAccountIdentification) GetRoutingNumber() string
- func (o *USLocalAccountIdentification) GetRoutingNumberOk() (*string, bool)
- func (o *USLocalAccountIdentification) GetType() string
- func (o *USLocalAccountIdentification) GetTypeOk() (*string, bool)
- func (o *USLocalAccountIdentification) HasAccountType() bool
- func (o USLocalAccountIdentification) MarshalJSON() ([]byte, error)
- func (o *USLocalAccountIdentification) SetAccountNumber(v string)
- func (o *USLocalAccountIdentification) SetAccountType(v string)
- func (o *USLocalAccountIdentification) SetRoutingNumber(v string)
- func (o *USLocalAccountIdentification) SetType(v string)
- func (o USLocalAccountIdentification) ToMap() (map[string]interface{}, error)
- type UndefinedBeneficiary
- func (o *UndefinedBeneficiary) GetDescription() string
- func (o *UndefinedBeneficiary) GetDescriptionOk() (*string, bool)
- func (o *UndefinedBeneficiary) GetReference() string
- func (o *UndefinedBeneficiary) GetReferenceOk() (*string, bool)
- func (o *UndefinedBeneficiary) HasDescription() bool
- func (o *UndefinedBeneficiary) HasReference() bool
- func (o UndefinedBeneficiary) MarshalJSON() ([]byte, error)
- func (o *UndefinedBeneficiary) SetDescription(v string)
- func (o *UndefinedBeneficiary) SetReference(v string)
- func (o UndefinedBeneficiary) ToMap() (map[string]interface{}, error)
- type UnincorporatedPartnership
- func (o *UnincorporatedPartnership) GetCountryOfGoverningLaw() string
- func (o *UnincorporatedPartnership) GetCountryOfGoverningLawOk() (*string, bool)
- func (o *UnincorporatedPartnership) GetDateOfIncorporation() string
- func (o *UnincorporatedPartnership) GetDateOfIncorporationOk() (*string, bool)
- func (o *UnincorporatedPartnership) GetDescription() string
- func (o *UnincorporatedPartnership) GetDescriptionOk() (*string, bool)
- func (o *UnincorporatedPartnership) GetDoingBusinessAs() string
- func (o *UnincorporatedPartnership) GetDoingBusinessAsOk() (*string, bool)
- func (o *UnincorporatedPartnership) GetName() string
- func (o *UnincorporatedPartnership) GetNameOk() (*string, bool)
- func (o *UnincorporatedPartnership) GetPrincipalPlaceOfBusiness() Address
- func (o *UnincorporatedPartnership) GetPrincipalPlaceOfBusinessOk() (*Address, bool)
- func (o *UnincorporatedPartnership) GetRegisteredAddress() Address
- func (o *UnincorporatedPartnership) GetRegisteredAddressOk() (*Address, bool)
- func (o *UnincorporatedPartnership) GetRegistrationNumber() string
- func (o *UnincorporatedPartnership) GetRegistrationNumberOk() (*string, bool)
- func (o *UnincorporatedPartnership) GetTaxInformation() []TaxInformation
- func (o *UnincorporatedPartnership) GetTaxInformationOk() ([]TaxInformation, bool)
- func (o *UnincorporatedPartnership) GetType() string
- func (o *UnincorporatedPartnership) GetTypeOk() (*string, bool)
- func (o *UnincorporatedPartnership) GetVatAbsenceReason() string
- func (o *UnincorporatedPartnership) GetVatAbsenceReasonOk() (*string, bool)
- func (o *UnincorporatedPartnership) GetVatNumber() string
- func (o *UnincorporatedPartnership) GetVatNumberOk() (*string, bool)
- func (o *UnincorporatedPartnership) HasDateOfIncorporation() bool
- func (o *UnincorporatedPartnership) HasDescription() bool
- func (o *UnincorporatedPartnership) HasDoingBusinessAs() bool
- func (o *UnincorporatedPartnership) HasPrincipalPlaceOfBusiness() bool
- func (o *UnincorporatedPartnership) HasRegistrationNumber() bool
- func (o *UnincorporatedPartnership) HasTaxInformation() bool
- func (o *UnincorporatedPartnership) HasVatAbsenceReason() bool
- func (o *UnincorporatedPartnership) HasVatNumber() bool
- func (o UnincorporatedPartnership) MarshalJSON() ([]byte, error)
- func (o *UnincorporatedPartnership) SetCountryOfGoverningLaw(v string)
- func (o *UnincorporatedPartnership) SetDateOfIncorporation(v string)
- func (o *UnincorporatedPartnership) SetDescription(v string)
- func (o *UnincorporatedPartnership) SetDoingBusinessAs(v string)
- func (o *UnincorporatedPartnership) SetName(v string)
- func (o *UnincorporatedPartnership) SetPrincipalPlaceOfBusiness(v Address)
- func (o *UnincorporatedPartnership) SetRegisteredAddress(v Address)
- func (o *UnincorporatedPartnership) SetRegistrationNumber(v string)
- func (o *UnincorporatedPartnership) SetTaxInformation(v []TaxInformation)
- func (o *UnincorporatedPartnership) SetType(v string)
- func (o *UnincorporatedPartnership) SetVatAbsenceReason(v string)
- func (o *UnincorporatedPartnership) SetVatNumber(v string)
- func (o UnincorporatedPartnership) ToMap() (map[string]interface{}, error)
- type VerificationDeadline
- func (o *VerificationDeadline) GetCapabilities() []string
- func (o *VerificationDeadline) GetCapabilitiesOk() ([]string, bool)
- func (o *VerificationDeadline) GetEntityIds() []string
- func (o *VerificationDeadline) GetEntityIdsOk() ([]string, bool)
- func (o *VerificationDeadline) GetExpiresAt() time.Time
- func (o *VerificationDeadline) GetExpiresAtOk() (*time.Time, bool)
- func (o *VerificationDeadline) HasEntityIds() bool
- func (o VerificationDeadline) MarshalJSON() ([]byte, error)
- func (o *VerificationDeadline) SetCapabilities(v []string)
- func (o *VerificationDeadline) SetEntityIds(v []string)
- func (o *VerificationDeadline) SetExpiresAt(v time.Time)
- func (o VerificationDeadline) ToMap() (map[string]interface{}, error)
- type VerificationError
- func (o *VerificationError) GetCapabilities() []string
- func (o *VerificationError) GetCapabilitiesOk() ([]string, bool)
- func (o *VerificationError) GetCode() string
- func (o *VerificationError) GetCodeOk() (*string, bool)
- func (o *VerificationError) GetMessage() string
- func (o *VerificationError) GetMessageOk() (*string, bool)
- func (o *VerificationError) GetRemediatingActions() []RemediatingAction
- func (o *VerificationError) GetRemediatingActionsOk() ([]RemediatingAction, bool)
- func (o *VerificationError) GetSubErrors() []VerificationErrorRecursive
- func (o *VerificationError) GetSubErrorsOk() ([]VerificationErrorRecursive, bool)
- func (o *VerificationError) GetType() string
- func (o *VerificationError) GetTypeOk() (*string, bool)
- func (o *VerificationError) HasCapabilities() bool
- func (o *VerificationError) HasCode() bool
- func (o *VerificationError) HasMessage() bool
- func (o *VerificationError) HasRemediatingActions() bool
- func (o *VerificationError) HasSubErrors() bool
- func (o *VerificationError) HasType() bool
- func (o VerificationError) MarshalJSON() ([]byte, error)
- func (o *VerificationError) SetCapabilities(v []string)
- func (o *VerificationError) SetCode(v string)
- func (o *VerificationError) SetMessage(v string)
- func (o *VerificationError) SetRemediatingActions(v []RemediatingAction)
- func (o *VerificationError) SetSubErrors(v []VerificationErrorRecursive)
- func (o *VerificationError) SetType(v string)
- func (o VerificationError) ToMap() (map[string]interface{}, error)
- type VerificationErrorRecursive
- func (o *VerificationErrorRecursive) GetCapabilities() []string
- func (o *VerificationErrorRecursive) GetCapabilitiesOk() ([]string, bool)
- func (o *VerificationErrorRecursive) GetCode() string
- func (o *VerificationErrorRecursive) GetCodeOk() (*string, bool)
- func (o *VerificationErrorRecursive) GetMessage() string
- func (o *VerificationErrorRecursive) GetMessageOk() (*string, bool)
- func (o *VerificationErrorRecursive) GetRemediatingActions() []RemediatingAction
- func (o *VerificationErrorRecursive) GetRemediatingActionsOk() ([]RemediatingAction, bool)
- func (o *VerificationErrorRecursive) GetType() string
- func (o *VerificationErrorRecursive) GetTypeOk() (*string, bool)
- func (o *VerificationErrorRecursive) HasCapabilities() bool
- func (o *VerificationErrorRecursive) HasCode() bool
- func (o *VerificationErrorRecursive) HasMessage() bool
- func (o *VerificationErrorRecursive) HasRemediatingActions() bool
- func (o *VerificationErrorRecursive) HasType() bool
- func (o VerificationErrorRecursive) MarshalJSON() ([]byte, error)
- func (o *VerificationErrorRecursive) SetCapabilities(v []string)
- func (o *VerificationErrorRecursive) SetCode(v string)
- func (o *VerificationErrorRecursive) SetMessage(v string)
- func (o *VerificationErrorRecursive) SetRemediatingActions(v []RemediatingAction)
- func (o *VerificationErrorRecursive) SetType(v string)
- func (o VerificationErrorRecursive) ToMap() (map[string]interface{}, error)
- type VerificationErrors
- func (o *VerificationErrors) GetProblems() []CapabilityProblem
- func (o *VerificationErrors) GetProblemsOk() ([]CapabilityProblem, bool)
- func (o *VerificationErrors) HasProblems() bool
- func (o VerificationErrors) MarshalJSON() ([]byte, error)
- func (o *VerificationErrors) SetProblems(v []CapabilityProblem)
- func (o VerificationErrors) ToMap() (map[string]interface{}, error)
- type WebData
- func (o *WebData) GetWebAddress() string
- func (o *WebData) GetWebAddressId() string
- func (o *WebData) GetWebAddressIdOk() (*string, bool)
- func (o *WebData) GetWebAddressOk() (*string, bool)
- func (o *WebData) HasWebAddress() bool
- func (o *WebData) HasWebAddressId() bool
- func (o WebData) MarshalJSON() ([]byte, error)
- func (o *WebData) SetWebAddress(v string)
- func (o *WebData) SetWebAddressId(v string)
- func (o WebData) ToMap() (map[string]interface{}, error)
- type WebDataExemption
- func (o *WebDataExemption) GetReason() string
- func (o *WebDataExemption) GetReasonOk() (*string, bool)
- func (o *WebDataExemption) HasReason() bool
- func (o WebDataExemption) MarshalJSON() ([]byte, error)
- func (o *WebDataExemption) SetReason(v string)
- func (o WebDataExemption) ToMap() (map[string]interface{}, error)
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 TaxEDeliveryConsentApi *TaxEDeliveryConsentApi 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 ¶
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 legal entity ID of the user accepting the Terms of Service. For organizations, this must be the individual legal entity ID of an authorized signatory for the organization. For sole proprietorships, this must be the individual legal entity ID of the owner. For individuals, this must be the individual legal entity id of either the individual, parent, or guardian. 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. Possible value: **en** for English. 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. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** 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 ¶
func (o *AcceptTermsOfServiceResponse) GetId() string
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 ¶
func (o *AcceptTermsOfServiceResponse) HasId() bool
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 ¶
func (o *AcceptTermsOfServiceResponse) SetId(v string)
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 ¶
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) GetCityOk ¶
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 ¶
GetCountry returns the Country field value
func (*Address) GetCountryOk ¶
GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.
func (*Address) GetPostalCode ¶
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*Address) GetPostalCodeOk ¶
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 ¶
GetStateOrProvince returns the StateOrProvince field value if set, zero value otherwise.
func (*Address) GetStateOrProvinceOk ¶
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) GetStreet2 ¶
GetStreet2 returns the Street2 field value if set, zero value otherwise.
func (*Address) GetStreet2Ok ¶
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 ¶
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) HasPostalCode ¶
HasPostalCode returns a boolean if a field has been set.
func (*Address) HasStateOrProvince ¶
HasStateOrProvince returns a boolean if a field has been set.
func (*Address) HasStreet2 ¶
HasStreet2 returns a boolean if a field has been set.
func (Address) MarshalJSON ¶
func (*Address) SetCity ¶
SetCity gets a reference to the given string and assigns it to the City field.
func (*Address) SetPostalCode ¶
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (*Address) SetStateOrProvince ¶
SetStateOrProvince gets a reference to the given string and assigns it to the StateOrProvince field.
func (*Address) SetStreet ¶
SetStreet gets a reference to the given string and assigns it to the Street field.
func (*Address) SetStreet2 ¶
SetStreet2 gets a reference to the given string and assigns it to the Street2 field.
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 ¶
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*Amount) GetCurrencyOk ¶
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) GetValueOk ¶
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 ¶
HasCurrency returns a boolean if a field has been set.
func (Amount) MarshalJSON ¶
func (*Amount) SetCurrency ¶
SetCurrency gets a reference to the given string and assigns it to the Currency field.
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 since Legal Entity Management API v1 ContentType *string `json:"contentType,omitempty"` // The name of the file including the file extension. // Deprecated since Legal Entity Management API v1 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 since Legal Entity Management API v1
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 since Legal Entity Management API v1
func (*Attachment) GetFilename ¶
func (o *Attachment) GetFilename() string
GetFilename returns the Filename field value if set, zero value otherwise. Deprecated since Legal Entity Management API v1
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 since Legal Entity Management API v1
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 since Legal Entity Management API v1
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 since Legal Entity Management API v1
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 since Legal Entity Management API v2 AccountType *string `json:"accountType,omitempty"` // The name of the banking institution where the bank account is held. BankName *string `json:"bankName,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 since Legal Entity Management API v2
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 since Legal Entity Management API v2
func (*BankAccountInfo) GetBankName ¶
func (o *BankAccountInfo) GetBankName() string
GetBankName returns the BankName field value if set, zero value otherwise.
func (*BankAccountInfo) GetBankNameOk ¶
func (o *BankAccountInfo) GetBankNameOk() (*string, bool)
GetBankNameOk returns a tuple with the BankName field value if set, nil otherwise and a boolean to check if the value has been set.
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 ¶
func (o *BankAccountInfo) GetTrustedSource() bool
GetTrustedSource returns the TrustedSource field value if set, zero value otherwise.
func (*BankAccountInfo) GetTrustedSourceOk ¶
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) HasBankName ¶
func (o *BankAccountInfo) HasBankName() bool
HasBankName 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 ¶
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 since Legal Entity Management API v2
func (*BankAccountInfo) SetBankName ¶
func (o *BankAccountInfo) SetBankName(v string)
SetBankName gets a reference to the given string and assigns it to the BankName field.
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 ¶
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 NZLocalAccountIdentification *NZLocalAccountIdentification 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 ¶
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 NZLocalAccountIdentificationAsBankAccountInfoAccountIdentification ¶
func NZLocalAccountIdentificationAsBankAccountInfoAccountIdentification(v *NZLocalAccountIdentification) BankAccountInfoAccountIdentification
NZLocalAccountIdentificationAsBankAccountInfoAccountIdentification is a convenience function that returns NZLocalAccountIdentification 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 ¶
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 ¶
GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.
func (*BirthData) GetDateOfBirthOk ¶
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 ¶
HasDateOfBirth returns a boolean if a field has been set.
func (BirthData) MarshalJSON ¶
func (*BirthData) SetDateOfBirth ¶
SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.
type BusinessLine ¶
type BusinessLine struct { // The capability for which you are creating the business line. Possible values: **receivePayments**, **receiveFromPlatformPayments**, **issueBankAccount** // Deprecated since Legal Entity Management API v3 // Use `service` instead. 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 [marketplaces](https://docs.adyen.com/marketplaces/verification-requirements/reference-additional-products/#list-industry-codes) or [platforms](https://docs.adyen.com/platforms/verification-requirements/reference-additional-products/#list-industry-codes). 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"` // The verification errors related to 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** * **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 since Legal Entity Management API v3 Use `service` instead.
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 since Legal Entity Management API v3 Use `service` instead.
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 since Legal Entity Management API v3 Use `service` instead.
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 since Legal Entity Management API v3 // Use `service` instead. Capability *string `json:"capability,omitempty"` // A code that represents the industry of the legal entity for [marketplaces](https://docs.adyen.com/marketplaces/verification-requirements/reference-additional-products/#list-industry-codes) or [platforms](https://docs.adyen.com/platforms/verification-requirements/reference-additional-products/#list-industry-codes). 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** * **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 since Legal Entity Management API v3 Use `service` instead.
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 since Legal Entity Management API v3 Use `service` instead.
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 since Legal Entity Management API v3 Use `service` instead.
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 { // A code that represents the industry of your legal entity. For example, **4431A** for computer software stores. IndustryCode *string `json:"industryCode,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"` 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) 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) 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) 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) HasIndustryCode ¶
func (o *BusinessLineInfoUpdate) HasIndustryCode() bool
HasIndustryCode 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) 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) SetIndustryCode ¶
func (o *BusinessLineInfoUpdate) SetIndustryCode(v string)
SetIndustryCode gets a reference to the given string and assigns it to the IndustryCode 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) 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 ¶
BusinessLinesApi service
func (*BusinessLinesApi) CreateBusinessLine ¶
func (a *BusinessLinesApi) CreateBusinessLine(ctx context.Context, r BusinessLinesApiCreateBusinessLineInput) (BusinessLine, *http.Response, error)
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.
@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 ¶
func (a *BusinessLinesApi) DeleteBusinessLine(ctx context.Context, r BusinessLinesApiDeleteBusinessLineInput) (*http.Response, error)
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 ¶
func (a *BusinessLinesApi) GetBusinessLine(ctx context.Context, r BusinessLinesApiGetBusinessLineInput) (BusinessLine, *http.Response, error)
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 ¶
func (a *BusinessLinesApi) UpdateBusinessLine(ctx context.Context, r BusinessLinesApiUpdateBusinessLineInput) (BusinessLine, *http.Response, error)
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 ¶
func (r BusinessLinesApiCreateBusinessLineInput) BusinessLineInfo(businessLineInfo BusinessLineInfo) BusinessLinesApiCreateBusinessLineInput
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 ¶
func (r BusinessLinesApiUpdateBusinessLineInput) BusinessLineInfoUpdate(businessLineInfoUpdate BusinessLineInfoUpdate) BusinessLinesApiUpdateBusinessLineInput
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 ¶
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 ¶
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 ¶
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 ¶
func (o *CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypes() []string
GetTermsOfServiceTypes returns the TermsOfServiceTypes field value if set, zero value otherwise.
func (*CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypesOk ¶
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 ¶
func (o *CalculateTermsOfServiceStatusResponse) HasTermsOfServiceTypes() bool
HasTermsOfServiceTypes returns a boolean if a field has been set.
func (CalculateTermsOfServiceStatusResponse) MarshalJSON ¶
func (o CalculateTermsOfServiceStatusResponse) MarshalJSON() ([]byte, error)
func (*CalculateTermsOfServiceStatusResponse) SetTermsOfServiceTypes ¶
func (o *CalculateTermsOfServiceStatusResponse) SetTermsOfServiceTypes(v []string)
SetTermsOfServiceTypes gets a reference to the given []string and assigns it to the TermsOfServiceTypes field.
func (CalculateTermsOfServiceStatusResponse) ToMap ¶
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 ¶
func (o *CapabilityProblem) GetEntity() CapabilityProblemEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*CapabilityProblem) GetEntityOk ¶
func (o *CapabilityProblem) GetEntityOk() (*CapabilityProblemEntity, bool)
GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblem) GetVerificationErrors ¶
func (o *CapabilityProblem) GetVerificationErrors() []VerificationError
GetVerificationErrors returns the VerificationErrors field value if set, zero value otherwise.
func (*CapabilityProblem) GetVerificationErrorsOk ¶
func (o *CapabilityProblem) GetVerificationErrorsOk() ([]VerificationError, bool)
GetVerificationErrorsOk returns a tuple with the VerificationErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblem) HasEntity ¶
func (o *CapabilityProblem) HasEntity() bool
HasEntity returns a boolean if a field has been set.
func (*CapabilityProblem) HasVerificationErrors ¶
func (o *CapabilityProblem) HasVerificationErrors() bool
HasVerificationErrors returns a boolean if a field has been set.
func (CapabilityProblem) MarshalJSON ¶
func (o CapabilityProblem) MarshalJSON() ([]byte, error)
func (*CapabilityProblem) SetEntity ¶
func (o *CapabilityProblem) SetEntity(v CapabilityProblemEntity)
SetEntity gets a reference to the given CapabilityProblemEntity and assigns it to the Entity field.
func (*CapabilityProblem) SetVerificationErrors ¶
func (o *CapabilityProblem) SetVerificationErrors(v []VerificationError)
SetVerificationErrors gets a reference to the given []VerificationError and assigns it to the VerificationErrors field.
func (CapabilityProblem) ToMap ¶
func (o CapabilityProblem) ToMap() (map[string]interface{}, error)
type CapabilityProblemEntity ¶
type CapabilityProblemEntity struct { // List of document IDs 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 ¶
func (o *CapabilityProblemEntity) GetOwner() CapabilityProblemEntityRecursive
GetOwner returns the Owner field value if set, zero value otherwise.
func (*CapabilityProblemEntity) GetOwnerOk ¶
func (o *CapabilityProblemEntity) GetOwnerOk() (*CapabilityProblemEntityRecursive, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntity) GetType ¶
func (o *CapabilityProblemEntity) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*CapabilityProblemEntity) GetTypeOk ¶
func (o *CapabilityProblemEntity) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntity) HasDocuments ¶
func (o *CapabilityProblemEntity) HasDocuments() bool
HasDocuments returns a boolean if a field has been set.
func (*CapabilityProblemEntity) HasId ¶
func (o *CapabilityProblemEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (*CapabilityProblemEntity) HasOwner ¶
func (o *CapabilityProblemEntity) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*CapabilityProblemEntity) HasType ¶
func (o *CapabilityProblemEntity) HasType() bool
HasType returns a boolean if a field has been set.
func (CapabilityProblemEntity) MarshalJSON ¶
func (o CapabilityProblemEntity) MarshalJSON() ([]byte, error)
func (*CapabilityProblemEntity) SetDocuments ¶
func (o *CapabilityProblemEntity) SetDocuments(v []string)
SetDocuments gets a reference to the given []string and assigns it to the Documents field.
func (*CapabilityProblemEntity) SetId ¶
func (o *CapabilityProblemEntity) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CapabilityProblemEntity) SetOwner ¶
func (o *CapabilityProblemEntity) SetOwner(v CapabilityProblemEntityRecursive)
SetOwner gets a reference to the given CapabilityProblemEntityRecursive and assigns it to the Owner field.
func (*CapabilityProblemEntity) SetType ¶
func (o *CapabilityProblemEntity) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (CapabilityProblemEntity) ToMap ¶
func (o CapabilityProblemEntity) ToMap() (map[string]interface{}, error)
type CapabilityProblemEntityRecursive ¶
type CapabilityProblemEntityRecursive struct { // List of document IDs 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 ¶
func (o *CapabilityProblemEntityRecursive) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CapabilityProblemEntityRecursive) GetIdOk ¶
func (o *CapabilityProblemEntityRecursive) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntityRecursive) GetType ¶
func (o *CapabilityProblemEntityRecursive) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*CapabilityProblemEntityRecursive) GetTypeOk ¶
func (o *CapabilityProblemEntityRecursive) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityProblemEntityRecursive) HasDocuments ¶
func (o *CapabilityProblemEntityRecursive) HasDocuments() bool
HasDocuments returns a boolean if a field has been set.
func (*CapabilityProblemEntityRecursive) HasId ¶
func (o *CapabilityProblemEntityRecursive) HasId() bool
HasId returns a boolean if a field has been set.
func (*CapabilityProblemEntityRecursive) HasType ¶
func (o *CapabilityProblemEntityRecursive) HasType() bool
HasType returns a boolean if a field has been set.
func (CapabilityProblemEntityRecursive) MarshalJSON ¶
func (o CapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error)
func (*CapabilityProblemEntityRecursive) SetDocuments ¶
func (o *CapabilityProblemEntityRecursive) SetDocuments(v []string)
SetDocuments gets a reference to the given []string and assigns it to the Documents field.
func (*CapabilityProblemEntityRecursive) SetId ¶
func (o *CapabilityProblemEntityRecursive) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CapabilityProblemEntityRecursive) SetType ¶
func (o *CapabilityProblemEntityRecursive) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (CapabilityProblemEntityRecursive) ToMap ¶
func (o CapabilityProblemEntityRecursive) ToMap() (map[string]interface{}, error)
type 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 CheckTaxElectronicDeliveryConsentResponse ¶
type CheckTaxElectronicDeliveryConsentResponse struct { // Consent to electronically deliver tax form US1099-K. US1099k *bool `json:"US1099k,omitempty"` }
CheckTaxElectronicDeliveryConsentResponse struct for CheckTaxElectronicDeliveryConsentResponse
func NewCheckTaxElectronicDeliveryConsentResponse ¶
func NewCheckTaxElectronicDeliveryConsentResponse() *CheckTaxElectronicDeliveryConsentResponse
NewCheckTaxElectronicDeliveryConsentResponse instantiates a new CheckTaxElectronicDeliveryConsentResponse 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 NewCheckTaxElectronicDeliveryConsentResponseWithDefaults ¶
func NewCheckTaxElectronicDeliveryConsentResponseWithDefaults() *CheckTaxElectronicDeliveryConsentResponse
NewCheckTaxElectronicDeliveryConsentResponseWithDefaults instantiates a new CheckTaxElectronicDeliveryConsentResponse 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 (*CheckTaxElectronicDeliveryConsentResponse) GetUS1099k ¶
func (o *CheckTaxElectronicDeliveryConsentResponse) GetUS1099k() bool
GetUS1099k returns the US1099k field value if set, zero value otherwise.
func (*CheckTaxElectronicDeliveryConsentResponse) GetUS1099kOk ¶
func (o *CheckTaxElectronicDeliveryConsentResponse) GetUS1099kOk() (*bool, bool)
GetUS1099kOk returns a tuple with the US1099k field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CheckTaxElectronicDeliveryConsentResponse) HasUS1099k ¶
func (o *CheckTaxElectronicDeliveryConsentResponse) HasUS1099k() bool
HasUS1099k returns a boolean if a field has been set.
func (CheckTaxElectronicDeliveryConsentResponse) MarshalJSON ¶
func (o CheckTaxElectronicDeliveryConsentResponse) MarshalJSON() ([]byte, error)
func (*CheckTaxElectronicDeliveryConsentResponse) SetUS1099k ¶
func (o *CheckTaxElectronicDeliveryConsentResponse) SetUS1099k(v bool)
SetUS1099k gets a reference to the given bool and assigns it to the US1099k field.
func (CheckTaxElectronicDeliveryConsentResponse) ToMap ¶
func (o CheckTaxElectronicDeliveryConsentResponse) 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 DataReviewConfirmationResponse ¶
type DataReviewConfirmationResponse struct { // Date when data review was confirmed. DataReviewedAt *string `json:"dataReviewedAt,omitempty"` }
DataReviewConfirmationResponse struct for DataReviewConfirmationResponse
func NewDataReviewConfirmationResponse ¶
func NewDataReviewConfirmationResponse() *DataReviewConfirmationResponse
NewDataReviewConfirmationResponse instantiates a new DataReviewConfirmationResponse 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 NewDataReviewConfirmationResponseWithDefaults ¶
func NewDataReviewConfirmationResponseWithDefaults() *DataReviewConfirmationResponse
NewDataReviewConfirmationResponseWithDefaults instantiates a new DataReviewConfirmationResponse 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 (*DataReviewConfirmationResponse) GetDataReviewedAt ¶
func (o *DataReviewConfirmationResponse) GetDataReviewedAt() string
GetDataReviewedAt returns the DataReviewedAt field value if set, zero value otherwise.
func (*DataReviewConfirmationResponse) GetDataReviewedAtOk ¶
func (o *DataReviewConfirmationResponse) GetDataReviewedAtOk() (*string, bool)
GetDataReviewedAtOk returns a tuple with the DataReviewedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataReviewConfirmationResponse) HasDataReviewedAt ¶
func (o *DataReviewConfirmationResponse) HasDataReviewedAt() bool
HasDataReviewedAt returns a boolean if a field has been set.
func (DataReviewConfirmationResponse) MarshalJSON ¶
func (o DataReviewConfirmationResponse) MarshalJSON() ([]byte, error)
func (*DataReviewConfirmationResponse) SetDataReviewedAt ¶
func (o *DataReviewConfirmationResponse) SetDataReviewedAt(v string)
SetDataReviewedAt gets a reference to the given string and assigns it to the DataReviewedAt field.
func (DataReviewConfirmationResponse) ToMap ¶
func (o DataReviewConfirmationResponse) 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 since Legal Entity Management API v1 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 since Legal Entity Management API v1 IssuerCountry *string `json:"issuerCountry,omitempty"` // The state or province where the document was issued (AU only). // Deprecated since Legal Entity Management API v1 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**, **proofOfSignatory**, or **proofOfFundingOrWealthSource**. * For **individual**, the `type` values can be **identityCard**, **driversLicense**, **passport**, **liveSelfie**, **proofOfNationalIdNumber**, **proofOfResidency**, **proofOfIndustry**, **proofOfIndividualTaxId**, **proofOfFundingOrWealthSource** or **proofOfRelationship**. * For **soleProprietorship**, the `type` values can be **constitutionalDocument**, **proofOfAddress**, or **proofOfIndustry**. * For **trust**, the `type` value can be **constitutionalDocument**. * 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 ¶
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 ¶
GetCreationDate returns the CreationDate field value if set, zero value otherwise.
func (*Document) GetCreationDateOk ¶
GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Document) GetDescription ¶
GetDescription returns the Description field value
func (*Document) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Document) GetExpiryDate ¶
GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise. Deprecated since Legal Entity Management API v1
func (*Document) GetExpiryDateOk ¶
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 since Legal Entity Management API v1
func (*Document) GetFileName ¶
GetFileName returns the FileName field value if set, zero value otherwise.
func (*Document) GetFileNameOk ¶
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) 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 (*Document) GetIssuerCountry ¶
GetIssuerCountry returns the IssuerCountry field value if set, zero value otherwise. Deprecated since Legal Entity Management API v1
func (*Document) GetIssuerCountryOk ¶
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 since Legal Entity Management API v1
func (*Document) GetIssuerState ¶
GetIssuerState returns the IssuerState field value if set, zero value otherwise. Deprecated since Legal Entity Management API v1
func (*Document) GetIssuerStateOk ¶
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 since Legal Entity Management API v1
func (*Document) GetModificationDate ¶
GetModificationDate returns the ModificationDate field value if set, zero value otherwise.
func (*Document) GetModificationDateOk ¶
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) GetNumberOk ¶
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) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Document) HasAttachment ¶
HasAttachment returns a boolean if a field has been set.
func (*Document) HasAttachments ¶
HasAttachments returns a boolean if a field has been set.
func (*Document) HasCreationDate ¶
HasCreationDate returns a boolean if a field has been set.
func (*Document) HasExpiryDate ¶
HasExpiryDate returns a boolean if a field has been set.
func (*Document) HasFileName ¶
HasFileName returns a boolean if a field has been set.
func (*Document) HasIssuerCountry ¶
HasIssuerCountry returns a boolean if a field has been set.
func (*Document) HasIssuerState ¶
HasIssuerState returns a boolean if a field has been set.
func (*Document) HasModificationDate ¶
HasModificationDate returns a boolean if a field has been set.
func (Document) MarshalJSON ¶
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 ¶
SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.
func (*Document) SetDescription ¶
SetDescription sets field value
func (*Document) SetExpiryDate ¶
SetExpiryDate gets a reference to the given string and assigns it to the ExpiryDate field. Deprecated since Legal Entity Management API v1
func (*Document) SetFileName ¶
SetFileName gets a reference to the given string and assigns it to the FileName field.
func (*Document) SetIssuerCountry ¶
SetIssuerCountry gets a reference to the given string and assigns it to the IssuerCountry field. Deprecated since Legal Entity Management API v1
func (*Document) SetIssuerState ¶
SetIssuerState gets a reference to the given string and assigns it to the IssuerState field. Deprecated since Legal Entity Management API v1
func (*Document) SetModificationDate ¶
SetModificationDate gets a reference to the given time.Time and assigns it to the ModificationDate field.
func (*Document) SetNumber ¶
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.
type DocumentPage ¶
type DocumentPage struct { PageName *string `json:"pageName,omitempty"` PageNumber *int32 `json:"pageNumber,omitempty"` Type *string `json:"type,omitempty"` }
DocumentPage struct for DocumentPage
func NewDocumentPage ¶
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 ¶
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 ¶
func (o *DocumentPage) GetPageName() string
GetPageName returns the PageName field value if set, zero value otherwise.
func (*DocumentPage) GetPageNameOk ¶
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 ¶
func (o *DocumentPage) GetPageNumber() int32
GetPageNumber returns the PageNumber field value if set, zero value otherwise.
func (*DocumentPage) GetPageNumberOk ¶
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 ¶
func (o *DocumentPage) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DocumentPage) GetTypeOk ¶
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 ¶
func (o *DocumentPage) HasPageName() bool
HasPageName returns a boolean if a field has been set.
func (*DocumentPage) HasPageNumber ¶
func (o *DocumentPage) HasPageNumber() bool
HasPageNumber returns a boolean if a field has been set.
func (*DocumentPage) HasType ¶
func (o *DocumentPage) HasType() bool
HasType returns a boolean if a field has been set.
func (DocumentPage) MarshalJSON ¶
func (o DocumentPage) MarshalJSON() ([]byte, error)
func (*DocumentPage) SetPageName ¶
func (o *DocumentPage) SetPageName(v string)
SetPageName gets a reference to the given string and assigns it to the PageName field.
func (*DocumentPage) SetPageNumber ¶
func (o *DocumentPage) SetPageNumber(v int32)
SetPageNumber gets a reference to the given int32 and assigns it to the PageNumber field.
func (*DocumentPage) SetType ¶
func (o *DocumentPage) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (DocumentPage) ToMap ¶
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 ¶
func (o *DocumentReference) GetPages() []DocumentPage
GetPages returns the Pages field value if set, zero value otherwise.
func (*DocumentReference) GetPagesOk ¶
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 ¶
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 ¶
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 ¶
DocumentsApi service
func (*DocumentsApi) DeleteDocument ¶
func (a *DocumentsApi) DeleteDocument(ctx context.Context, r DocumentsApiDeleteDocumentInput) (*http.Response, error)
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 ¶
func (a *DocumentsApi) GetDocument(ctx context.Context, r DocumentsApiGetDocumentInput) (Document, *http.Response, error)
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 ¶
func (a *DocumentsApi) UpdateDocument(ctx context.Context, r DocumentsApiUpdateDocumentInput) (Document, *http.Response, error)
UpdateDocument Update a document
Updates a document.
>You can upload a maximum of 15 pages for photo IDs.
@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 ¶
func (a *DocumentsApi) UploadDocumentForVerificationChecks(ctx context.Context, r DocumentsApiUploadDocumentForVerificationChecksInput) (Document, *http.Response, error)
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. >You can upload a maximum of 15 pages for photo IDs.
@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
func (DocumentsApiGetDocumentInput) SkipContent ¶
func (r DocumentsApiGetDocumentInput) SkipContent(skipContent bool) DocumentsApiGetDocumentInput
Do not load document content while fetching the document.
type DocumentsApiUpdateDocumentInput ¶
type DocumentsApiUpdateDocumentInput struct {
// contains filtered or unexported fields
}
All parameters accepted by DocumentsApi.UpdateDocument
func (DocumentsApiUpdateDocumentInput) Document ¶
func (r DocumentsApiUpdateDocumentInput) Document(document Document) DocumentsApiUpdateDocumentInput
func (DocumentsApiUpdateDocumentInput) XRequestedVerificationCode ¶
func (r DocumentsApiUpdateDocumentInput) XRequestedVerificationCode(xRequestedVerificationCode string) DocumentsApiUpdateDocumentInput
Use the requested verification code 0_0001 to resolve any suberrors associated with the document. Requested verification codes can only be used in your test environment.
type DocumentsApiUploadDocumentForVerificationChecksInput ¶
type DocumentsApiUploadDocumentForVerificationChecksInput struct {
// contains filtered or unexported fields
}
All parameters accepted by DocumentsApi.UploadDocumentForVerificationChecks
func (DocumentsApiUploadDocumentForVerificationChecksInput) Document ¶
func (r DocumentsApiUploadDocumentForVerificationChecksInput) Document(document Document) DocumentsApiUploadDocumentForVerificationChecksInput
func (DocumentsApiUploadDocumentForVerificationChecksInput) XRequestedVerificationCode ¶
func (r DocumentsApiUploadDocumentForVerificationChecksInput) XRequestedVerificationCode(xRequestedVerificationCode string) DocumentsApiUploadDocumentForVerificationChecksInput
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 { // An array of additional sales channels to generate PCI questionnaires. Include the relevant sales channels if you need your user to sign PCI questionnaires. Not required if you [create stores](https://docs.adyen.com/platforms) and [add payment methods](https://docs.adyen.com/adyen-for-platforms-model) before you generate the questionnaires. Possible values: * **eCommerce** * **pos** * **ecomMoto** * **posMoto** AdditionalSalesChannels []string `json:"additionalSalesChannels,omitempty"` // 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) GetAdditionalSalesChannels ¶
func (o *GeneratePciDescriptionRequest) GetAdditionalSalesChannels() []string
GetAdditionalSalesChannels returns the AdditionalSalesChannels field value if set, zero value otherwise.
func (*GeneratePciDescriptionRequest) GetAdditionalSalesChannelsOk ¶
func (o *GeneratePciDescriptionRequest) GetAdditionalSalesChannelsOk() ([]string, bool)
GetAdditionalSalesChannelsOk returns a tuple with the AdditionalSalesChannels field value if set, nil otherwise and a boolean to check if the value has been 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) HasAdditionalSalesChannels ¶
func (o *GeneratePciDescriptionRequest) HasAdditionalSalesChannels() bool
HasAdditionalSalesChannels returns a boolean if a field 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) SetAdditionalSalesChannels ¶
func (o *GeneratePciDescriptionRequest) SetAdditionalSalesChannels(v []string)
SetAdditionalSalesChannels gets a reference to the given []string and assigns it to the AdditionalSalesChannels field.
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 ¶
func (o *GetPciQuestionnaireInfosResponse) GetData() []PciDocumentInfo
GetData returns the Data field value if set, zero value otherwise.
func (*GetPciQuestionnaireInfosResponse) GetDataOk ¶
func (o *GetPciQuestionnaireInfosResponse) GetDataOk() ([]PciDocumentInfo, bool)
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 ¶
func (o *GetPciQuestionnaireInfosResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetPciQuestionnaireInfosResponse) MarshalJSON ¶
func (o GetPciQuestionnaireInfosResponse) MarshalJSON() ([]byte, error)
func (*GetPciQuestionnaireInfosResponse) SetData ¶
func (o *GetPciQuestionnaireInfosResponse) SetData(v []PciDocumentInfo)
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 ¶
func (o *GetPciQuestionnaireResponse) GetId() string
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 ¶
func (o *GetTermsOfServiceAcceptanceInfosResponse) GetData() []TermsOfServiceAcceptanceInfo
GetData returns the Data field value if set, zero value otherwise.
func (*GetTermsOfServiceAcceptanceInfosResponse) GetDataOk ¶
func (o *GetTermsOfServiceAcceptanceInfosResponse) GetDataOk() ([]TermsOfServiceAcceptanceInfo, bool)
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 ¶
func (o *GetTermsOfServiceAcceptanceInfosResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetTermsOfServiceAcceptanceInfosResponse) MarshalJSON ¶
func (o GetTermsOfServiceAcceptanceInfosResponse) MarshalJSON() ([]byte, error)
func (*GetTermsOfServiceAcceptanceInfosResponse) SetData ¶
func (o *GetTermsOfServiceAcceptanceInfosResponse) SetData(v []TermsOfServiceAcceptanceInfo)
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. Possible value: **en** for English. Language string `json:"language"` // The requested format for the Terms of Service document. Default value: JSON. Possible values: **JSON**, **PDF**, or **TXT**. TermsOfServiceDocumentFormat *string `json:"termsOfServiceDocumentFormat,omitempty"` // The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** Type string `json:"type"` }
GetTermsOfServiceDocumentRequest struct for GetTermsOfServiceDocumentRequest
func NewGetTermsOfServiceDocumentRequest ¶
func NewGetTermsOfServiceDocumentRequest(language string, type_ string) *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
func (*GetTermsOfServiceDocumentRequest) GetLanguageOk ¶
func (o *GetTermsOfServiceDocumentRequest) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value and a boolean to check if the value has been set.
func (*GetTermsOfServiceDocumentRequest) GetTermsOfServiceDocumentFormat ¶
func (o *GetTermsOfServiceDocumentRequest) GetTermsOfServiceDocumentFormat() string
GetTermsOfServiceDocumentFormat returns the TermsOfServiceDocumentFormat field value if set, zero value otherwise.
func (*GetTermsOfServiceDocumentRequest) GetTermsOfServiceDocumentFormatOk ¶
func (o *GetTermsOfServiceDocumentRequest) GetTermsOfServiceDocumentFormatOk() (*string, bool)
GetTermsOfServiceDocumentFormatOk returns a tuple with the TermsOfServiceDocumentFormat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetTermsOfServiceDocumentRequest) GetType ¶
func (o *GetTermsOfServiceDocumentRequest) GetType() string
GetType returns the Type field value
func (*GetTermsOfServiceDocumentRequest) GetTypeOk ¶
func (o *GetTermsOfServiceDocumentRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*GetTermsOfServiceDocumentRequest) HasTermsOfServiceDocumentFormat ¶
func (o *GetTermsOfServiceDocumentRequest) HasTermsOfServiceDocumentFormat() bool
HasTermsOfServiceDocumentFormat 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 sets field value
func (*GetTermsOfServiceDocumentRequest) SetTermsOfServiceDocumentFormat ¶
func (o *GetTermsOfServiceDocumentRequest) SetTermsOfServiceDocumentFormat(v string)
SetTermsOfServiceDocumentFormat gets a reference to the given string and assigns it to the TermsOfServiceDocumentFormat field.
func (*GetTermsOfServiceDocumentRequest) SetType ¶
func (o *GetTermsOfServiceDocumentRequest) SetType(v string)
SetType sets field value
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. Possible value: **en** for English. Language *string `json:"language,omitempty"` // The format of the Terms of Service document. TermsOfServiceDocumentFormat *string `json:"termsOfServiceDocumentFormat,omitempty"` // The unique identifier of the Terms of Service document. TermsOfServiceDocumentId *string `json:"termsOfServiceDocumentId,omitempty"` // The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** 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 ¶
func (o *GetTermsOfServiceDocumentResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*GetTermsOfServiceDocumentResponse) GetIdOk ¶
func (o *GetTermsOfServiceDocumentResponse) 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 (*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) GetTermsOfServiceDocumentFormat ¶
func (o *GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentFormat() string
GetTermsOfServiceDocumentFormat returns the TermsOfServiceDocumentFormat field value if set, zero value otherwise.
func (*GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentFormatOk ¶
func (o *GetTermsOfServiceDocumentResponse) GetTermsOfServiceDocumentFormatOk() (*string, bool)
GetTermsOfServiceDocumentFormatOk returns a tuple with the TermsOfServiceDocumentFormat 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 ¶
func (o *GetTermsOfServiceDocumentResponse) GetType() string
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 ¶
func (o *GetTermsOfServiceDocumentResponse) HasId() bool
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) HasTermsOfServiceDocumentFormat ¶
func (o *GetTermsOfServiceDocumentResponse) HasTermsOfServiceDocumentFormat() bool
HasTermsOfServiceDocumentFormat 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 ¶
func (o *GetTermsOfServiceDocumentResponse) HasType() bool
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 ¶
func (o *GetTermsOfServiceDocumentResponse) SetId(v string)
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) SetTermsOfServiceDocumentFormat ¶
func (o *GetTermsOfServiceDocumentResponse) SetTermsOfServiceDocumentFormat(v string)
SetTermsOfServiceDocumentFormat gets a reference to the given string and assigns it to the TermsOfServiceDocumentFormat 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 ¶
func (o *GetTermsOfServiceDocumentResponse) SetType(v string)
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 ¶
type HKLocalAccountIdentification struct { // The 9- to 15-character bank account number (alphanumeric), without separators or whitespace. Starts with the 3-digit branch code. AccountNumber string `json:"accountNumber"` // The 3-digit clearing code, without separators or whitespace. ClearingCode string `json:"clearingCode"` // **hkLocal** Type string `json:"type"` }
HKLocalAccountIdentification struct for HKLocalAccountIdentification
func NewHKLocalAccountIdentification ¶
func NewHKLocalAccountIdentification(accountNumber string, clearingCode 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 ¶
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 ¶
func (o *HKLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*HKLocalAccountIdentification) GetAccountNumberOk ¶
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) GetClearingCode ¶
func (o *HKLocalAccountIdentification) GetClearingCode() string
GetClearingCode returns the ClearingCode field value
func (*HKLocalAccountIdentification) GetClearingCodeOk ¶
func (o *HKLocalAccountIdentification) GetClearingCodeOk() (*string, bool)
GetClearingCodeOk returns a tuple with the ClearingCode field value and a boolean to check if the value has been set.
func (*HKLocalAccountIdentification) GetType ¶
func (o *HKLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*HKLocalAccountIdentification) GetTypeOk ¶
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 ¶
func (o HKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*HKLocalAccountIdentification) SetAccountNumber ¶
func (o *HKLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*HKLocalAccountIdentification) SetClearingCode ¶
func (o *HKLocalAccountIdentification) SetClearingCode(v string)
SetClearingCode sets field value
func (*HKLocalAccountIdentification) SetType ¶
func (o *HKLocalAccountIdentification) SetType(v string)
SetType sets field value
func (HKLocalAccountIdentification) ToMap ¶
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 ¶
HostedOnboardingApi service
func (*HostedOnboardingApi) GetLinkToAdyenhostedOnboardingPage ¶
func (a *HostedOnboardingApi) GetLinkToAdyenhostedOnboardingPage(ctx context.Context, r HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput) (OnboardingLink, *http.Response, error)
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.
@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 ¶
func (a *HostedOnboardingApi) GetOnboardingLinkTheme(ctx context.Context, r HostedOnboardingApiGetOnboardingLinkThemeInput) (OnboardingTheme, *http.Response, error)
GetOnboardingLinkTheme Get an onboarding link theme
Returns the details of the theme identified in the path.
@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 ¶
func (a *HostedOnboardingApi) GetOnboardingLinkThemeInput(id string) HostedOnboardingApiGetOnboardingLinkThemeInput
Prepare a request for GetOnboardingLinkTheme @param id The unique identifier of the theme @return HostedOnboardingApiGetOnboardingLinkThemeInput
func (*HostedOnboardingApi) ListHostedOnboardingPageThemes ¶
func (a *HostedOnboardingApi) ListHostedOnboardingPageThemes(ctx context.Context, r HostedOnboardingApiListHostedOnboardingPageThemesInput) (OnboardingThemes, *http.Response, error)
ListHostedOnboardingPageThemes Get a list of hosted onboarding page themes
Returns a list of hosted onboarding page themes.
@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 ¶
func (r HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput) OnboardingLinkInfo(onboardingLinkInfo OnboardingLinkInfo) HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput
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. 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 since Legal Entity Management API v1 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 identity data. For individuals, the following types are supported: - Australia: **driversLicense**, **passport** - Hong Kong: **driversLicense**, **nationalIdNumber**, **passport** - New Zealand: **driversLicense**, **passport** - Singapore: **driversLicense**, **nationalIdNumber**, **passport** - All other supported countries: **nationalIdNumber** 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.
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.
func (*IdentificationData) GetIssuerCountry ¶
func (o *IdentificationData) GetIssuerCountry() string
GetIssuerCountry returns the IssuerCountry field value if set, zero value otherwise. Deprecated since Legal Entity Management API v1
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 since Legal Entity Management API v1
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.
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 since Legal Entity Management API v1
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) 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 ¶
LegalEntitiesApi service
func (*LegalEntitiesApi) CheckLegalEntitysVerificationErrors ¶
func (a *LegalEntitiesApi) CheckLegalEntitysVerificationErrors(ctx context.Context, r LegalEntitiesApiCheckLegalEntitysVerificationErrorsInput) (VerificationErrors, *http.Response, error)
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) ConfirmDataReview ¶
func (a *LegalEntitiesApi) ConfirmDataReview(ctx context.Context, r LegalEntitiesApiConfirmDataReviewInput) (DataReviewConfirmationResponse, *http.Response, error)
ConfirmDataReview Confirm data review
Confirms that your user has reviewed the data for the legal entity specified in the path. Call this endpoint to inform Adyen that your user reviewed and verified that the data is up-to-date. The endpoint returns the timestamp of when Adyen received the request.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r LegalEntitiesApiConfirmDataReviewInput - Request parameters, see ConfirmDataReviewInput @return DataReviewConfirmationResponse, *http.Response, error
func (*LegalEntitiesApi) ConfirmDataReviewInput ¶
func (a *LegalEntitiesApi) ConfirmDataReviewInput(id string) LegalEntitiesApiConfirmDataReviewInput
Prepare a request for ConfirmDataReview @param id The unique identifier of the legal entity. @return LegalEntitiesApiConfirmDataReviewInput
func (*LegalEntitiesApi) CreateLegalEntity ¶
func (a *LegalEntitiesApi) CreateLegalEntity(ctx context.Context, r LegalEntitiesApiCreateLegalEntityInput) (LegalEntity, *http.Response, error)
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.
@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 ¶
func (a *LegalEntitiesApi) GetAllBusinessLinesUnderLegalEntity(ctx context.Context, r LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput) (BusinessLines, *http.Response, error)
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 ¶
func (a *LegalEntitiesApi) GetLegalEntity(ctx context.Context, r LegalEntitiesApiGetLegalEntityInput) (LegalEntity, *http.Response, error)
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 ¶
func (a *LegalEntitiesApi) UpdateLegalEntity(ctx context.Context, r LegalEntitiesApiUpdateLegalEntityInput) (LegalEntity, *http.Response, error)
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 LegalEntitiesApiConfirmDataReviewInput ¶
type LegalEntitiesApiConfirmDataReviewInput struct {
// contains filtered or unexported fields
}
All parameters accepted by LegalEntitiesApi.ConfirmDataReview
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 ¶
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 ¶
func (r LegalEntitiesApiUpdateLegalEntityInput) LegalEntityInfo(legalEntityInfo LegalEntityInfo) LegalEntitiesApiUpdateLegalEntityInput
func (LegalEntitiesApiUpdateLegalEntityInput) XRequestedVerificationCode ¶
func (r LegalEntitiesApiUpdateLegalEntityInput) XRequestedVerificationCode(xRequestedVerificationCode string) LegalEntitiesApiUpdateLegalEntityInput
Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.
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 since Legal Entity Management API v1 // Use the `documentDetails` array instead. 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 verification errors related to 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"` Trust *Trust `json:"trust,omitempty"` // The type of legal entity. Possible values: **individual**, **organization**, **soleProprietorship**, or **trust**. 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"` // A key-value pair that specifies the verification process for a legal entity. Set to **upfront** for upfront verification for [marketplaces](https://docs.adyen.com/marketplaces/verification-overview/verification-types/#upfront-verification). VerificationPlan *string `json:"verificationPlan,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 since Legal Entity Management API v1 Use the `documentDetails` array instead.
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 since Legal Entity Management API v1 Use the `documentDetails` array instead.
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) 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) GetTrust ¶
func (o *LegalEntity) GetTrust() Trust
GetTrust returns the Trust field value if set, zero value otherwise.
func (*LegalEntity) GetTrustOk ¶
func (o *LegalEntity) GetTrustOk() (*Trust, bool)
GetTrustOk returns a tuple with the Trust 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 ¶
func (o *LegalEntity) GetVerificationDeadlines() []VerificationDeadline
GetVerificationDeadlines returns the VerificationDeadlines field value if set, zero value otherwise.
func (*LegalEntity) GetVerificationDeadlinesOk ¶
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) GetVerificationPlan ¶
func (o *LegalEntity) GetVerificationPlan() string
GetVerificationPlan returns the VerificationPlan field value if set, zero value otherwise.
func (*LegalEntity) GetVerificationPlanOk ¶
func (o *LegalEntity) GetVerificationPlanOk() (*string, bool)
GetVerificationPlanOk returns a tuple with the VerificationPlan 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) HasTrust ¶
func (o *LegalEntity) HasTrust() bool
HasTrust 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 ¶
func (o *LegalEntity) HasVerificationDeadlines() bool
HasVerificationDeadlines returns a boolean if a field has been set.
func (*LegalEntity) HasVerificationPlan ¶
func (o *LegalEntity) HasVerificationPlan() bool
HasVerificationPlan 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 since Legal Entity Management API v1 Use the `documentDetails` array instead.
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) 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) SetTrust ¶
func (o *LegalEntity) SetTrust(v Trust)
SetTrust gets a reference to the given Trust and assigns it to the Trust 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 ¶
func (o *LegalEntity) SetVerificationDeadlines(v []VerificationDeadline)
SetVerificationDeadlines gets a reference to the given []VerificationDeadline and assigns it to the VerificationDeadlines field.
func (*LegalEntity) SetVerificationPlan ¶
func (o *LegalEntity) SetVerificationPlan(v string)
SetVerificationPlan gets a reference to the given string and assigns it to the VerificationPlan 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"` // The individual's relationship to a legal representative if the `type` is **legalRepresentative**. Possible values: **parent**, **guardian**. Relationship *string `json:"relationship,omitempty"` // Defines the Kyc Exemption Reason for a Settlor associated with a trust. For example, **professionalServiceProvider**, **deceased**, or **contributionBelowThreshold**. SettlorExemptionReason []string `json:"settlorExemptionReason,omitempty"` // Defines the relationship of the legal entity to the current legal entity. Possible value for individuals: **legalRepresentative**. Possible values for organizations: **uboThroughOwnership**, **uboThroughControl**, **director**, **signatory**, or **ultimateParentCompany**. Possible values for sole proprietorships: **soleProprietorship**. Possible value for trusts: **trust**. Possible values for trust members: **definedBeneficiary**, **protector**, **secondaryTrustee**, **settlor**, **uboThroughControl**, or **uboThroughOwnership**. 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) GetRelationship ¶
func (o *LegalEntityAssociation) GetRelationship() string
GetRelationship returns the Relationship field value if set, zero value otherwise.
func (*LegalEntityAssociation) GetRelationshipOk ¶
func (o *LegalEntityAssociation) GetRelationshipOk() (*string, bool)
GetRelationshipOk returns a tuple with the Relationship field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LegalEntityAssociation) GetSettlorExemptionReason ¶
func (o *LegalEntityAssociation) GetSettlorExemptionReason() []string
GetSettlorExemptionReason returns the SettlorExemptionReason field value if set, zero value otherwise.
func (*LegalEntityAssociation) GetSettlorExemptionReasonOk ¶
func (o *LegalEntityAssociation) GetSettlorExemptionReasonOk() ([]string, bool)
GetSettlorExemptionReasonOk returns a tuple with the SettlorExemptionReason 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) HasRelationship ¶
func (o *LegalEntityAssociation) HasRelationship() bool
HasRelationship returns a boolean if a field has been set.
func (*LegalEntityAssociation) HasSettlorExemptionReason ¶
func (o *LegalEntityAssociation) HasSettlorExemptionReason() bool
HasSettlorExemptionReason 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) SetRelationship ¶
func (o *LegalEntityAssociation) SetRelationship(v string)
SetRelationship gets a reference to the given string and assigns it to the Relationship field.
func (*LegalEntityAssociation) SetSettlorExemptionReason ¶
func (o *LegalEntityAssociation) SetSettlorExemptionReason(v []string)
SetSettlorExemptionReason gets a reference to the given []string and assigns it to the SettlorExemptionReason 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, refer to the `allowed` field. 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"` // The capability status of transfer instruments associated with the 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"` Trust *Trust `json:"trust,omitempty"` // The type of legal entity. Possible values: **individual**, **organization**, **soleProprietorship**, or **trust**. Type *string `json:"type,omitempty"` // A key-value pair that specifies the verification process for a legal entity. Set to **upfront** for upfront verification for [marketplaces](https://docs.adyen.com/marketplaces/verification-overview/verification-types/#upfront-verification). VerificationPlan *string `json:"verificationPlan,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) GetTrust ¶
func (o *LegalEntityInfo) GetTrust() Trust
GetTrust returns the Trust field value if set, zero value otherwise.
func (*LegalEntityInfo) GetTrustOk ¶
func (o *LegalEntityInfo) GetTrustOk() (*Trust, bool)
GetTrustOk returns a tuple with the Trust 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) GetVerificationPlan ¶
func (o *LegalEntityInfo) GetVerificationPlan() string
GetVerificationPlan returns the VerificationPlan field value if set, zero value otherwise.
func (*LegalEntityInfo) GetVerificationPlanOk ¶
func (o *LegalEntityInfo) GetVerificationPlanOk() (*string, bool)
GetVerificationPlanOk returns a tuple with the VerificationPlan 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) HasTrust ¶
func (o *LegalEntityInfo) HasTrust() bool
HasTrust 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) HasVerificationPlan ¶
func (o *LegalEntityInfo) HasVerificationPlan() bool
HasVerificationPlan 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) SetTrust ¶
func (o *LegalEntityInfo) SetTrust(v Trust)
SetTrust gets a reference to the given Trust and assigns it to the Trust 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) SetVerificationPlan ¶
func (o *LegalEntityInfo) SetVerificationPlan(v string)
SetVerificationPlan gets a reference to the given string and assigns it to the VerificationPlan 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"` Trust *Trust `json:"trust,omitempty"` // The type of legal entity. Possible values: **individual**, **organization**, **soleProprietorship**, or **trust**. Type string `json:"type"` // A key-value pair that specifies the verification process for a legal entity. Set to **upfront** for upfront verification for [marketplaces](https://docs.adyen.com/marketplaces/verification-overview/verification-types/#upfront-verification). VerificationPlan *string `json:"verificationPlan,omitempty"` }
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) GetTrust ¶
func (o *LegalEntityInfoRequiredType) GetTrust() Trust
GetTrust returns the Trust field value if set, zero value otherwise.
func (*LegalEntityInfoRequiredType) GetTrustOk ¶
func (o *LegalEntityInfoRequiredType) GetTrustOk() (*Trust, bool)
GetTrustOk returns a tuple with the Trust 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) GetVerificationPlan ¶
func (o *LegalEntityInfoRequiredType) GetVerificationPlan() string
GetVerificationPlan returns the VerificationPlan field value if set, zero value otherwise.
func (*LegalEntityInfoRequiredType) GetVerificationPlanOk ¶
func (o *LegalEntityInfoRequiredType) GetVerificationPlanOk() (*string, bool)
GetVerificationPlanOk returns a tuple with the VerificationPlan field value if set, nil otherwise 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) HasTrust ¶
func (o *LegalEntityInfoRequiredType) HasTrust() bool
HasTrust returns a boolean if a field has been set.
func (*LegalEntityInfoRequiredType) HasVerificationPlan ¶
func (o *LegalEntityInfoRequiredType) HasVerificationPlan() bool
HasVerificationPlan 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) SetTrust ¶
func (o *LegalEntityInfoRequiredType) SetTrust(v Trust)
SetTrust gets a reference to the given Trust and assigns it to the Trust field.
func (*LegalEntityInfoRequiredType) SetType ¶
func (o *LegalEntityInfoRequiredType) SetType(v string)
SetType sets field value
func (*LegalEntityInfoRequiredType) SetVerificationPlan ¶
func (o *LegalEntityInfoRequiredType) SetVerificationPlan(v string)
SetVerificationPlan gets a reference to the given string and assigns it to the VerificationPlan field.
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 NZLocalAccountIdentification ¶
type NZLocalAccountIdentification struct { // The 15-16 digit bank account number. The first 2 digits are the bank number, the next 4 digits are the branch number, the next 7 digits are the account number, and the final 2-3 digits are the suffix. AccountNumber string `json:"accountNumber"` // **nzLocal** Type string `json:"type"` }
NZLocalAccountIdentification struct for NZLocalAccountIdentification
func NewNZLocalAccountIdentification ¶
func NewNZLocalAccountIdentification(accountNumber string, type_ string) *NZLocalAccountIdentification
NewNZLocalAccountIdentification instantiates a new NZLocalAccountIdentification 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 NewNZLocalAccountIdentificationWithDefaults ¶
func NewNZLocalAccountIdentificationWithDefaults() *NZLocalAccountIdentification
NewNZLocalAccountIdentificationWithDefaults instantiates a new NZLocalAccountIdentification 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 (*NZLocalAccountIdentification) GetAccountNumber ¶
func (o *NZLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*NZLocalAccountIdentification) GetAccountNumberOk ¶
func (o *NZLocalAccountIdentification) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value and a boolean to check if the value has been set.
func (*NZLocalAccountIdentification) GetType ¶
func (o *NZLocalAccountIdentification) GetType() string
GetType returns the Type field value
func (*NZLocalAccountIdentification) GetTypeOk ¶
func (o *NZLocalAccountIdentification) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (NZLocalAccountIdentification) MarshalJSON ¶
func (o NZLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NZLocalAccountIdentification) SetAccountNumber ¶
func (o *NZLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*NZLocalAccountIdentification) SetType ¶
func (o *NZLocalAccountIdentification) SetType(v string)
SetType sets field value
func (NZLocalAccountIdentification) ToMap ¶
func (o NZLocalAccountIdentification) ToMap() (map[string]interface{}, error)
type Name ¶
type Name struct { // The individual's first name. Must not be blank. FirstName string `json:"firstName"` // The infix in the individual's name, if any. Infix *string `json:"infix,omitempty"` // The individual's last name. Must not be blank. LastName string `json:"lastName"` }
Name struct for Name
func NewName ¶
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 ¶
GetFirstName returns the FirstName field value
func (*Name) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.
func (*Name) GetInfixOk ¶
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 ¶
GetLastName returns the LastName field value
func (*Name) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.
func (Name) MarshalJSON ¶
type NullableAULocalAccountIdentification ¶
type NullableAULocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableAULocalAccountIdentification ¶
func NewNullableAULocalAccountIdentification(val *AULocalAccountIdentification) *NullableAULocalAccountIdentification
func (NullableAULocalAccountIdentification) Get ¶
func (v NullableAULocalAccountIdentification) Get() *AULocalAccountIdentification
func (NullableAULocalAccountIdentification) IsSet ¶
func (v NullableAULocalAccountIdentification) IsSet() bool
func (NullableAULocalAccountIdentification) MarshalJSON ¶
func (v NullableAULocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableAULocalAccountIdentification) Set ¶
func (v *NullableAULocalAccountIdentification) Set(val *AULocalAccountIdentification)
func (*NullableAULocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableAULocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableAULocalAccountIdentification) Unset ¶
func (v *NullableAULocalAccountIdentification) Unset()
type NullableAcceptTermsOfServiceRequest ¶
type NullableAcceptTermsOfServiceRequest struct {
// contains filtered or unexported fields
}
func NewNullableAcceptTermsOfServiceRequest ¶
func NewNullableAcceptTermsOfServiceRequest(val *AcceptTermsOfServiceRequest) *NullableAcceptTermsOfServiceRequest
func (NullableAcceptTermsOfServiceRequest) Get ¶
func (v NullableAcceptTermsOfServiceRequest) Get() *AcceptTermsOfServiceRequest
func (NullableAcceptTermsOfServiceRequest) IsSet ¶
func (v NullableAcceptTermsOfServiceRequest) IsSet() bool
func (NullableAcceptTermsOfServiceRequest) MarshalJSON ¶
func (v NullableAcceptTermsOfServiceRequest) MarshalJSON() ([]byte, error)
func (*NullableAcceptTermsOfServiceRequest) Set ¶
func (v *NullableAcceptTermsOfServiceRequest) Set(val *AcceptTermsOfServiceRequest)
func (*NullableAcceptTermsOfServiceRequest) UnmarshalJSON ¶
func (v *NullableAcceptTermsOfServiceRequest) UnmarshalJSON(src []byte) error
func (*NullableAcceptTermsOfServiceRequest) Unset ¶
func (v *NullableAcceptTermsOfServiceRequest) Unset()
type NullableAcceptTermsOfServiceResponse ¶
type NullableAcceptTermsOfServiceResponse struct {
// contains filtered or unexported fields
}
func NewNullableAcceptTermsOfServiceResponse ¶
func NewNullableAcceptTermsOfServiceResponse(val *AcceptTermsOfServiceResponse) *NullableAcceptTermsOfServiceResponse
func (NullableAcceptTermsOfServiceResponse) Get ¶
func (v NullableAcceptTermsOfServiceResponse) Get() *AcceptTermsOfServiceResponse
func (NullableAcceptTermsOfServiceResponse) IsSet ¶
func (v NullableAcceptTermsOfServiceResponse) IsSet() bool
func (NullableAcceptTermsOfServiceResponse) MarshalJSON ¶
func (v NullableAcceptTermsOfServiceResponse) MarshalJSON() ([]byte, error)
func (*NullableAcceptTermsOfServiceResponse) Set ¶
func (v *NullableAcceptTermsOfServiceResponse) Set(val *AcceptTermsOfServiceResponse)
func (*NullableAcceptTermsOfServiceResponse) UnmarshalJSON ¶
func (v *NullableAcceptTermsOfServiceResponse) UnmarshalJSON(src []byte) error
func (*NullableAcceptTermsOfServiceResponse) Unset ¶
func (v *NullableAcceptTermsOfServiceResponse) Unset()
type NullableAdditionalBankIdentification ¶
type NullableAdditionalBankIdentification struct {
// contains filtered or unexported fields
}
func NewNullableAdditionalBankIdentification ¶
func NewNullableAdditionalBankIdentification(val *AdditionalBankIdentification) *NullableAdditionalBankIdentification
func (NullableAdditionalBankIdentification) Get ¶
func (v NullableAdditionalBankIdentification) Get() *AdditionalBankIdentification
func (NullableAdditionalBankIdentification) IsSet ¶
func (v NullableAdditionalBankIdentification) IsSet() bool
func (NullableAdditionalBankIdentification) MarshalJSON ¶
func (v NullableAdditionalBankIdentification) MarshalJSON() ([]byte, error)
func (*NullableAdditionalBankIdentification) Set ¶
func (v *NullableAdditionalBankIdentification) Set(val *AdditionalBankIdentification)
func (*NullableAdditionalBankIdentification) UnmarshalJSON ¶
func (v *NullableAdditionalBankIdentification) UnmarshalJSON(src []byte) error
func (*NullableAdditionalBankIdentification) Unset ¶
func (v *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 (v NullableBankAccountInfo) Get() *BankAccountInfo
func (NullableBankAccountInfo) IsSet ¶
func (v NullableBankAccountInfo) IsSet() bool
func (NullableBankAccountInfo) MarshalJSON ¶
func (v NullableBankAccountInfo) MarshalJSON() ([]byte, error)
func (*NullableBankAccountInfo) Set ¶
func (v *NullableBankAccountInfo) Set(val *BankAccountInfo)
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 NewNullableBankAccountInfoAccountIdentification ¶
func NewNullableBankAccountInfoAccountIdentification(val *BankAccountInfoAccountIdentification) *NullableBankAccountInfoAccountIdentification
func (NullableBankAccountInfoAccountIdentification) IsSet ¶
func (v NullableBankAccountInfoAccountIdentification) IsSet() bool
func (NullableBankAccountInfoAccountIdentification) MarshalJSON ¶
func (v NullableBankAccountInfoAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableBankAccountInfoAccountIdentification) Set ¶
func (v *NullableBankAccountInfoAccountIdentification) Set(val *BankAccountInfoAccountIdentification)
func (*NullableBankAccountInfoAccountIdentification) UnmarshalJSON ¶
func (v *NullableBankAccountInfoAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableBankAccountInfoAccountIdentification) Unset ¶
func (v *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 (v NullableBusinessLine) Get() *BusinessLine
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 (v NullableBusinessLineInfo) Get() *BusinessLineInfo
func (NullableBusinessLineInfo) IsSet ¶
func (v NullableBusinessLineInfo) IsSet() bool
func (NullableBusinessLineInfo) MarshalJSON ¶
func (v NullableBusinessLineInfo) MarshalJSON() ([]byte, error)
func (*NullableBusinessLineInfo) Set ¶
func (v *NullableBusinessLineInfo) Set(val *BusinessLineInfo)
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 NewNullableBusinessLineInfoUpdate ¶
func NewNullableBusinessLineInfoUpdate(val *BusinessLineInfoUpdate) *NullableBusinessLineInfoUpdate
func (NullableBusinessLineInfoUpdate) Get ¶
func (v NullableBusinessLineInfoUpdate) Get() *BusinessLineInfoUpdate
func (NullableBusinessLineInfoUpdate) IsSet ¶
func (v NullableBusinessLineInfoUpdate) IsSet() bool
func (NullableBusinessLineInfoUpdate) MarshalJSON ¶
func (v NullableBusinessLineInfoUpdate) MarshalJSON() ([]byte, error)
func (*NullableBusinessLineInfoUpdate) Set ¶
func (v *NullableBusinessLineInfoUpdate) Set(val *BusinessLineInfoUpdate)
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 (v NullableBusinessLines) Get() *BusinessLines
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 NewNullableCALocalAccountIdentification ¶
func NewNullableCALocalAccountIdentification(val *CALocalAccountIdentification) *NullableCALocalAccountIdentification
func (NullableCALocalAccountIdentification) Get ¶
func (v NullableCALocalAccountIdentification) Get() *CALocalAccountIdentification
func (NullableCALocalAccountIdentification) IsSet ¶
func (v NullableCALocalAccountIdentification) IsSet() bool
func (NullableCALocalAccountIdentification) MarshalJSON ¶
func (v NullableCALocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableCALocalAccountIdentification) Set ¶
func (v *NullableCALocalAccountIdentification) Set(val *CALocalAccountIdentification)
func (*NullableCALocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableCALocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableCALocalAccountIdentification) Unset ¶
func (v *NullableCALocalAccountIdentification) Unset()
type NullableCZLocalAccountIdentification ¶
type NullableCZLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableCZLocalAccountIdentification ¶
func NewNullableCZLocalAccountIdentification(val *CZLocalAccountIdentification) *NullableCZLocalAccountIdentification
func (NullableCZLocalAccountIdentification) Get ¶
func (v NullableCZLocalAccountIdentification) Get() *CZLocalAccountIdentification
func (NullableCZLocalAccountIdentification) IsSet ¶
func (v NullableCZLocalAccountIdentification) IsSet() bool
func (NullableCZLocalAccountIdentification) MarshalJSON ¶
func (v NullableCZLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableCZLocalAccountIdentification) Set ¶
func (v *NullableCZLocalAccountIdentification) Set(val *CZLocalAccountIdentification)
func (*NullableCZLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableCZLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableCZLocalAccountIdentification) Unset ¶
func (v *NullableCZLocalAccountIdentification) Unset()
type NullableCalculateTermsOfServiceStatusResponse ¶
type NullableCalculateTermsOfServiceStatusResponse struct {
// contains filtered or unexported fields
}
func NewNullableCalculateTermsOfServiceStatusResponse ¶
func NewNullableCalculateTermsOfServiceStatusResponse(val *CalculateTermsOfServiceStatusResponse) *NullableCalculateTermsOfServiceStatusResponse
func (NullableCalculateTermsOfServiceStatusResponse) IsSet ¶
func (v NullableCalculateTermsOfServiceStatusResponse) IsSet() bool
func (NullableCalculateTermsOfServiceStatusResponse) MarshalJSON ¶
func (v NullableCalculateTermsOfServiceStatusResponse) MarshalJSON() ([]byte, error)
func (*NullableCalculateTermsOfServiceStatusResponse) Set ¶
func (v *NullableCalculateTermsOfServiceStatusResponse) Set(val *CalculateTermsOfServiceStatusResponse)
func (*NullableCalculateTermsOfServiceStatusResponse) UnmarshalJSON ¶
func (v *NullableCalculateTermsOfServiceStatusResponse) UnmarshalJSON(src []byte) error
func (*NullableCalculateTermsOfServiceStatusResponse) Unset ¶
func (v *NullableCalculateTermsOfServiceStatusResponse) Unset()
type NullableCapabilityProblem ¶
type NullableCapabilityProblem struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityProblem ¶
func NewNullableCapabilityProblem(val *CapabilityProblem) *NullableCapabilityProblem
func (NullableCapabilityProblem) Get ¶
func (v NullableCapabilityProblem) Get() *CapabilityProblem
func (NullableCapabilityProblem) IsSet ¶
func (v NullableCapabilityProblem) IsSet() bool
func (NullableCapabilityProblem) MarshalJSON ¶
func (v NullableCapabilityProblem) MarshalJSON() ([]byte, error)
func (*NullableCapabilityProblem) Set ¶
func (v *NullableCapabilityProblem) Set(val *CapabilityProblem)
func (*NullableCapabilityProblem) UnmarshalJSON ¶
func (v *NullableCapabilityProblem) UnmarshalJSON(src []byte) error
func (*NullableCapabilityProblem) Unset ¶
func (v *NullableCapabilityProblem) Unset()
type NullableCapabilityProblemEntity ¶
type NullableCapabilityProblemEntity struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityProblemEntity ¶
func NewNullableCapabilityProblemEntity(val *CapabilityProblemEntity) *NullableCapabilityProblemEntity
func (NullableCapabilityProblemEntity) Get ¶
func (v NullableCapabilityProblemEntity) Get() *CapabilityProblemEntity
func (NullableCapabilityProblemEntity) IsSet ¶
func (v NullableCapabilityProblemEntity) IsSet() bool
func (NullableCapabilityProblemEntity) MarshalJSON ¶
func (v NullableCapabilityProblemEntity) MarshalJSON() ([]byte, error)
func (*NullableCapabilityProblemEntity) Set ¶
func (v *NullableCapabilityProblemEntity) Set(val *CapabilityProblemEntity)
func (*NullableCapabilityProblemEntity) UnmarshalJSON ¶
func (v *NullableCapabilityProblemEntity) UnmarshalJSON(src []byte) error
func (*NullableCapabilityProblemEntity) Unset ¶
func (v *NullableCapabilityProblemEntity) Unset()
type NullableCapabilityProblemEntityRecursive ¶
type NullableCapabilityProblemEntityRecursive struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityProblemEntityRecursive ¶
func NewNullableCapabilityProblemEntityRecursive(val *CapabilityProblemEntityRecursive) *NullableCapabilityProblemEntityRecursive
func (NullableCapabilityProblemEntityRecursive) IsSet ¶
func (v NullableCapabilityProblemEntityRecursive) IsSet() bool
func (NullableCapabilityProblemEntityRecursive) MarshalJSON ¶
func (v NullableCapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error)
func (*NullableCapabilityProblemEntityRecursive) Set ¶
func (v *NullableCapabilityProblemEntityRecursive) Set(val *CapabilityProblemEntityRecursive)
func (*NullableCapabilityProblemEntityRecursive) UnmarshalJSON ¶
func (v *NullableCapabilityProblemEntityRecursive) UnmarshalJSON(src []byte) error
func (*NullableCapabilityProblemEntityRecursive) Unset ¶
func (v *NullableCapabilityProblemEntityRecursive) Unset()
type NullableCapabilitySettings ¶
type NullableCapabilitySettings struct {
// contains filtered or unexported fields
}
func NewNullableCapabilitySettings ¶
func NewNullableCapabilitySettings(val *CapabilitySettings) *NullableCapabilitySettings
func (NullableCapabilitySettings) Get ¶
func (v NullableCapabilitySettings) Get() *CapabilitySettings
func (NullableCapabilitySettings) IsSet ¶
func (v NullableCapabilitySettings) IsSet() bool
func (NullableCapabilitySettings) MarshalJSON ¶
func (v NullableCapabilitySettings) MarshalJSON() ([]byte, error)
func (*NullableCapabilitySettings) Set ¶
func (v *NullableCapabilitySettings) Set(val *CapabilitySettings)
func (*NullableCapabilitySettings) UnmarshalJSON ¶
func (v *NullableCapabilitySettings) UnmarshalJSON(src []byte) error
func (*NullableCapabilitySettings) Unset ¶
func (v *NullableCapabilitySettings) Unset()
type NullableCheckTaxElectronicDeliveryConsentResponse ¶
type NullableCheckTaxElectronicDeliveryConsentResponse struct {
// contains filtered or unexported fields
}
func NewNullableCheckTaxElectronicDeliveryConsentResponse ¶
func NewNullableCheckTaxElectronicDeliveryConsentResponse(val *CheckTaxElectronicDeliveryConsentResponse) *NullableCheckTaxElectronicDeliveryConsentResponse
func (NullableCheckTaxElectronicDeliveryConsentResponse) IsSet ¶
func (v NullableCheckTaxElectronicDeliveryConsentResponse) IsSet() bool
func (NullableCheckTaxElectronicDeliveryConsentResponse) MarshalJSON ¶
func (v NullableCheckTaxElectronicDeliveryConsentResponse) MarshalJSON() ([]byte, error)
func (*NullableCheckTaxElectronicDeliveryConsentResponse) UnmarshalJSON ¶
func (v *NullableCheckTaxElectronicDeliveryConsentResponse) UnmarshalJSON(src []byte) error
func (*NullableCheckTaxElectronicDeliveryConsentResponse) Unset ¶
func (v *NullableCheckTaxElectronicDeliveryConsentResponse) Unset()
type NullableDKLocalAccountIdentification ¶
type NullableDKLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableDKLocalAccountIdentification ¶
func NewNullableDKLocalAccountIdentification(val *DKLocalAccountIdentification) *NullableDKLocalAccountIdentification
func (NullableDKLocalAccountIdentification) Get ¶
func (v NullableDKLocalAccountIdentification) Get() *DKLocalAccountIdentification
func (NullableDKLocalAccountIdentification) IsSet ¶
func (v NullableDKLocalAccountIdentification) IsSet() bool
func (NullableDKLocalAccountIdentification) MarshalJSON ¶
func (v NullableDKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableDKLocalAccountIdentification) Set ¶
func (v *NullableDKLocalAccountIdentification) Set(val *DKLocalAccountIdentification)
func (*NullableDKLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableDKLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableDKLocalAccountIdentification) Unset ¶
func (v *NullableDKLocalAccountIdentification) Unset()
type NullableDataReviewConfirmationResponse ¶
type NullableDataReviewConfirmationResponse struct {
// contains filtered or unexported fields
}
func NewNullableDataReviewConfirmationResponse ¶
func NewNullableDataReviewConfirmationResponse(val *DataReviewConfirmationResponse) *NullableDataReviewConfirmationResponse
func (NullableDataReviewConfirmationResponse) Get ¶
func (v NullableDataReviewConfirmationResponse) Get() *DataReviewConfirmationResponse
func (NullableDataReviewConfirmationResponse) IsSet ¶
func (v NullableDataReviewConfirmationResponse) IsSet() bool
func (NullableDataReviewConfirmationResponse) MarshalJSON ¶
func (v NullableDataReviewConfirmationResponse) MarshalJSON() ([]byte, error)
func (*NullableDataReviewConfirmationResponse) Set ¶
func (v *NullableDataReviewConfirmationResponse) Set(val *DataReviewConfirmationResponse)
func (*NullableDataReviewConfirmationResponse) UnmarshalJSON ¶
func (v *NullableDataReviewConfirmationResponse) UnmarshalJSON(src []byte) error
func (*NullableDataReviewConfirmationResponse) Unset ¶
func (v *NullableDataReviewConfirmationResponse) 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 ¶
type NullableDocumentPage struct {
// contains filtered or unexported fields
}
func NewNullableDocumentPage ¶
func NewNullableDocumentPage(val *DocumentPage) *NullableDocumentPage
func (NullableDocumentPage) Get ¶
func (v NullableDocumentPage) Get() *DocumentPage
func (NullableDocumentPage) IsSet ¶
func (v NullableDocumentPage) IsSet() bool
func (NullableDocumentPage) MarshalJSON ¶
func (v NullableDocumentPage) MarshalJSON() ([]byte, error)
func (*NullableDocumentPage) Set ¶
func (v *NullableDocumentPage) Set(val *DocumentPage)
func (*NullableDocumentPage) UnmarshalJSON ¶
func (v *NullableDocumentPage) UnmarshalJSON(src []byte) error
func (*NullableDocumentPage) Unset ¶
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 (v NullableDocumentReference) Get() *DocumentReference
func (NullableDocumentReference) IsSet ¶
func (v NullableDocumentReference) IsSet() bool
func (NullableDocumentReference) MarshalJSON ¶
func (v NullableDocumentReference) MarshalJSON() ([]byte, error)
func (*NullableDocumentReference) Set ¶
func (v *NullableDocumentReference) Set(val *DocumentReference)
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 (v NullableEntityReference) Get() *EntityReference
func (NullableEntityReference) IsSet ¶
func (v NullableEntityReference) IsSet() bool
func (NullableEntityReference) MarshalJSON ¶
func (v NullableEntityReference) MarshalJSON() ([]byte, error)
func (*NullableEntityReference) Set ¶
func (v *NullableEntityReference) Set(val *EntityReference)
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 NewNullableGeneratePciDescriptionRequest ¶
func NewNullableGeneratePciDescriptionRequest(val *GeneratePciDescriptionRequest) *NullableGeneratePciDescriptionRequest
func (NullableGeneratePciDescriptionRequest) Get ¶
func (v NullableGeneratePciDescriptionRequest) Get() *GeneratePciDescriptionRequest
func (NullableGeneratePciDescriptionRequest) IsSet ¶
func (v NullableGeneratePciDescriptionRequest) IsSet() bool
func (NullableGeneratePciDescriptionRequest) MarshalJSON ¶
func (v NullableGeneratePciDescriptionRequest) MarshalJSON() ([]byte, error)
func (*NullableGeneratePciDescriptionRequest) Set ¶
func (v *NullableGeneratePciDescriptionRequest) Set(val *GeneratePciDescriptionRequest)
func (*NullableGeneratePciDescriptionRequest) UnmarshalJSON ¶
func (v *NullableGeneratePciDescriptionRequest) UnmarshalJSON(src []byte) error
func (*NullableGeneratePciDescriptionRequest) Unset ¶
func (v *NullableGeneratePciDescriptionRequest) Unset()
type NullableGeneratePciDescriptionResponse ¶
type NullableGeneratePciDescriptionResponse struct {
// contains filtered or unexported fields
}
func NewNullableGeneratePciDescriptionResponse ¶
func NewNullableGeneratePciDescriptionResponse(val *GeneratePciDescriptionResponse) *NullableGeneratePciDescriptionResponse
func (NullableGeneratePciDescriptionResponse) Get ¶
func (v NullableGeneratePciDescriptionResponse) Get() *GeneratePciDescriptionResponse
func (NullableGeneratePciDescriptionResponse) IsSet ¶
func (v NullableGeneratePciDescriptionResponse) IsSet() bool
func (NullableGeneratePciDescriptionResponse) MarshalJSON ¶
func (v NullableGeneratePciDescriptionResponse) MarshalJSON() ([]byte, error)
func (*NullableGeneratePciDescriptionResponse) Set ¶
func (v *NullableGeneratePciDescriptionResponse) Set(val *GeneratePciDescriptionResponse)
func (*NullableGeneratePciDescriptionResponse) UnmarshalJSON ¶
func (v *NullableGeneratePciDescriptionResponse) UnmarshalJSON(src []byte) error
func (*NullableGeneratePciDescriptionResponse) Unset ¶
func (v *NullableGeneratePciDescriptionResponse) Unset()
type NullableGetPciQuestionnaireInfosResponse ¶
type NullableGetPciQuestionnaireInfosResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPciQuestionnaireInfosResponse ¶
func NewNullableGetPciQuestionnaireInfosResponse(val *GetPciQuestionnaireInfosResponse) *NullableGetPciQuestionnaireInfosResponse
func (NullableGetPciQuestionnaireInfosResponse) IsSet ¶
func (v NullableGetPciQuestionnaireInfosResponse) IsSet() bool
func (NullableGetPciQuestionnaireInfosResponse) MarshalJSON ¶
func (v NullableGetPciQuestionnaireInfosResponse) MarshalJSON() ([]byte, error)
func (*NullableGetPciQuestionnaireInfosResponse) Set ¶
func (v *NullableGetPciQuestionnaireInfosResponse) Set(val *GetPciQuestionnaireInfosResponse)
func (*NullableGetPciQuestionnaireInfosResponse) UnmarshalJSON ¶
func (v *NullableGetPciQuestionnaireInfosResponse) UnmarshalJSON(src []byte) error
func (*NullableGetPciQuestionnaireInfosResponse) Unset ¶
func (v *NullableGetPciQuestionnaireInfosResponse) Unset()
type NullableGetPciQuestionnaireResponse ¶
type NullableGetPciQuestionnaireResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPciQuestionnaireResponse ¶
func NewNullableGetPciQuestionnaireResponse(val *GetPciQuestionnaireResponse) *NullableGetPciQuestionnaireResponse
func (NullableGetPciQuestionnaireResponse) Get ¶
func (v NullableGetPciQuestionnaireResponse) Get() *GetPciQuestionnaireResponse
func (NullableGetPciQuestionnaireResponse) IsSet ¶
func (v NullableGetPciQuestionnaireResponse) IsSet() bool
func (NullableGetPciQuestionnaireResponse) MarshalJSON ¶
func (v NullableGetPciQuestionnaireResponse) MarshalJSON() ([]byte, error)
func (*NullableGetPciQuestionnaireResponse) Set ¶
func (v *NullableGetPciQuestionnaireResponse) Set(val *GetPciQuestionnaireResponse)
func (*NullableGetPciQuestionnaireResponse) UnmarshalJSON ¶
func (v *NullableGetPciQuestionnaireResponse) UnmarshalJSON(src []byte) error
func (*NullableGetPciQuestionnaireResponse) Unset ¶
func (v *NullableGetPciQuestionnaireResponse) Unset()
type NullableGetTermsOfServiceAcceptanceInfosResponse ¶
type NullableGetTermsOfServiceAcceptanceInfosResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetTermsOfServiceAcceptanceInfosResponse ¶
func NewNullableGetTermsOfServiceAcceptanceInfosResponse(val *GetTermsOfServiceAcceptanceInfosResponse) *NullableGetTermsOfServiceAcceptanceInfosResponse
func (NullableGetTermsOfServiceAcceptanceInfosResponse) IsSet ¶
func (v NullableGetTermsOfServiceAcceptanceInfosResponse) IsSet() bool
func (NullableGetTermsOfServiceAcceptanceInfosResponse) MarshalJSON ¶
func (v NullableGetTermsOfServiceAcceptanceInfosResponse) MarshalJSON() ([]byte, error)
func (*NullableGetTermsOfServiceAcceptanceInfosResponse) UnmarshalJSON ¶
func (v *NullableGetTermsOfServiceAcceptanceInfosResponse) UnmarshalJSON(src []byte) error
func (*NullableGetTermsOfServiceAcceptanceInfosResponse) Unset ¶
func (v *NullableGetTermsOfServiceAcceptanceInfosResponse) Unset()
type NullableGetTermsOfServiceDocumentRequest ¶
type NullableGetTermsOfServiceDocumentRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetTermsOfServiceDocumentRequest ¶
func NewNullableGetTermsOfServiceDocumentRequest(val *GetTermsOfServiceDocumentRequest) *NullableGetTermsOfServiceDocumentRequest
func (NullableGetTermsOfServiceDocumentRequest) IsSet ¶
func (v NullableGetTermsOfServiceDocumentRequest) IsSet() bool
func (NullableGetTermsOfServiceDocumentRequest) MarshalJSON ¶
func (v NullableGetTermsOfServiceDocumentRequest) MarshalJSON() ([]byte, error)
func (*NullableGetTermsOfServiceDocumentRequest) Set ¶
func (v *NullableGetTermsOfServiceDocumentRequest) Set(val *GetTermsOfServiceDocumentRequest)
func (*NullableGetTermsOfServiceDocumentRequest) UnmarshalJSON ¶
func (v *NullableGetTermsOfServiceDocumentRequest) UnmarshalJSON(src []byte) error
func (*NullableGetTermsOfServiceDocumentRequest) Unset ¶
func (v *NullableGetTermsOfServiceDocumentRequest) Unset()
type NullableGetTermsOfServiceDocumentResponse ¶
type NullableGetTermsOfServiceDocumentResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetTermsOfServiceDocumentResponse ¶
func NewNullableGetTermsOfServiceDocumentResponse(val *GetTermsOfServiceDocumentResponse) *NullableGetTermsOfServiceDocumentResponse
func (NullableGetTermsOfServiceDocumentResponse) IsSet ¶
func (v NullableGetTermsOfServiceDocumentResponse) IsSet() bool
func (NullableGetTermsOfServiceDocumentResponse) MarshalJSON ¶
func (v NullableGetTermsOfServiceDocumentResponse) MarshalJSON() ([]byte, error)
func (*NullableGetTermsOfServiceDocumentResponse) Set ¶
func (v *NullableGetTermsOfServiceDocumentResponse) Set(val *GetTermsOfServiceDocumentResponse)
func (*NullableGetTermsOfServiceDocumentResponse) UnmarshalJSON ¶
func (v *NullableGetTermsOfServiceDocumentResponse) UnmarshalJSON(src []byte) error
func (*NullableGetTermsOfServiceDocumentResponse) Unset ¶
func (v *NullableGetTermsOfServiceDocumentResponse) Unset()
type NullableHKLocalAccountIdentification ¶
type NullableHKLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableHKLocalAccountIdentification ¶
func NewNullableHKLocalAccountIdentification(val *HKLocalAccountIdentification) *NullableHKLocalAccountIdentification
func (NullableHKLocalAccountIdentification) Get ¶
func (v NullableHKLocalAccountIdentification) Get() *HKLocalAccountIdentification
func (NullableHKLocalAccountIdentification) IsSet ¶
func (v NullableHKLocalAccountIdentification) IsSet() bool
func (NullableHKLocalAccountIdentification) MarshalJSON ¶
func (v NullableHKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableHKLocalAccountIdentification) Set ¶
func (v *NullableHKLocalAccountIdentification) Set(val *HKLocalAccountIdentification)
func (*NullableHKLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableHKLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableHKLocalAccountIdentification) Unset ¶
func (v *NullableHKLocalAccountIdentification) Unset()
type NullableHULocalAccountIdentification ¶
type NullableHULocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableHULocalAccountIdentification ¶
func NewNullableHULocalAccountIdentification(val *HULocalAccountIdentification) *NullableHULocalAccountIdentification
func (NullableHULocalAccountIdentification) Get ¶
func (v NullableHULocalAccountIdentification) Get() *HULocalAccountIdentification
func (NullableHULocalAccountIdentification) IsSet ¶
func (v NullableHULocalAccountIdentification) IsSet() bool
func (NullableHULocalAccountIdentification) MarshalJSON ¶
func (v NullableHULocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableHULocalAccountIdentification) Set ¶
func (v *NullableHULocalAccountIdentification) Set(val *HULocalAccountIdentification)
func (*NullableHULocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableHULocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableHULocalAccountIdentification) Unset ¶
func (v *NullableHULocalAccountIdentification) Unset()
type NullableIbanAccountIdentification ¶
type NullableIbanAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableIbanAccountIdentification ¶
func NewNullableIbanAccountIdentification(val *IbanAccountIdentification) *NullableIbanAccountIdentification
func (NullableIbanAccountIdentification) Get ¶
func (v NullableIbanAccountIdentification) Get() *IbanAccountIdentification
func (NullableIbanAccountIdentification) IsSet ¶
func (v NullableIbanAccountIdentification) IsSet() bool
func (NullableIbanAccountIdentification) MarshalJSON ¶
func (v NullableIbanAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableIbanAccountIdentification) Set ¶
func (v *NullableIbanAccountIdentification) Set(val *IbanAccountIdentification)
func (*NullableIbanAccountIdentification) UnmarshalJSON ¶
func (v *NullableIbanAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableIbanAccountIdentification) Unset ¶
func (v *NullableIbanAccountIdentification) Unset()
type NullableIdentificationData ¶
type NullableIdentificationData struct {
// contains filtered or unexported fields
}
func NewNullableIdentificationData ¶
func NewNullableIdentificationData(val *IdentificationData) *NullableIdentificationData
func (NullableIdentificationData) Get ¶
func (v NullableIdentificationData) Get() *IdentificationData
func (NullableIdentificationData) IsSet ¶
func (v NullableIdentificationData) IsSet() bool
func (NullableIdentificationData) MarshalJSON ¶
func (v NullableIdentificationData) MarshalJSON() ([]byte, error)
func (*NullableIdentificationData) Set ¶
func (v *NullableIdentificationData) Set(val *IdentificationData)
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 (v NullableLegalEntity) Get() *LegalEntity
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 NewNullableLegalEntityAssociation ¶
func NewNullableLegalEntityAssociation(val *LegalEntityAssociation) *NullableLegalEntityAssociation
func (NullableLegalEntityAssociation) Get ¶
func (v NullableLegalEntityAssociation) Get() *LegalEntityAssociation
func (NullableLegalEntityAssociation) IsSet ¶
func (v NullableLegalEntityAssociation) IsSet() bool
func (NullableLegalEntityAssociation) MarshalJSON ¶
func (v NullableLegalEntityAssociation) MarshalJSON() ([]byte, error)
func (*NullableLegalEntityAssociation) Set ¶
func (v *NullableLegalEntityAssociation) Set(val *LegalEntityAssociation)
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 NewNullableLegalEntityCapability ¶
func NewNullableLegalEntityCapability(val *LegalEntityCapability) *NullableLegalEntityCapability
func (NullableLegalEntityCapability) Get ¶
func (v NullableLegalEntityCapability) Get() *LegalEntityCapability
func (NullableLegalEntityCapability) IsSet ¶
func (v NullableLegalEntityCapability) IsSet() bool
func (NullableLegalEntityCapability) MarshalJSON ¶
func (v NullableLegalEntityCapability) MarshalJSON() ([]byte, error)
func (*NullableLegalEntityCapability) Set ¶
func (v *NullableLegalEntityCapability) Set(val *LegalEntityCapability)
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 (v NullableLegalEntityInfo) Get() *LegalEntityInfo
func (NullableLegalEntityInfo) IsSet ¶
func (v NullableLegalEntityInfo) IsSet() bool
func (NullableLegalEntityInfo) MarshalJSON ¶
func (v NullableLegalEntityInfo) MarshalJSON() ([]byte, error)
func (*NullableLegalEntityInfo) Set ¶
func (v *NullableLegalEntityInfo) Set(val *LegalEntityInfo)
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 NewNullableLegalEntityInfoRequiredType ¶
func NewNullableLegalEntityInfoRequiredType(val *LegalEntityInfoRequiredType) *NullableLegalEntityInfoRequiredType
func (NullableLegalEntityInfoRequiredType) Get ¶
func (v NullableLegalEntityInfoRequiredType) Get() *LegalEntityInfoRequiredType
func (NullableLegalEntityInfoRequiredType) IsSet ¶
func (v NullableLegalEntityInfoRequiredType) IsSet() bool
func (NullableLegalEntityInfoRequiredType) MarshalJSON ¶
func (v NullableLegalEntityInfoRequiredType) MarshalJSON() ([]byte, error)
func (*NullableLegalEntityInfoRequiredType) Set ¶
func (v *NullableLegalEntityInfoRequiredType) Set(val *LegalEntityInfoRequiredType)
func (*NullableLegalEntityInfoRequiredType) UnmarshalJSON ¶
func (v *NullableLegalEntityInfoRequiredType) UnmarshalJSON(src []byte) error
func (*NullableLegalEntityInfoRequiredType) Unset ¶
func (v *NullableLegalEntityInfoRequiredType) Unset()
type NullableNOLocalAccountIdentification ¶
type NullableNOLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableNOLocalAccountIdentification ¶
func NewNullableNOLocalAccountIdentification(val *NOLocalAccountIdentification) *NullableNOLocalAccountIdentification
func (NullableNOLocalAccountIdentification) Get ¶
func (v NullableNOLocalAccountIdentification) Get() *NOLocalAccountIdentification
func (NullableNOLocalAccountIdentification) IsSet ¶
func (v NullableNOLocalAccountIdentification) IsSet() bool
func (NullableNOLocalAccountIdentification) MarshalJSON ¶
func (v NullableNOLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableNOLocalAccountIdentification) Set ¶
func (v *NullableNOLocalAccountIdentification) Set(val *NOLocalAccountIdentification)
func (*NullableNOLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableNOLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableNOLocalAccountIdentification) Unset ¶
func (v *NullableNOLocalAccountIdentification) Unset()
type NullableNZLocalAccountIdentification ¶
type NullableNZLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableNZLocalAccountIdentification ¶
func NewNullableNZLocalAccountIdentification(val *NZLocalAccountIdentification) *NullableNZLocalAccountIdentification
func (NullableNZLocalAccountIdentification) Get ¶
func (v NullableNZLocalAccountIdentification) Get() *NZLocalAccountIdentification
func (NullableNZLocalAccountIdentification) IsSet ¶
func (v NullableNZLocalAccountIdentification) IsSet() bool
func (NullableNZLocalAccountIdentification) MarshalJSON ¶
func (v NullableNZLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableNZLocalAccountIdentification) Set ¶
func (v *NullableNZLocalAccountIdentification) Set(val *NZLocalAccountIdentification)
func (*NullableNZLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableNZLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableNZLocalAccountIdentification) Unset ¶
func (v *NullableNZLocalAccountIdentification) 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 NewNullableNumberAndBicAccountIdentification ¶
func NewNullableNumberAndBicAccountIdentification(val *NumberAndBicAccountIdentification) *NullableNumberAndBicAccountIdentification
func (NullableNumberAndBicAccountIdentification) IsSet ¶
func (v NullableNumberAndBicAccountIdentification) IsSet() bool
func (NullableNumberAndBicAccountIdentification) MarshalJSON ¶
func (v NullableNumberAndBicAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableNumberAndBicAccountIdentification) Set ¶
func (v *NullableNumberAndBicAccountIdentification) Set(val *NumberAndBicAccountIdentification)
func (*NullableNumberAndBicAccountIdentification) UnmarshalJSON ¶
func (v *NullableNumberAndBicAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableNumberAndBicAccountIdentification) Unset ¶
func (v *NullableNumberAndBicAccountIdentification) Unset()
type NullableOnboardingLink ¶
type NullableOnboardingLink struct {
// contains filtered or unexported fields
}
func NewNullableOnboardingLink ¶
func NewNullableOnboardingLink(val *OnboardingLink) *NullableOnboardingLink
func (NullableOnboardingLink) Get ¶
func (v NullableOnboardingLink) Get() *OnboardingLink
func (NullableOnboardingLink) IsSet ¶
func (v NullableOnboardingLink) IsSet() bool
func (NullableOnboardingLink) MarshalJSON ¶
func (v NullableOnboardingLink) MarshalJSON() ([]byte, error)
func (*NullableOnboardingLink) Set ¶
func (v *NullableOnboardingLink) Set(val *OnboardingLink)
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 (v NullableOnboardingLinkInfo) Get() *OnboardingLinkInfo
func (NullableOnboardingLinkInfo) IsSet ¶
func (v NullableOnboardingLinkInfo) IsSet() bool
func (NullableOnboardingLinkInfo) MarshalJSON ¶
func (v NullableOnboardingLinkInfo) MarshalJSON() ([]byte, error)
func (*NullableOnboardingLinkInfo) Set ¶
func (v *NullableOnboardingLinkInfo) Set(val *OnboardingLinkInfo)
func (*NullableOnboardingLinkInfo) UnmarshalJSON ¶
func (v *NullableOnboardingLinkInfo) UnmarshalJSON(src []byte) error
func (*NullableOnboardingLinkInfo) Unset ¶
func (v *NullableOnboardingLinkInfo) Unset()
type NullableOnboardingLinkSettings ¶
type NullableOnboardingLinkSettings struct {
// contains filtered or unexported fields
}
func NewNullableOnboardingLinkSettings ¶
func NewNullableOnboardingLinkSettings(val *OnboardingLinkSettings) *NullableOnboardingLinkSettings
func (NullableOnboardingLinkSettings) Get ¶
func (v NullableOnboardingLinkSettings) Get() *OnboardingLinkSettings
func (NullableOnboardingLinkSettings) IsSet ¶
func (v NullableOnboardingLinkSettings) IsSet() bool
func (NullableOnboardingLinkSettings) MarshalJSON ¶
func (v NullableOnboardingLinkSettings) MarshalJSON() ([]byte, error)
func (*NullableOnboardingLinkSettings) Set ¶
func (v *NullableOnboardingLinkSettings) Set(val *OnboardingLinkSettings)
func (*NullableOnboardingLinkSettings) UnmarshalJSON ¶
func (v *NullableOnboardingLinkSettings) UnmarshalJSON(src []byte) error
func (*NullableOnboardingLinkSettings) Unset ¶
func (v *NullableOnboardingLinkSettings) Unset()
type NullableOnboardingTheme ¶
type NullableOnboardingTheme struct {
// contains filtered or unexported fields
}
func NewNullableOnboardingTheme ¶
func NewNullableOnboardingTheme(val *OnboardingTheme) *NullableOnboardingTheme
func (NullableOnboardingTheme) Get ¶
func (v NullableOnboardingTheme) Get() *OnboardingTheme
func (NullableOnboardingTheme) IsSet ¶
func (v NullableOnboardingTheme) IsSet() bool
func (NullableOnboardingTheme) MarshalJSON ¶
func (v NullableOnboardingTheme) MarshalJSON() ([]byte, error)
func (*NullableOnboardingTheme) Set ¶
func (v *NullableOnboardingTheme) Set(val *OnboardingTheme)
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 (v NullableOnboardingThemes) Get() *OnboardingThemes
func (NullableOnboardingThemes) IsSet ¶
func (v NullableOnboardingThemes) IsSet() bool
func (NullableOnboardingThemes) MarshalJSON ¶
func (v NullableOnboardingThemes) MarshalJSON() ([]byte, error)
func (*NullableOnboardingThemes) Set ¶
func (v *NullableOnboardingThemes) Set(val *OnboardingThemes)
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 (v NullableOrganization) Get() *Organization
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 (v NullableOwnerEntity) Get() *OwnerEntity
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 NewNullablePLLocalAccountIdentification ¶
func NewNullablePLLocalAccountIdentification(val *PLLocalAccountIdentification) *NullablePLLocalAccountIdentification
func (NullablePLLocalAccountIdentification) Get ¶
func (v NullablePLLocalAccountIdentification) Get() *PLLocalAccountIdentification
func (NullablePLLocalAccountIdentification) IsSet ¶
func (v NullablePLLocalAccountIdentification) IsSet() bool
func (NullablePLLocalAccountIdentification) MarshalJSON ¶
func (v NullablePLLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullablePLLocalAccountIdentification) Set ¶
func (v *NullablePLLocalAccountIdentification) Set(val *PLLocalAccountIdentification)
func (*NullablePLLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullablePLLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullablePLLocalAccountIdentification) Unset ¶
func (v *NullablePLLocalAccountIdentification) Unset()
type NullablePciDocumentInfo ¶
type NullablePciDocumentInfo struct {
// contains filtered or unexported fields
}
func NewNullablePciDocumentInfo ¶
func NewNullablePciDocumentInfo(val *PciDocumentInfo) *NullablePciDocumentInfo
func (NullablePciDocumentInfo) Get ¶
func (v NullablePciDocumentInfo) Get() *PciDocumentInfo
func (NullablePciDocumentInfo) IsSet ¶
func (v NullablePciDocumentInfo) IsSet() bool
func (NullablePciDocumentInfo) MarshalJSON ¶
func (v NullablePciDocumentInfo) MarshalJSON() ([]byte, error)
func (*NullablePciDocumentInfo) Set ¶
func (v *NullablePciDocumentInfo) Set(val *PciDocumentInfo)
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 (v NullablePciSigningRequest) Get() *PciSigningRequest
func (NullablePciSigningRequest) IsSet ¶
func (v NullablePciSigningRequest) IsSet() bool
func (NullablePciSigningRequest) MarshalJSON ¶
func (v NullablePciSigningRequest) MarshalJSON() ([]byte, error)
func (*NullablePciSigningRequest) Set ¶
func (v *NullablePciSigningRequest) Set(val *PciSigningRequest)
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 (v NullablePciSigningResponse) Get() *PciSigningResponse
func (NullablePciSigningResponse) IsSet ¶
func (v NullablePciSigningResponse) IsSet() bool
func (NullablePciSigningResponse) MarshalJSON ¶
func (v NullablePciSigningResponse) MarshalJSON() ([]byte, error)
func (*NullablePciSigningResponse) Set ¶
func (v *NullablePciSigningResponse) Set(val *PciSigningResponse)
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 (v NullablePhoneNumber) Get() *PhoneNumber
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 (v NullableRemediatingAction) Get() *RemediatingAction
func (NullableRemediatingAction) IsSet ¶
func (v NullableRemediatingAction) IsSet() bool
func (NullableRemediatingAction) MarshalJSON ¶
func (v NullableRemediatingAction) MarshalJSON() ([]byte, error)
func (*NullableRemediatingAction) Set ¶
func (v *NullableRemediatingAction) Set(val *RemediatingAction)
func (*NullableRemediatingAction) UnmarshalJSON ¶
func (v *NullableRemediatingAction) UnmarshalJSON(src []byte) error
func (*NullableRemediatingAction) Unset ¶
func (v *NullableRemediatingAction) Unset()
type NullableSELocalAccountIdentification ¶
type NullableSELocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableSELocalAccountIdentification ¶
func NewNullableSELocalAccountIdentification(val *SELocalAccountIdentification) *NullableSELocalAccountIdentification
func (NullableSELocalAccountIdentification) Get ¶
func (v NullableSELocalAccountIdentification) Get() *SELocalAccountIdentification
func (NullableSELocalAccountIdentification) IsSet ¶
func (v NullableSELocalAccountIdentification) IsSet() bool
func (NullableSELocalAccountIdentification) MarshalJSON ¶
func (v NullableSELocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableSELocalAccountIdentification) Set ¶
func (v *NullableSELocalAccountIdentification) Set(val *SELocalAccountIdentification)
func (*NullableSELocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableSELocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableSELocalAccountIdentification) Unset ¶
func (v *NullableSELocalAccountIdentification) Unset()
type NullableSGLocalAccountIdentification ¶
type NullableSGLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableSGLocalAccountIdentification ¶
func NewNullableSGLocalAccountIdentification(val *SGLocalAccountIdentification) *NullableSGLocalAccountIdentification
func (NullableSGLocalAccountIdentification) Get ¶
func (v NullableSGLocalAccountIdentification) Get() *SGLocalAccountIdentification
func (NullableSGLocalAccountIdentification) IsSet ¶
func (v NullableSGLocalAccountIdentification) IsSet() bool
func (NullableSGLocalAccountIdentification) MarshalJSON ¶
func (v NullableSGLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableSGLocalAccountIdentification) Set ¶
func (v *NullableSGLocalAccountIdentification) Set(val *SGLocalAccountIdentification)
func (*NullableSGLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableSGLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableSGLocalAccountIdentification) Unset ¶
func (v *NullableSGLocalAccountIdentification) Unset()
type NullableServiceError ¶
type NullableServiceError struct {
// contains filtered or unexported fields
}
func NewNullableServiceError ¶
func NewNullableServiceError(val *ServiceError) *NullableServiceError
func (NullableServiceError) Get ¶
func (v NullableServiceError) Get() *ServiceError
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 NullableSetTaxElectronicDeliveryConsentRequest ¶
type NullableSetTaxElectronicDeliveryConsentRequest struct {
// contains filtered or unexported fields
}
func NewNullableSetTaxElectronicDeliveryConsentRequest ¶
func NewNullableSetTaxElectronicDeliveryConsentRequest(val *SetTaxElectronicDeliveryConsentRequest) *NullableSetTaxElectronicDeliveryConsentRequest
func (NullableSetTaxElectronicDeliveryConsentRequest) IsSet ¶
func (v NullableSetTaxElectronicDeliveryConsentRequest) IsSet() bool
func (NullableSetTaxElectronicDeliveryConsentRequest) MarshalJSON ¶
func (v NullableSetTaxElectronicDeliveryConsentRequest) MarshalJSON() ([]byte, error)
func (*NullableSetTaxElectronicDeliveryConsentRequest) Set ¶
func (v *NullableSetTaxElectronicDeliveryConsentRequest) Set(val *SetTaxElectronicDeliveryConsentRequest)
func (*NullableSetTaxElectronicDeliveryConsentRequest) UnmarshalJSON ¶
func (v *NullableSetTaxElectronicDeliveryConsentRequest) UnmarshalJSON(src []byte) error
func (*NullableSetTaxElectronicDeliveryConsentRequest) Unset ¶
func (v *NullableSetTaxElectronicDeliveryConsentRequest) Unset()
type NullableSoleProprietorship ¶
type NullableSoleProprietorship struct {
// contains filtered or unexported fields
}
func NewNullableSoleProprietorship ¶
func NewNullableSoleProprietorship(val *SoleProprietorship) *NullableSoleProprietorship
func (NullableSoleProprietorship) Get ¶
func (v NullableSoleProprietorship) Get() *SoleProprietorship
func (NullableSoleProprietorship) IsSet ¶
func (v NullableSoleProprietorship) IsSet() bool
func (NullableSoleProprietorship) MarshalJSON ¶
func (v NullableSoleProprietorship) MarshalJSON() ([]byte, error)
func (*NullableSoleProprietorship) Set ¶
func (v *NullableSoleProprietorship) Set(val *SoleProprietorship)
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 (v NullableSourceOfFunds) Get() *SourceOfFunds
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 NewNullableSupportingEntityCapability ¶
func NewNullableSupportingEntityCapability(val *SupportingEntityCapability) *NullableSupportingEntityCapability
func (NullableSupportingEntityCapability) Get ¶
func (v NullableSupportingEntityCapability) Get() *SupportingEntityCapability
func (NullableSupportingEntityCapability) IsSet ¶
func (v NullableSupportingEntityCapability) IsSet() bool
func (NullableSupportingEntityCapability) MarshalJSON ¶
func (v NullableSupportingEntityCapability) MarshalJSON() ([]byte, error)
func (*NullableSupportingEntityCapability) Set ¶
func (v *NullableSupportingEntityCapability) Set(val *SupportingEntityCapability)
func (*NullableSupportingEntityCapability) UnmarshalJSON ¶
func (v *NullableSupportingEntityCapability) UnmarshalJSON(src []byte) error
func (*NullableSupportingEntityCapability) Unset ¶
func (v *NullableSupportingEntityCapability) Unset()
type NullableTaxInformation ¶
type NullableTaxInformation struct {
// contains filtered or unexported fields
}
func NewNullableTaxInformation ¶
func NewNullableTaxInformation(val *TaxInformation) *NullableTaxInformation
func (NullableTaxInformation) Get ¶
func (v NullableTaxInformation) Get() *TaxInformation
func (NullableTaxInformation) IsSet ¶
func (v NullableTaxInformation) IsSet() bool
func (NullableTaxInformation) MarshalJSON ¶
func (v NullableTaxInformation) MarshalJSON() ([]byte, error)
func (*NullableTaxInformation) Set ¶
func (v *NullableTaxInformation) Set(val *TaxInformation)
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 NewNullableTaxReportingClassification ¶
func NewNullableTaxReportingClassification(val *TaxReportingClassification) *NullableTaxReportingClassification
func (NullableTaxReportingClassification) Get ¶
func (v NullableTaxReportingClassification) Get() *TaxReportingClassification
func (NullableTaxReportingClassification) IsSet ¶
func (v NullableTaxReportingClassification) IsSet() bool
func (NullableTaxReportingClassification) MarshalJSON ¶
func (v NullableTaxReportingClassification) MarshalJSON() ([]byte, error)
func (*NullableTaxReportingClassification) Set ¶
func (v *NullableTaxReportingClassification) Set(val *TaxReportingClassification)
func (*NullableTaxReportingClassification) UnmarshalJSON ¶
func (v *NullableTaxReportingClassification) UnmarshalJSON(src []byte) error
func (*NullableTaxReportingClassification) Unset ¶
func (v *NullableTaxReportingClassification) Unset()
type NullableTermsOfServiceAcceptanceInfo ¶
type NullableTermsOfServiceAcceptanceInfo struct {
// contains filtered or unexported fields
}
func NewNullableTermsOfServiceAcceptanceInfo ¶
func NewNullableTermsOfServiceAcceptanceInfo(val *TermsOfServiceAcceptanceInfo) *NullableTermsOfServiceAcceptanceInfo
func (NullableTermsOfServiceAcceptanceInfo) Get ¶
func (v NullableTermsOfServiceAcceptanceInfo) Get() *TermsOfServiceAcceptanceInfo
func (NullableTermsOfServiceAcceptanceInfo) IsSet ¶
func (v NullableTermsOfServiceAcceptanceInfo) IsSet() bool
func (NullableTermsOfServiceAcceptanceInfo) MarshalJSON ¶
func (v NullableTermsOfServiceAcceptanceInfo) MarshalJSON() ([]byte, error)
func (*NullableTermsOfServiceAcceptanceInfo) Set ¶
func (v *NullableTermsOfServiceAcceptanceInfo) Set(val *TermsOfServiceAcceptanceInfo)
func (*NullableTermsOfServiceAcceptanceInfo) UnmarshalJSON ¶
func (v *NullableTermsOfServiceAcceptanceInfo) UnmarshalJSON(src []byte) error
func (*NullableTermsOfServiceAcceptanceInfo) Unset ¶
func (v *NullableTermsOfServiceAcceptanceInfo) Unset()
type NullableTransferInstrument ¶
type NullableTransferInstrument struct {
// contains filtered or unexported fields
}
func NewNullableTransferInstrument ¶
func NewNullableTransferInstrument(val *TransferInstrument) *NullableTransferInstrument
func (NullableTransferInstrument) Get ¶
func (v NullableTransferInstrument) Get() *TransferInstrument
func (NullableTransferInstrument) IsSet ¶
func (v NullableTransferInstrument) IsSet() bool
func (NullableTransferInstrument) MarshalJSON ¶
func (v NullableTransferInstrument) MarshalJSON() ([]byte, error)
func (*NullableTransferInstrument) Set ¶
func (v *NullableTransferInstrument) Set(val *TransferInstrument)
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 NewNullableTransferInstrumentInfo ¶
func NewNullableTransferInstrumentInfo(val *TransferInstrumentInfo) *NullableTransferInstrumentInfo
func (NullableTransferInstrumentInfo) Get ¶
func (v NullableTransferInstrumentInfo) Get() *TransferInstrumentInfo
func (NullableTransferInstrumentInfo) IsSet ¶
func (v NullableTransferInstrumentInfo) IsSet() bool
func (NullableTransferInstrumentInfo) MarshalJSON ¶
func (v NullableTransferInstrumentInfo) MarshalJSON() ([]byte, error)
func (*NullableTransferInstrumentInfo) Set ¶
func (v *NullableTransferInstrumentInfo) Set(val *TransferInstrumentInfo)
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 NewNullableTransferInstrumentReference ¶
func NewNullableTransferInstrumentReference(val *TransferInstrumentReference) *NullableTransferInstrumentReference
func (NullableTransferInstrumentReference) Get ¶
func (v NullableTransferInstrumentReference) Get() *TransferInstrumentReference
func (NullableTransferInstrumentReference) IsSet ¶
func (v NullableTransferInstrumentReference) IsSet() bool
func (NullableTransferInstrumentReference) MarshalJSON ¶
func (v NullableTransferInstrumentReference) MarshalJSON() ([]byte, error)
func (*NullableTransferInstrumentReference) Set ¶
func (v *NullableTransferInstrumentReference) Set(val *TransferInstrumentReference)
func (*NullableTransferInstrumentReference) UnmarshalJSON ¶
func (v *NullableTransferInstrumentReference) UnmarshalJSON(src []byte) error
func (*NullableTransferInstrumentReference) Unset ¶
func (v *NullableTransferInstrumentReference) Unset()
type NullableTrust ¶
type NullableTrust struct {
// contains filtered or unexported fields
}
func NewNullableTrust ¶
func NewNullableTrust(val *Trust) *NullableTrust
func (NullableTrust) Get ¶
func (v NullableTrust) Get() *Trust
func (NullableTrust) IsSet ¶
func (v NullableTrust) IsSet() bool
func (NullableTrust) MarshalJSON ¶
func (v NullableTrust) MarshalJSON() ([]byte, error)
func (*NullableTrust) Set ¶
func (v *NullableTrust) Set(val *Trust)
func (*NullableTrust) UnmarshalJSON ¶
func (v *NullableTrust) UnmarshalJSON(src []byte) error
func (*NullableTrust) Unset ¶
func (v *NullableTrust) Unset()
type NullableUKLocalAccountIdentification ¶
type NullableUKLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableUKLocalAccountIdentification ¶
func NewNullableUKLocalAccountIdentification(val *UKLocalAccountIdentification) *NullableUKLocalAccountIdentification
func (NullableUKLocalAccountIdentification) Get ¶
func (v NullableUKLocalAccountIdentification) Get() *UKLocalAccountIdentification
func (NullableUKLocalAccountIdentification) IsSet ¶
func (v NullableUKLocalAccountIdentification) IsSet() bool
func (NullableUKLocalAccountIdentification) MarshalJSON ¶
func (v NullableUKLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableUKLocalAccountIdentification) Set ¶
func (v *NullableUKLocalAccountIdentification) Set(val *UKLocalAccountIdentification)
func (*NullableUKLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableUKLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableUKLocalAccountIdentification) Unset ¶
func (v *NullableUKLocalAccountIdentification) Unset()
type NullableUSLocalAccountIdentification ¶
type NullableUSLocalAccountIdentification struct {
// contains filtered or unexported fields
}
func NewNullableUSLocalAccountIdentification ¶
func NewNullableUSLocalAccountIdentification(val *USLocalAccountIdentification) *NullableUSLocalAccountIdentification
func (NullableUSLocalAccountIdentification) Get ¶
func (v NullableUSLocalAccountIdentification) Get() *USLocalAccountIdentification
func (NullableUSLocalAccountIdentification) IsSet ¶
func (v NullableUSLocalAccountIdentification) IsSet() bool
func (NullableUSLocalAccountIdentification) MarshalJSON ¶
func (v NullableUSLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*NullableUSLocalAccountIdentification) Set ¶
func (v *NullableUSLocalAccountIdentification) Set(val *USLocalAccountIdentification)
func (*NullableUSLocalAccountIdentification) UnmarshalJSON ¶
func (v *NullableUSLocalAccountIdentification) UnmarshalJSON(src []byte) error
func (*NullableUSLocalAccountIdentification) Unset ¶
func (v *NullableUSLocalAccountIdentification) Unset()
type NullableUndefinedBeneficiary ¶
type NullableUndefinedBeneficiary struct {
// contains filtered or unexported fields
}
func NewNullableUndefinedBeneficiary ¶
func NewNullableUndefinedBeneficiary(val *UndefinedBeneficiary) *NullableUndefinedBeneficiary
func (NullableUndefinedBeneficiary) Get ¶
func (v NullableUndefinedBeneficiary) Get() *UndefinedBeneficiary
func (NullableUndefinedBeneficiary) IsSet ¶
func (v NullableUndefinedBeneficiary) IsSet() bool
func (NullableUndefinedBeneficiary) MarshalJSON ¶
func (v NullableUndefinedBeneficiary) MarshalJSON() ([]byte, error)
func (*NullableUndefinedBeneficiary) Set ¶
func (v *NullableUndefinedBeneficiary) Set(val *UndefinedBeneficiary)
func (*NullableUndefinedBeneficiary) UnmarshalJSON ¶
func (v *NullableUndefinedBeneficiary) UnmarshalJSON(src []byte) error
func (*NullableUndefinedBeneficiary) Unset ¶
func (v *NullableUndefinedBeneficiary) Unset()
type NullableUnincorporatedPartnership ¶
type NullableUnincorporatedPartnership struct {
// contains filtered or unexported fields
}
func NewNullableUnincorporatedPartnership ¶
func NewNullableUnincorporatedPartnership(val *UnincorporatedPartnership) *NullableUnincorporatedPartnership
func (NullableUnincorporatedPartnership) Get ¶
func (v NullableUnincorporatedPartnership) Get() *UnincorporatedPartnership
func (NullableUnincorporatedPartnership) IsSet ¶
func (v NullableUnincorporatedPartnership) IsSet() bool
func (NullableUnincorporatedPartnership) MarshalJSON ¶
func (v NullableUnincorporatedPartnership) MarshalJSON() ([]byte, error)
func (*NullableUnincorporatedPartnership) Set ¶
func (v *NullableUnincorporatedPartnership) Set(val *UnincorporatedPartnership)
func (*NullableUnincorporatedPartnership) UnmarshalJSON ¶
func (v *NullableUnincorporatedPartnership) UnmarshalJSON(src []byte) error
func (*NullableUnincorporatedPartnership) Unset ¶
func (v *NullableUnincorporatedPartnership) Unset()
type NullableVerificationDeadline ¶
type NullableVerificationDeadline struct {
// contains filtered or unexported fields
}
func NewNullableVerificationDeadline ¶
func NewNullableVerificationDeadline(val *VerificationDeadline) *NullableVerificationDeadline
func (NullableVerificationDeadline) Get ¶
func (v NullableVerificationDeadline) Get() *VerificationDeadline
func (NullableVerificationDeadline) IsSet ¶
func (v NullableVerificationDeadline) IsSet() bool
func (NullableVerificationDeadline) MarshalJSON ¶
func (v NullableVerificationDeadline) MarshalJSON() ([]byte, error)
func (*NullableVerificationDeadline) Set ¶
func (v *NullableVerificationDeadline) Set(val *VerificationDeadline)
func (*NullableVerificationDeadline) UnmarshalJSON ¶
func (v *NullableVerificationDeadline) UnmarshalJSON(src []byte) error
func (*NullableVerificationDeadline) Unset ¶
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 (v NullableVerificationError) Get() *VerificationError
func (NullableVerificationError) IsSet ¶
func (v NullableVerificationError) IsSet() bool
func (NullableVerificationError) MarshalJSON ¶
func (v NullableVerificationError) MarshalJSON() ([]byte, error)
func (*NullableVerificationError) Set ¶
func (v *NullableVerificationError) Set(val *VerificationError)
func (*NullableVerificationError) UnmarshalJSON ¶
func (v *NullableVerificationError) UnmarshalJSON(src []byte) error
func (*NullableVerificationError) Unset ¶
func (v *NullableVerificationError) Unset()
type NullableVerificationErrorRecursive ¶
type NullableVerificationErrorRecursive struct {
// contains filtered or unexported fields
}
func NewNullableVerificationErrorRecursive ¶
func NewNullableVerificationErrorRecursive(val *VerificationErrorRecursive) *NullableVerificationErrorRecursive
func (NullableVerificationErrorRecursive) Get ¶
func (v NullableVerificationErrorRecursive) Get() *VerificationErrorRecursive
func (NullableVerificationErrorRecursive) IsSet ¶
func (v NullableVerificationErrorRecursive) IsSet() bool
func (NullableVerificationErrorRecursive) MarshalJSON ¶
func (v NullableVerificationErrorRecursive) MarshalJSON() ([]byte, error)
func (*NullableVerificationErrorRecursive) Set ¶
func (v *NullableVerificationErrorRecursive) Set(val *VerificationErrorRecursive)
func (*NullableVerificationErrorRecursive) UnmarshalJSON ¶
func (v *NullableVerificationErrorRecursive) UnmarshalJSON(src []byte) error
func (*NullableVerificationErrorRecursive) Unset ¶
func (v *NullableVerificationErrorRecursive) Unset()
type NullableVerificationErrors ¶
type NullableVerificationErrors struct {
// contains filtered or unexported fields
}
func NewNullableVerificationErrors ¶
func NewNullableVerificationErrors(val *VerificationErrors) *NullableVerificationErrors
func (NullableVerificationErrors) Get ¶
func (v NullableVerificationErrors) Get() *VerificationErrors
func (NullableVerificationErrors) IsSet ¶
func (v NullableVerificationErrors) IsSet() bool
func (NullableVerificationErrors) MarshalJSON ¶
func (v NullableVerificationErrors) MarshalJSON() ([]byte, error)
func (*NullableVerificationErrors) Set ¶
func (v *NullableVerificationErrors) Set(val *VerificationErrors)
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 (v NullableWebDataExemption) Get() *WebDataExemption
func (NullableWebDataExemption) IsSet ¶
func (v NullableWebDataExemption) IsSet() bool
func (NullableWebDataExemption) MarshalJSON ¶
func (v NullableWebDataExemption) MarshalJSON() ([]byte, error)
func (*NullableWebDataExemption) Set ¶
func (v *NullableWebDataExemption) Set(val *WebDataExemption)
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 ¶
func (o *NumberAndBicAccountIdentification) GetBic() string
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 ¶
func (o *NumberAndBicAccountIdentification) GetType() string
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 ¶
func (o *NumberAndBicAccountIdentification) SetBic(v string)
SetBic sets field value
func (*NumberAndBicAccountIdentification) SetType ¶
func (o *NumberAndBicAccountIdentification) SetType(v string)
SetType sets field value
func (NumberAndBicAccountIdentification) ToMap ¶
func (o NumberAndBicAccountIdentification) ToMap() (map[string]interface{}, error)
type OnboardingLink ¶
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 ¶
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 valuesfor [marketplaces](https://docs.adyen.com/marketplaces/onboard-users/hosted#supported-languages) or [platforms](https://docs.adyen.com/platforms/onboard-users/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"` Settings *OnboardingLinkSettings `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() OnboardingLinkSettings
GetSettings returns the Settings field value if set, zero value otherwise.
func (*OnboardingLinkInfo) GetSettingsOk ¶
func (o *OnboardingLinkInfo) GetSettingsOk() (*OnboardingLinkSettings, 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 OnboardingLinkSettings)
SetSettings gets a reference to the given OnboardingLinkSettings 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 OnboardingLinkSettings ¶
type OnboardingLinkSettings struct { // The list of countries the user can choose from in hosted onboarding when `editPrefilledCountry` is allowed. The value must be in the two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code format. The array is empty by default, allowing all [countries and regions supported by hosted onboarding](https://docs.adyen.com/platforms/onboard-users/#hosted-onboarding). AcceptedCountries []string `json:"acceptedCountries,omitempty"` // Default value: **false** Indicates if the user can select the format for their payout account (if applicable). AllowBankAccountFormatSelection *bool `json:"allowBankAccountFormatSelection,omitempty"` // Default value: **false** Indicates if the user can select a payout account in a different EU/EEA location (including Switzerland and the UK) than the location of their legal entity. AllowIntraRegionCrossBorderPayout *bool `json:"allowIntraRegionCrossBorderPayout,omitempty"` // Default value: **true** Indicates if the user can change their legal entity type. ChangeLegalEntityType *bool `json:"changeLegalEntityType,omitempty"` // Default value: **true** Indicates if the user can change the country of their legal entity's address, for example the registered address of an organization. EditPrefilledCountry *bool `json:"editPrefilledCountry,omitempty"` // Default value: **true** Indicates whether the introduction screen is hidden for the user of the individual legal entity type. The introduction screen provides brief instructions for the subsequent steps in the hosted onboarding process. HideOnboardingIntroductionIndividual *bool `json:"hideOnboardingIntroductionIndividual,omitempty"` // Default value: **true** Indicates whether the introduction screen is hidden for the user of the organization legal entity type. The introduction screen provides brief instructions for the subsequent steps in the hosted onboarding process. HideOnboardingIntroductionOrganization *bool `json:"hideOnboardingIntroductionOrganization,omitempty"` // Default value: **true** Indicates whether the introduction screen is hidden for the user of the sole proprietorship legal entity type. The introduction screen provides brief instructions for the subsequent steps in the hosted onboarding process. HideOnboardingIntroductionSoleProprietor *bool `json:"hideOnboardingIntroductionSoleProprietor,omitempty"` // Default value: **true** Indicates whether the introduction screen is hidden for the user of the trust legal entity type. The introduction screen provides brief instructions for the subsequent steps in the hosted onboarding process. HideOnboardingIntroductionTrust *bool `json:"hideOnboardingIntroductionTrust,omitempty"` // Default value: **true** Indicates if the user can initiate the verification process through open banking providers, like Plaid or Tink. InstantBankVerification *bool `json:"instantBankVerification,omitempty"` // Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **ecomMoto** sales channel type. RequirePciSignEcomMoto *bool `json:"requirePciSignEcomMoto,omitempty"` // Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **eCommerce** sales channel type. RequirePciSignEcommerce *bool `json:"requirePciSignEcommerce,omitempty"` // Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **pos** sales channel type. RequirePciSignPos *bool `json:"requirePciSignPos,omitempty"` // Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **posMoto** sales channel type. RequirePciSignPosMoto *bool `json:"requirePciSignPosMoto,omitempty"` // The maximum number of transfer instruments the user can create. TransferInstrumentLimit *int32 `json:"transferInstrumentLimit,omitempty"` }
OnboardingLinkSettings struct for OnboardingLinkSettings
func NewOnboardingLinkSettings ¶
func NewOnboardingLinkSettings() *OnboardingLinkSettings
NewOnboardingLinkSettings instantiates a new OnboardingLinkSettings 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 NewOnboardingLinkSettingsWithDefaults ¶
func NewOnboardingLinkSettingsWithDefaults() *OnboardingLinkSettings
NewOnboardingLinkSettingsWithDefaults instantiates a new OnboardingLinkSettings 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 (*OnboardingLinkSettings) GetAcceptedCountries ¶
func (o *OnboardingLinkSettings) GetAcceptedCountries() []string
GetAcceptedCountries returns the AcceptedCountries field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetAcceptedCountriesOk ¶
func (o *OnboardingLinkSettings) GetAcceptedCountriesOk() ([]string, bool)
GetAcceptedCountriesOk returns a tuple with the AcceptedCountries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetAllowBankAccountFormatSelection ¶
func (o *OnboardingLinkSettings) GetAllowBankAccountFormatSelection() bool
GetAllowBankAccountFormatSelection returns the AllowBankAccountFormatSelection field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetAllowBankAccountFormatSelectionOk ¶
func (o *OnboardingLinkSettings) GetAllowBankAccountFormatSelectionOk() (*bool, bool)
GetAllowBankAccountFormatSelectionOk returns a tuple with the AllowBankAccountFormatSelection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetAllowIntraRegionCrossBorderPayout ¶
func (o *OnboardingLinkSettings) GetAllowIntraRegionCrossBorderPayout() bool
GetAllowIntraRegionCrossBorderPayout returns the AllowIntraRegionCrossBorderPayout field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetAllowIntraRegionCrossBorderPayoutOk ¶
func (o *OnboardingLinkSettings) GetAllowIntraRegionCrossBorderPayoutOk() (*bool, bool)
GetAllowIntraRegionCrossBorderPayoutOk returns a tuple with the AllowIntraRegionCrossBorderPayout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetChangeLegalEntityType ¶
func (o *OnboardingLinkSettings) GetChangeLegalEntityType() bool
GetChangeLegalEntityType returns the ChangeLegalEntityType field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetChangeLegalEntityTypeOk ¶
func (o *OnboardingLinkSettings) GetChangeLegalEntityTypeOk() (*bool, bool)
GetChangeLegalEntityTypeOk returns a tuple with the ChangeLegalEntityType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetEditPrefilledCountry ¶
func (o *OnboardingLinkSettings) GetEditPrefilledCountry() bool
GetEditPrefilledCountry returns the EditPrefilledCountry field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetEditPrefilledCountryOk ¶
func (o *OnboardingLinkSettings) GetEditPrefilledCountryOk() (*bool, bool)
GetEditPrefilledCountryOk returns a tuple with the EditPrefilledCountry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetHideOnboardingIntroductionIndividual ¶
func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionIndividual() bool
GetHideOnboardingIntroductionIndividual returns the HideOnboardingIntroductionIndividual field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetHideOnboardingIntroductionIndividualOk ¶
func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionIndividualOk() (*bool, bool)
GetHideOnboardingIntroductionIndividualOk returns a tuple with the HideOnboardingIntroductionIndividual field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetHideOnboardingIntroductionOrganization ¶
func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionOrganization() bool
GetHideOnboardingIntroductionOrganization returns the HideOnboardingIntroductionOrganization field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetHideOnboardingIntroductionOrganizationOk ¶
func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionOrganizationOk() (*bool, bool)
GetHideOnboardingIntroductionOrganizationOk returns a tuple with the HideOnboardingIntroductionOrganization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetHideOnboardingIntroductionSoleProprietor ¶
func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionSoleProprietor() bool
GetHideOnboardingIntroductionSoleProprietor returns the HideOnboardingIntroductionSoleProprietor field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetHideOnboardingIntroductionSoleProprietorOk ¶
func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionSoleProprietorOk() (*bool, bool)
GetHideOnboardingIntroductionSoleProprietorOk returns a tuple with the HideOnboardingIntroductionSoleProprietor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetHideOnboardingIntroductionTrust ¶
func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionTrust() bool
GetHideOnboardingIntroductionTrust returns the HideOnboardingIntroductionTrust field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetHideOnboardingIntroductionTrustOk ¶
func (o *OnboardingLinkSettings) GetHideOnboardingIntroductionTrustOk() (*bool, bool)
GetHideOnboardingIntroductionTrustOk returns a tuple with the HideOnboardingIntroductionTrust field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetInstantBankVerification ¶
func (o *OnboardingLinkSettings) GetInstantBankVerification() bool
GetInstantBankVerification returns the InstantBankVerification field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetInstantBankVerificationOk ¶
func (o *OnboardingLinkSettings) GetInstantBankVerificationOk() (*bool, bool)
GetInstantBankVerificationOk returns a tuple with the InstantBankVerification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetRequirePciSignEcomMoto ¶
func (o *OnboardingLinkSettings) GetRequirePciSignEcomMoto() bool
GetRequirePciSignEcomMoto returns the RequirePciSignEcomMoto field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetRequirePciSignEcomMotoOk ¶
func (o *OnboardingLinkSettings) GetRequirePciSignEcomMotoOk() (*bool, bool)
GetRequirePciSignEcomMotoOk returns a tuple with the RequirePciSignEcomMoto field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetRequirePciSignEcommerce ¶
func (o *OnboardingLinkSettings) GetRequirePciSignEcommerce() bool
GetRequirePciSignEcommerce returns the RequirePciSignEcommerce field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetRequirePciSignEcommerceOk ¶
func (o *OnboardingLinkSettings) GetRequirePciSignEcommerceOk() (*bool, bool)
GetRequirePciSignEcommerceOk returns a tuple with the RequirePciSignEcommerce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetRequirePciSignPos ¶
func (o *OnboardingLinkSettings) GetRequirePciSignPos() bool
GetRequirePciSignPos returns the RequirePciSignPos field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetRequirePciSignPosMoto ¶
func (o *OnboardingLinkSettings) GetRequirePciSignPosMoto() bool
GetRequirePciSignPosMoto returns the RequirePciSignPosMoto field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetRequirePciSignPosMotoOk ¶
func (o *OnboardingLinkSettings) GetRequirePciSignPosMotoOk() (*bool, bool)
GetRequirePciSignPosMotoOk returns a tuple with the RequirePciSignPosMoto field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetRequirePciSignPosOk ¶
func (o *OnboardingLinkSettings) GetRequirePciSignPosOk() (*bool, bool)
GetRequirePciSignPosOk returns a tuple with the RequirePciSignPos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) GetTransferInstrumentLimit ¶
func (o *OnboardingLinkSettings) GetTransferInstrumentLimit() int32
GetTransferInstrumentLimit returns the TransferInstrumentLimit field value if set, zero value otherwise.
func (*OnboardingLinkSettings) GetTransferInstrumentLimitOk ¶
func (o *OnboardingLinkSettings) GetTransferInstrumentLimitOk() (*int32, bool)
GetTransferInstrumentLimitOk returns a tuple with the TransferInstrumentLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OnboardingLinkSettings) HasAcceptedCountries ¶
func (o *OnboardingLinkSettings) HasAcceptedCountries() bool
HasAcceptedCountries returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasAllowBankAccountFormatSelection ¶
func (o *OnboardingLinkSettings) HasAllowBankAccountFormatSelection() bool
HasAllowBankAccountFormatSelection returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasAllowIntraRegionCrossBorderPayout ¶
func (o *OnboardingLinkSettings) HasAllowIntraRegionCrossBorderPayout() bool
HasAllowIntraRegionCrossBorderPayout returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasChangeLegalEntityType ¶
func (o *OnboardingLinkSettings) HasChangeLegalEntityType() bool
HasChangeLegalEntityType returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasEditPrefilledCountry ¶
func (o *OnboardingLinkSettings) HasEditPrefilledCountry() bool
HasEditPrefilledCountry returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasHideOnboardingIntroductionIndividual ¶
func (o *OnboardingLinkSettings) HasHideOnboardingIntroductionIndividual() bool
HasHideOnboardingIntroductionIndividual returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasHideOnboardingIntroductionOrganization ¶
func (o *OnboardingLinkSettings) HasHideOnboardingIntroductionOrganization() bool
HasHideOnboardingIntroductionOrganization returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasHideOnboardingIntroductionSoleProprietor ¶
func (o *OnboardingLinkSettings) HasHideOnboardingIntroductionSoleProprietor() bool
HasHideOnboardingIntroductionSoleProprietor returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasHideOnboardingIntroductionTrust ¶
func (o *OnboardingLinkSettings) HasHideOnboardingIntroductionTrust() bool
HasHideOnboardingIntroductionTrust returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasInstantBankVerification ¶
func (o *OnboardingLinkSettings) HasInstantBankVerification() bool
HasInstantBankVerification returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasRequirePciSignEcomMoto ¶
func (o *OnboardingLinkSettings) HasRequirePciSignEcomMoto() bool
HasRequirePciSignEcomMoto returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasRequirePciSignEcommerce ¶
func (o *OnboardingLinkSettings) HasRequirePciSignEcommerce() bool
HasRequirePciSignEcommerce returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasRequirePciSignPos ¶
func (o *OnboardingLinkSettings) HasRequirePciSignPos() bool
HasRequirePciSignPos returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasRequirePciSignPosMoto ¶
func (o *OnboardingLinkSettings) HasRequirePciSignPosMoto() bool
HasRequirePciSignPosMoto returns a boolean if a field has been set.
func (*OnboardingLinkSettings) HasTransferInstrumentLimit ¶
func (o *OnboardingLinkSettings) HasTransferInstrumentLimit() bool
HasTransferInstrumentLimit returns a boolean if a field has been set.
func (OnboardingLinkSettings) MarshalJSON ¶
func (o OnboardingLinkSettings) MarshalJSON() ([]byte, error)
func (*OnboardingLinkSettings) SetAcceptedCountries ¶
func (o *OnboardingLinkSettings) SetAcceptedCountries(v []string)
SetAcceptedCountries gets a reference to the given []string and assigns it to the AcceptedCountries field.
func (*OnboardingLinkSettings) SetAllowBankAccountFormatSelection ¶
func (o *OnboardingLinkSettings) SetAllowBankAccountFormatSelection(v bool)
SetAllowBankAccountFormatSelection gets a reference to the given bool and assigns it to the AllowBankAccountFormatSelection field.
func (*OnboardingLinkSettings) SetAllowIntraRegionCrossBorderPayout ¶
func (o *OnboardingLinkSettings) SetAllowIntraRegionCrossBorderPayout(v bool)
SetAllowIntraRegionCrossBorderPayout gets a reference to the given bool and assigns it to the AllowIntraRegionCrossBorderPayout field.
func (*OnboardingLinkSettings) SetChangeLegalEntityType ¶
func (o *OnboardingLinkSettings) SetChangeLegalEntityType(v bool)
SetChangeLegalEntityType gets a reference to the given bool and assigns it to the ChangeLegalEntityType field.
func (*OnboardingLinkSettings) SetEditPrefilledCountry ¶
func (o *OnboardingLinkSettings) SetEditPrefilledCountry(v bool)
SetEditPrefilledCountry gets a reference to the given bool and assigns it to the EditPrefilledCountry field.
func (*OnboardingLinkSettings) SetHideOnboardingIntroductionIndividual ¶
func (o *OnboardingLinkSettings) SetHideOnboardingIntroductionIndividual(v bool)
SetHideOnboardingIntroductionIndividual gets a reference to the given bool and assigns it to the HideOnboardingIntroductionIndividual field.
func (*OnboardingLinkSettings) SetHideOnboardingIntroductionOrganization ¶
func (o *OnboardingLinkSettings) SetHideOnboardingIntroductionOrganization(v bool)
SetHideOnboardingIntroductionOrganization gets a reference to the given bool and assigns it to the HideOnboardingIntroductionOrganization field.
func (*OnboardingLinkSettings) SetHideOnboardingIntroductionSoleProprietor ¶
func (o *OnboardingLinkSettings) SetHideOnboardingIntroductionSoleProprietor(v bool)
SetHideOnboardingIntroductionSoleProprietor gets a reference to the given bool and assigns it to the HideOnboardingIntroductionSoleProprietor field.
func (*OnboardingLinkSettings) SetHideOnboardingIntroductionTrust ¶
func (o *OnboardingLinkSettings) SetHideOnboardingIntroductionTrust(v bool)
SetHideOnboardingIntroductionTrust gets a reference to the given bool and assigns it to the HideOnboardingIntroductionTrust field.
func (*OnboardingLinkSettings) SetInstantBankVerification ¶
func (o *OnboardingLinkSettings) SetInstantBankVerification(v bool)
SetInstantBankVerification gets a reference to the given bool and assigns it to the InstantBankVerification field.
func (*OnboardingLinkSettings) SetRequirePciSignEcomMoto ¶
func (o *OnboardingLinkSettings) SetRequirePciSignEcomMoto(v bool)
SetRequirePciSignEcomMoto gets a reference to the given bool and assigns it to the RequirePciSignEcomMoto field.
func (*OnboardingLinkSettings) SetRequirePciSignEcommerce ¶
func (o *OnboardingLinkSettings) SetRequirePciSignEcommerce(v bool)
SetRequirePciSignEcommerce gets a reference to the given bool and assigns it to the RequirePciSignEcommerce field.
func (*OnboardingLinkSettings) SetRequirePciSignPos ¶
func (o *OnboardingLinkSettings) SetRequirePciSignPos(v bool)
SetRequirePciSignPos gets a reference to the given bool and assigns it to the RequirePciSignPos field.
func (*OnboardingLinkSettings) SetRequirePciSignPosMoto ¶
func (o *OnboardingLinkSettings) SetRequirePciSignPosMoto(v bool)
SetRequirePciSignPosMoto gets a reference to the given bool and assigns it to the RequirePciSignPosMoto field.
func (*OnboardingLinkSettings) SetTransferInstrumentLimit ¶
func (o *OnboardingLinkSettings) SetTransferInstrumentLimit(v int32)
SetTransferInstrumentLimit gets a reference to the given int32 and assigns it to the TransferInstrumentLimit field.
func (OnboardingLinkSettings) ToMap ¶
func (o OnboardingLinkSettings) 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) 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 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,omitempty"` // 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) GetCountryOfGoverningLaw ¶
func (o *Organization) GetCountryOfGoverningLaw() string
GetCountryOfGoverningLaw returns the CountryOfGoverningLaw field value if set, zero value otherwise.
func (*Organization) GetCountryOfGoverningLawOk ¶
func (o *Organization) GetCountryOfGoverningLawOk() (*string, bool)
GetCountryOfGoverningLawOk returns a tuple with the CountryOfGoverningLaw field value if set, nil otherwise and a boolean to check if the value has been 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) HasCountryOfGoverningLaw ¶
func (o *Organization) HasCountryOfGoverningLaw() bool
HasCountryOfGoverningLaw returns a boolean if a field 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) SetCountryOfGoverningLaw ¶
func (o *Organization) SetCountryOfGoverningLaw(v string)
SetCountryOfGoverningLaw gets a reference to the given string and assigns it to the CountryOfGoverningLaw field.
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) 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) ToMap ¶
func (o OwnerEntity) ToMap() (map[string]interface{}, error)
type PCIQuestionnairesApi ¶
PCIQuestionnairesApi service
func (*PCIQuestionnairesApi) GeneratePciQuestionnaire ¶
func (a *PCIQuestionnairesApi) GeneratePciQuestionnaire(ctx context.Context, r PCIQuestionnairesApiGeneratePciQuestionnaireInput) (GeneratePciDescriptionResponse, *http.Response, error)
GeneratePciQuestionnaire Generate PCI questionnaire
Generates the required PCI questionnaires based on the user's [salesChannel](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__reqParam_salesChannels).
@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 ¶
func (a *PCIQuestionnairesApi) GeneratePciQuestionnaireInput(id string) PCIQuestionnairesApiGeneratePciQuestionnaireInput
Prepare a request for GeneratePciQuestionnaire @param id The unique identifier of the legal entity to get PCI questionnaire information. @return PCIQuestionnairesApiGeneratePciQuestionnaireInput
func (*PCIQuestionnairesApi) GetPciQuestionnaire ¶
func (a *PCIQuestionnairesApi) GetPciQuestionnaire(ctx context.Context, r PCIQuestionnairesApiGetPciQuestionnaireInput) (GetPciQuestionnaireResponse, *http.Response, error)
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 ¶
func (a *PCIQuestionnairesApi) GetPciQuestionnaireDetails(ctx context.Context, r PCIQuestionnairesApiGetPciQuestionnaireDetailsInput) (GetPciQuestionnaireInfosResponse, *http.Response, error)
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 ¶
func (a *PCIQuestionnairesApi) GetPciQuestionnaireDetailsInput(id string) PCIQuestionnairesApiGetPciQuestionnaireDetailsInput
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 ¶
func (a *PCIQuestionnairesApi) SignPciQuestionnaire(ctx context.Context, r PCIQuestionnairesApiSignPciQuestionnaireInput) (PciSigningResponse, *http.Response, error)
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 ¶
func (a *PCIQuestionnairesApi) SignPciQuestionnaireInput(id string) PCIQuestionnairesApiSignPciQuestionnaireInput
Prepare a request for SignPciQuestionnaire @param id The legal entity ID of the user that has a contractual relationship with your platform. @return PCIQuestionnairesApiSignPciQuestionnaireInput
type PCIQuestionnairesApiGeneratePciQuestionnaireInput ¶
type PCIQuestionnairesApiGeneratePciQuestionnaireInput struct {
// contains filtered or unexported fields
}
All parameters accepted by PCIQuestionnairesApi.GeneratePciQuestionnaire
func (PCIQuestionnairesApiGeneratePciQuestionnaireInput) GeneratePciDescriptionRequest ¶
func (r PCIQuestionnairesApiGeneratePciQuestionnaireInput) GeneratePciDescriptionRequest(generatePciDescriptionRequest GeneratePciDescriptionRequest) PCIQuestionnairesApiGeneratePciQuestionnaireInput
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 ¶
func (r PCIQuestionnairesApiSignPciQuestionnaireInput) PciSigningRequest(pciSigningRequest PciSigningRequest) PCIQuestionnairesApiSignPciQuestionnaireInput
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 ¶
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 ¶
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 ¶
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 ¶
func (o *SGLocalAccountIdentification) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value
func (*SGLocalAccountIdentification) GetAccountNumberOk ¶
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 ¶
func (o *SGLocalAccountIdentification) GetBic() string
GetBic returns the Bic field value
func (*SGLocalAccountIdentification) GetBicOk ¶
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 ¶
func (o *SGLocalAccountIdentification) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SGLocalAccountIdentification) GetTypeOk ¶
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 ¶
func (o *SGLocalAccountIdentification) HasType() bool
HasType returns a boolean if a field has been set.
func (SGLocalAccountIdentification) MarshalJSON ¶
func (o SGLocalAccountIdentification) MarshalJSON() ([]byte, error)
func (*SGLocalAccountIdentification) SetAccountNumber ¶
func (o *SGLocalAccountIdentification) SetAccountNumber(v string)
SetAccountNumber sets field value
func (*SGLocalAccountIdentification) SetBic ¶
func (o *SGLocalAccountIdentification) SetBic(v string)
SetBic sets field value
func (*SGLocalAccountIdentification) SetType ¶
func (o *SGLocalAccountIdentification) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SGLocalAccountIdentification) ToMap ¶
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 SetTaxElectronicDeliveryConsentRequest ¶
type SetTaxElectronicDeliveryConsentRequest struct { // Consent to electronically deliver tax form US1099-K. US1099k *bool `json:"US1099k,omitempty"` }
SetTaxElectronicDeliveryConsentRequest struct for SetTaxElectronicDeliveryConsentRequest
func NewSetTaxElectronicDeliveryConsentRequest ¶
func NewSetTaxElectronicDeliveryConsentRequest() *SetTaxElectronicDeliveryConsentRequest
NewSetTaxElectronicDeliveryConsentRequest instantiates a new SetTaxElectronicDeliveryConsentRequest 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 NewSetTaxElectronicDeliveryConsentRequestWithDefaults ¶
func NewSetTaxElectronicDeliveryConsentRequestWithDefaults() *SetTaxElectronicDeliveryConsentRequest
NewSetTaxElectronicDeliveryConsentRequestWithDefaults instantiates a new SetTaxElectronicDeliveryConsentRequest 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 (*SetTaxElectronicDeliveryConsentRequest) GetUS1099k ¶
func (o *SetTaxElectronicDeliveryConsentRequest) GetUS1099k() bool
GetUS1099k returns the US1099k field value if set, zero value otherwise.
func (*SetTaxElectronicDeliveryConsentRequest) GetUS1099kOk ¶
func (o *SetTaxElectronicDeliveryConsentRequest) GetUS1099kOk() (*bool, bool)
GetUS1099kOk returns a tuple with the US1099k field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetTaxElectronicDeliveryConsentRequest) HasUS1099k ¶
func (o *SetTaxElectronicDeliveryConsentRequest) HasUS1099k() bool
HasUS1099k returns a boolean if a field has been set.
func (SetTaxElectronicDeliveryConsentRequest) MarshalJSON ¶
func (o SetTaxElectronicDeliveryConsentRequest) MarshalJSON() ([]byte, error)
func (*SetTaxElectronicDeliveryConsentRequest) SetUS1099k ¶
func (o *SetTaxElectronicDeliveryConsentRequest) SetUS1099k(v bool)
SetUS1099k gets a reference to the given bool and assigns it to the US1099k field.
func (SetTaxElectronicDeliveryConsentRequest) ToMap ¶
func (o SetTaxElectronicDeliveryConsentRequest) 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 tax information is absent. TaxAbsent common.NullableBool `json:"taxAbsent,omitempty"` // The tax information of the entity. TaxInformation []TaxInformation `json:"taxInformation,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) GetTaxAbsent ¶
func (o *SoleProprietorship) GetTaxAbsent() bool
GetTaxAbsent returns the TaxAbsent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SoleProprietorship) GetTaxAbsentOk ¶
func (o *SoleProprietorship) GetTaxAbsentOk() (*bool, bool)
GetTaxAbsentOk returns a tuple with the TaxAbsent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SoleProprietorship) GetTaxInformation ¶
func (o *SoleProprietorship) GetTaxInformation() []TaxInformation
GetTaxInformation returns the TaxInformation field value if set, zero value otherwise.
func (*SoleProprietorship) GetTaxInformationOk ¶
func (o *SoleProprietorship) 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 (*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) HasTaxAbsent ¶
func (o *SoleProprietorship) HasTaxAbsent() bool
HasTaxAbsent returns a boolean if a field has been set.
func (*SoleProprietorship) HasTaxInformation ¶
func (o *SoleProprietorship) HasTaxInformation() bool
HasTaxInformation 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) SetTaxAbsent ¶
func (o *SoleProprietorship) SetTaxAbsent(v bool)
SetTaxAbsent gets a reference to the given NullableBool and assigns it to the TaxAbsent field.
func (*SoleProprietorship) SetTaxAbsentNil ¶
func (o *SoleProprietorship) SetTaxAbsentNil()
SetTaxAbsentNil sets the value for TaxAbsent to be an explicit nil
func (*SoleProprietorship) SetTaxInformation ¶
func (o *SoleProprietorship) SetTaxInformation(v []TaxInformation)
SetTaxInformation gets a reference to the given []TaxInformation and assigns it to the TaxInformation 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)
func (*SoleProprietorship) UnsetTaxAbsent ¶
func (o *SoleProprietorship) UnsetTaxAbsent()
UnsetTaxAbsent ensures that no value is present for TaxAbsent, not even an explicit nil
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 since Legal Entity Management API v3 // This field will be removed in v4. 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 since Legal Entity Management API v3 This field will be removed in v4.
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 since Legal Entity Management API v3 This field will be removed in v4.
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 since Legal Entity Management API v3 This field will be removed in v4.
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 ¶
GetMarketIdentifier returns the MarketIdentifier field value if set, zero value otherwise.
func (*StockData) GetMarketIdentifierOk ¶
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 ¶
GetStockNumber returns the StockNumber field value if set, zero value otherwise.
func (*StockData) GetStockNumberOk ¶
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 ¶
GetTickerSymbol returns the TickerSymbol field value if set, zero value otherwise.
func (*StockData) GetTickerSymbolOk ¶
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 ¶
HasMarketIdentifier returns a boolean if a field has been set.
func (*StockData) HasStockNumber ¶
HasStockNumber returns a boolean if a field has been set.
func (*StockData) HasTickerSymbol ¶
HasTickerSymbol returns a boolean if a field has been set.
func (StockData) MarshalJSON ¶
func (*StockData) SetMarketIdentifier ¶
SetMarketIdentifier gets a reference to the given string and assigns it to the MarketIdentifier field.
func (*StockData) SetStockNumber ¶
SetStockNumber gets a reference to the given string and assigns it to the StockNumber field.
func (*StockData) SetTickerSymbol ¶
SetTickerSymbol gets a reference to the given string and assigns it to the TickerSymbol field.
type SupportingEntityCapability ¶
type SupportingEntityCapability struct { // Indicates whether the capability is allowed for the supporting entity. If a capability is allowed for a supporting entity but not for the parent legal entity, this means the legal entity has other supporting entities that failed verification. **You can use the allowed supporting entity** regardless of the verification status of other supporting entities. 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 capability of the supporting entity. 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 ¶
func (o *SupportingEntityCapability) GetId() string
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 TaxEDeliveryConsentApi ¶
TaxEDeliveryConsentApi service
func (*TaxEDeliveryConsentApi) CheckStatusOfConsentForElectronicDeliveryOfTaxForms ¶
func (a *TaxEDeliveryConsentApi) CheckStatusOfConsentForElectronicDeliveryOfTaxForms(ctx context.Context, r TaxEDeliveryConsentApiCheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput) (CheckTaxElectronicDeliveryConsentResponse, *http.Response, error)
CheckStatusOfConsentForElectronicDeliveryOfTaxForms Check the status of consent for electronic delivery of tax forms
Returns the consent status for electronic delivery of tax forms.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TaxEDeliveryConsentApiCheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput - Request parameters, see CheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput @return CheckTaxElectronicDeliveryConsentResponse, *http.Response, error
func (*TaxEDeliveryConsentApi) CheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput ¶
func (a *TaxEDeliveryConsentApi) CheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput(id string) TaxEDeliveryConsentApiCheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput
Prepare a request for CheckStatusOfConsentForElectronicDeliveryOfTaxForms @param id The unique identifier of the legal entity. For sole proprietorships, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization. @return TaxEDeliveryConsentApiCheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput
func (*TaxEDeliveryConsentApi) SetConsentStatusForElectronicDeliveryOfTaxForms ¶
func (a *TaxEDeliveryConsentApi) SetConsentStatusForElectronicDeliveryOfTaxForms(ctx context.Context, r TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput) (*http.Response, error)
SetConsentStatusForElectronicDeliveryOfTaxForms Set the consent status for electronic delivery of tax forms
Set the consent status for electronic delivery of tax forms.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param r TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput - Request parameters, see SetConsentStatusForElectronicDeliveryOfTaxFormsInput @return *http.Response, error
func (*TaxEDeliveryConsentApi) SetConsentStatusForElectronicDeliveryOfTaxFormsInput ¶
func (a *TaxEDeliveryConsentApi) SetConsentStatusForElectronicDeliveryOfTaxFormsInput(id string) TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput
Prepare a request for SetConsentStatusForElectronicDeliveryOfTaxForms @param id The unique identifier of the legal entity. For sole proprietorships, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization. @return TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput
type TaxEDeliveryConsentApiCheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput ¶
type TaxEDeliveryConsentApiCheckStatusOfConsentForElectronicDeliveryOfTaxFormsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TaxEDeliveryConsentApi.CheckStatusOfConsentForElectronicDeliveryOfTaxForms
type TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput ¶
type TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TaxEDeliveryConsentApi.SetConsentStatusForElectronicDeliveryOfTaxForms
func (TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput) SetTaxElectronicDeliveryConsentRequest ¶
func (r TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput) SetTaxElectronicDeliveryConsentRequest(setTaxElectronicDeliveryConsentRequest SetTaxElectronicDeliveryConsentRequest) TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput
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. Only provide if the country has multiple tax IDs: Singapore, 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. Only required if `businessType` is **other**. 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. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** 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 ¶
func (o *TermsOfServiceAcceptanceInfo) GetId() string
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 ¶
func (o *TermsOfServiceAcceptanceInfo) HasId() bool
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 ¶
func (o *TermsOfServiceAcceptanceInfo) SetId(v string)
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 ¶
TermsOfServiceApi service
func (*TermsOfServiceApi) AcceptTermsOfService ¶
func (a *TermsOfServiceApi) AcceptTermsOfService(ctx context.Context, r TermsOfServiceApiAcceptTermsOfServiceInput) (AcceptTermsOfServiceResponse, *http.Response, error)
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. For sole proprietorships, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization. For legal representatives of individuals, this is the ID of the individual. @param termsofservicedocumentid The unique identifier of the Terms of Service document. @return TermsOfServiceApiAcceptTermsOfServiceInput
func (*TermsOfServiceApi) GetTermsOfServiceDocument ¶
func (a *TermsOfServiceApi) GetTermsOfServiceDocument(ctx context.Context, r TermsOfServiceApiGetTermsOfServiceDocumentInput) (GetTermsOfServiceDocumentResponse, *http.Response, error)
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. For sole proprietorships, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization. @return TermsOfServiceApiGetTermsOfServiceDocumentInput
func (*TermsOfServiceApi) GetTermsOfServiceInformationForLegalEntity ¶
func (a *TermsOfServiceApi) GetTermsOfServiceInformationForLegalEntity(ctx context.Context, r TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput) (GetTermsOfServiceAcceptanceInfosResponse, *http.Response, error)
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. For sole proprietorships, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization. @return TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput
func (*TermsOfServiceApi) GetTermsOfServiceStatus ¶
func (a *TermsOfServiceApi) GetTermsOfServiceStatus(ctx context.Context, r TermsOfServiceApiGetTermsOfServiceStatusInput) (CalculateTermsOfServiceStatusResponse, *http.Response, error)
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 ¶
func (a *TermsOfServiceApi) GetTermsOfServiceStatusInput(id string) TermsOfServiceApiGetTermsOfServiceStatusInput
Prepare a request for GetTermsOfServiceStatus @param id The unique identifier of the legal entity. For sole proprietorships, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization. @return TermsOfServiceApiGetTermsOfServiceStatusInput
type TermsOfServiceApiAcceptTermsOfServiceInput ¶
type TermsOfServiceApiAcceptTermsOfServiceInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TermsOfServiceApi.AcceptTermsOfService
func (TermsOfServiceApiAcceptTermsOfServiceInput) AcceptTermsOfServiceRequest ¶
func (r TermsOfServiceApiAcceptTermsOfServiceInput) AcceptTermsOfServiceRequest(acceptTermsOfServiceRequest AcceptTermsOfServiceRequest) TermsOfServiceApiAcceptTermsOfServiceInput
type TermsOfServiceApiGetTermsOfServiceDocumentInput ¶
type TermsOfServiceApiGetTermsOfServiceDocumentInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TermsOfServiceApi.GetTermsOfServiceDocument
func (TermsOfServiceApiGetTermsOfServiceDocumentInput) GetTermsOfServiceDocumentRequest ¶
func (r TermsOfServiceApiGetTermsOfServiceDocumentInput) GetTermsOfServiceDocumentRequest(getTermsOfServiceDocumentRequest GetTermsOfServiceDocumentRequest) TermsOfServiceApiGetTermsOfServiceDocumentInput
type TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput ¶
type TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput struct {
// contains filtered or unexported fields
}
All parameters accepted by TermsOfServiceApi.GetTermsOfServiceInformationForLegalEntity
type TermsOfServiceApiGetTermsOfServiceStatusInput ¶
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 transfer instrument. 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"` // The verification errors related to capabilities for this transfer instrument. 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. If the transfer instrument is created using [instant bank account verification](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-08-hosted-onboarding), and it is a virtual bank account, these digits may be different from the last four digits of the masked 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 ¶
func (o *TransferInstrumentReference) GetId() string
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 ¶
TransferInstrumentsApi service
func (*TransferInstrumentsApi) CreateTransferInstrument ¶
func (a *TransferInstrumentsApi) CreateTransferInstrument(ctx context.Context, r TransferInstrumentsApiCreateTransferInstrumentInput) (TransferInstrument, *http.Response, error)
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 ¶
func (a *TransferInstrumentsApi) CreateTransferInstrumentInput() TransferInstrumentsApiCreateTransferInstrumentInput
Prepare a request for CreateTransferInstrument
@return TransferInstrumentsApiCreateTransferInstrumentInput
func (*TransferInstrumentsApi) DeleteTransferInstrument ¶
func (a *TransferInstrumentsApi) DeleteTransferInstrument(ctx context.Context, r TransferInstrumentsApiDeleteTransferInstrumentInput) (*http.Response, error)
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 ¶
func (a *TransferInstrumentsApi) DeleteTransferInstrumentInput(id string) TransferInstrumentsApiDeleteTransferInstrumentInput
Prepare a request for DeleteTransferInstrument @param id The unique identifier of the transfer instrument to be deleted. @return TransferInstrumentsApiDeleteTransferInstrumentInput
func (*TransferInstrumentsApi) GetTransferInstrument ¶
func (a *TransferInstrumentsApi) GetTransferInstrument(ctx context.Context, r TransferInstrumentsApiGetTransferInstrumentInput) (TransferInstrument, *http.Response, error)
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 ¶
func (a *TransferInstrumentsApi) GetTransferInstrumentInput(id string) TransferInstrumentsApiGetTransferInstrumentInput
Prepare a request for GetTransferInstrument @param id The unique identifier of the transfer instrument. @return TransferInstrumentsApiGetTransferInstrumentInput
func (*TransferInstrumentsApi) UpdateTransferInstrument ¶
func (a *TransferInstrumentsApi) UpdateTransferInstrument(ctx context.Context, r TransferInstrumentsApiUpdateTransferInstrumentInput) (TransferInstrument, *http.Response, error)
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 ¶
func (a *TransferInstrumentsApi) UpdateTransferInstrumentInput(id string) TransferInstrumentsApiUpdateTransferInstrumentInput
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 (r TransferInstrumentsApiCreateTransferInstrumentInput) TransferInstrumentInfo(transferInstrumentInfo TransferInstrumentInfo) TransferInstrumentsApiCreateTransferInstrumentInput
func (TransferInstrumentsApiCreateTransferInstrumentInput) XRequestedVerificationCode ¶
func (r TransferInstrumentsApiCreateTransferInstrumentInput) XRequestedVerificationCode(xRequestedVerificationCode string) TransferInstrumentsApiCreateTransferInstrumentInput
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 ¶
func (r TransferInstrumentsApiUpdateTransferInstrumentInput) TransferInstrumentInfo(transferInstrumentInfo TransferInstrumentInfo) TransferInstrumentsApiUpdateTransferInstrumentInput
func (TransferInstrumentsApiUpdateTransferInstrumentInput) XRequestedVerificationCode ¶
func (r TransferInstrumentsApiUpdateTransferInstrumentInput) XRequestedVerificationCode(xRequestedVerificationCode string) TransferInstrumentsApiUpdateTransferInstrumentInput
Use the requested verification code 0_0001 to resolve any suberrors associated with the transfer instrument. Requested verification codes can only be used in your test environment.
type Trust ¶
type Trust 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 tax information is absent. TaxAbsent common.NullableBool `json:"taxAbsent,omitempty"` // The tax information of the entity. TaxInformation []TaxInformation `json:"taxInformation,omitempty"` // Type of trust. Possible values for Australian trusts: **cashManagementTrust**, **corporateUnitTrust**, **deceasedEstate**, **discretionaryInvestmentTrust**, **discretionaryServicesManagementTrust**, **discretionaryTradingTrust**, **firstHomeSaverAccountsTrust**, **fixedTrust**, **fixedUnitTrust**, **hybridTrust**, **listedPublicUnitTrust**, **otherTrust**, **pooledSuperannuationTrust**, **publicTradingTrust**, **unlistedPublicUnitTrust**. Type string `json:"type"` // The undefined beneficiary information of the entity. UndefinedBeneficiaryInfo []UndefinedBeneficiary `json:"undefinedBeneficiaryInfo,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"` }
Trust struct for Trust
func NewTrust ¶
func NewTrust(countryOfGoverningLaw string, name string, registeredAddress Address, type_ string) *Trust
NewTrust instantiates a new Trust 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 NewTrustWithDefaults ¶
func NewTrustWithDefaults() *Trust
NewTrustWithDefaults instantiates a new Trust 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 (*Trust) GetCountryOfGoverningLaw ¶
GetCountryOfGoverningLaw returns the CountryOfGoverningLaw field value
func (*Trust) GetCountryOfGoverningLawOk ¶
GetCountryOfGoverningLawOk returns a tuple with the CountryOfGoverningLaw field value and a boolean to check if the value has been set.
func (*Trust) GetDateOfIncorporation ¶
GetDateOfIncorporation returns the DateOfIncorporation field value if set, zero value otherwise.
func (*Trust) GetDateOfIncorporationOk ¶
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 (*Trust) GetDoingBusinessAs ¶
GetDoingBusinessAs returns the DoingBusinessAs field value if set, zero value otherwise.
func (*Trust) GetDoingBusinessAsOk ¶
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 (*Trust) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Trust) GetPrincipalPlaceOfBusiness ¶
GetPrincipalPlaceOfBusiness returns the PrincipalPlaceOfBusiness field value if set, zero value otherwise.
func (*Trust) GetPrincipalPlaceOfBusinessOk ¶
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 (*Trust) GetRegisteredAddress ¶
GetRegisteredAddress returns the RegisteredAddress field value
func (*Trust) GetRegisteredAddressOk ¶
GetRegisteredAddressOk returns a tuple with the RegisteredAddress field value and a boolean to check if the value has been set.
func (*Trust) GetRegistrationNumber ¶
GetRegistrationNumber returns the RegistrationNumber field value if set, zero value otherwise.
func (*Trust) GetRegistrationNumberOk ¶
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 (*Trust) GetTaxAbsent ¶
GetTaxAbsent returns the TaxAbsent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Trust) GetTaxAbsentOk ¶
GetTaxAbsentOk returns a tuple with the TaxAbsent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Trust) GetTaxInformation ¶
func (o *Trust) GetTaxInformation() []TaxInformation
GetTaxInformation returns the TaxInformation field value if set, zero value otherwise.
func (*Trust) GetTaxInformationOk ¶
func (o *Trust) 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 (*Trust) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Trust) GetUndefinedBeneficiaryInfo ¶
func (o *Trust) GetUndefinedBeneficiaryInfo() []UndefinedBeneficiary
GetUndefinedBeneficiaryInfo returns the UndefinedBeneficiaryInfo field value if set, zero value otherwise.
func (*Trust) GetUndefinedBeneficiaryInfoOk ¶
func (o *Trust) GetUndefinedBeneficiaryInfoOk() ([]UndefinedBeneficiary, bool)
GetUndefinedBeneficiaryInfoOk returns a tuple with the UndefinedBeneficiaryInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trust) GetVatAbsenceReason ¶
GetVatAbsenceReason returns the VatAbsenceReason field value if set, zero value otherwise.
func (*Trust) GetVatAbsenceReasonOk ¶
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 (*Trust) GetVatNumber ¶
GetVatNumber returns the VatNumber field value if set, zero value otherwise.
func (*Trust) GetVatNumberOk ¶
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 (*Trust) HasDateOfIncorporation ¶
HasDateOfIncorporation returns a boolean if a field has been set.
func (*Trust) HasDoingBusinessAs ¶
HasDoingBusinessAs returns a boolean if a field has been set.
func (*Trust) HasPrincipalPlaceOfBusiness ¶
HasPrincipalPlaceOfBusiness returns a boolean if a field has been set.
func (*Trust) HasRegistrationNumber ¶
HasRegistrationNumber returns a boolean if a field has been set.
func (*Trust) HasTaxAbsent ¶
HasTaxAbsent returns a boolean if a field has been set.
func (*Trust) HasTaxInformation ¶
HasTaxInformation returns a boolean if a field has been set.
func (*Trust) HasUndefinedBeneficiaryInfo ¶
HasUndefinedBeneficiaryInfo returns a boolean if a field has been set.
func (*Trust) HasVatAbsenceReason ¶
HasVatAbsenceReason returns a boolean if a field has been set.
func (*Trust) HasVatNumber ¶
HasVatNumber returns a boolean if a field has been set.
func (Trust) MarshalJSON ¶
func (*Trust) SetCountryOfGoverningLaw ¶
SetCountryOfGoverningLaw sets field value
func (*Trust) SetDateOfIncorporation ¶
SetDateOfIncorporation gets a reference to the given string and assigns it to the DateOfIncorporation field.
func (*Trust) SetDoingBusinessAs ¶
SetDoingBusinessAs gets a reference to the given string and assigns it to the DoingBusinessAs field.
func (*Trust) SetPrincipalPlaceOfBusiness ¶
SetPrincipalPlaceOfBusiness gets a reference to the given Address and assigns it to the PrincipalPlaceOfBusiness field.
func (*Trust) SetRegisteredAddress ¶
SetRegisteredAddress sets field value
func (*Trust) SetRegistrationNumber ¶
SetRegistrationNumber gets a reference to the given string and assigns it to the RegistrationNumber field.
func (*Trust) SetTaxAbsent ¶
SetTaxAbsent gets a reference to the given NullableBool and assigns it to the TaxAbsent field.
func (*Trust) SetTaxAbsentNil ¶
func (o *Trust) SetTaxAbsentNil()
SetTaxAbsentNil sets the value for TaxAbsent to be an explicit nil
func (*Trust) SetTaxInformation ¶
func (o *Trust) SetTaxInformation(v []TaxInformation)
SetTaxInformation gets a reference to the given []TaxInformation and assigns it to the TaxInformation field.
func (*Trust) SetUndefinedBeneficiaryInfo ¶
func (o *Trust) SetUndefinedBeneficiaryInfo(v []UndefinedBeneficiary)
SetUndefinedBeneficiaryInfo gets a reference to the given []UndefinedBeneficiary and assigns it to the UndefinedBeneficiaryInfo field.
func (*Trust) SetVatAbsenceReason ¶
SetVatAbsenceReason gets a reference to the given string and assigns it to the VatAbsenceReason field.
func (*Trust) SetVatNumber ¶
SetVatNumber gets a reference to the given string and assigns it to the VatNumber field.
func (*Trust) UnsetTaxAbsent ¶
func (o *Trust) UnsetTaxAbsent()
UnsetTaxAbsent ensures that no value is present for TaxAbsent, not even an explicit nil
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 UndefinedBeneficiary ¶
type UndefinedBeneficiary struct { // The details of the undefined beneficiary. Description *string `json:"description,omitempty"` // The reference of the undefined beneficiary. Reference *string `json:"reference,omitempty"` }
UndefinedBeneficiary struct for UndefinedBeneficiary
func NewUndefinedBeneficiary ¶
func NewUndefinedBeneficiary() *UndefinedBeneficiary
NewUndefinedBeneficiary instantiates a new UndefinedBeneficiary 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 NewUndefinedBeneficiaryWithDefaults ¶
func NewUndefinedBeneficiaryWithDefaults() *UndefinedBeneficiary
NewUndefinedBeneficiaryWithDefaults instantiates a new UndefinedBeneficiary 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 (*UndefinedBeneficiary) GetDescription ¶
func (o *UndefinedBeneficiary) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UndefinedBeneficiary) GetDescriptionOk ¶
func (o *UndefinedBeneficiary) 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 (*UndefinedBeneficiary) GetReference ¶
func (o *UndefinedBeneficiary) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*UndefinedBeneficiary) GetReferenceOk ¶
func (o *UndefinedBeneficiary) 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 (*UndefinedBeneficiary) HasDescription ¶
func (o *UndefinedBeneficiary) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UndefinedBeneficiary) HasReference ¶
func (o *UndefinedBeneficiary) HasReference() bool
HasReference returns a boolean if a field has been set.
func (UndefinedBeneficiary) MarshalJSON ¶
func (o UndefinedBeneficiary) MarshalJSON() ([]byte, error)
func (*UndefinedBeneficiary) SetDescription ¶
func (o *UndefinedBeneficiary) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UndefinedBeneficiary) SetReference ¶
func (o *UndefinedBeneficiary) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (UndefinedBeneficiary) ToMap ¶
func (o UndefinedBeneficiary) ToMap() (map[string]interface{}, error)
type UnincorporatedPartnership ¶
type UnincorporatedPartnership 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"` // Short description about the Legal Arrangement. Description *string `json:"description,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 tax information of the entity. TaxInformation []TaxInformation `json:"taxInformation,omitempty"` // Type of Partnership. Possible values: * **limitedPartnership** * **generalPartnership** * **familyPartnership** * **commercialPartnership** * **publicPartnership** * **otherPartnership** * **gbr** * **gmbh** * **kgaa** * **cv** * **vof** * **maatschap** * **privateFundLimitedPartnership** * **businessTrustEntity** * **businessPartnership** Type string `json:"type"` // 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"` }
UnincorporatedPartnership struct for UnincorporatedPartnership
func NewUnincorporatedPartnership ¶
func NewUnincorporatedPartnership(countryOfGoverningLaw string, name string, registeredAddress Address, type_ string) *UnincorporatedPartnership
NewUnincorporatedPartnership instantiates a new UnincorporatedPartnership 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 NewUnincorporatedPartnershipWithDefaults ¶
func NewUnincorporatedPartnershipWithDefaults() *UnincorporatedPartnership
NewUnincorporatedPartnershipWithDefaults instantiates a new UnincorporatedPartnership 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 (*UnincorporatedPartnership) GetCountryOfGoverningLaw ¶
func (o *UnincorporatedPartnership) GetCountryOfGoverningLaw() string
GetCountryOfGoverningLaw returns the CountryOfGoverningLaw field value
func (*UnincorporatedPartnership) GetCountryOfGoverningLawOk ¶
func (o *UnincorporatedPartnership) GetCountryOfGoverningLawOk() (*string, bool)
GetCountryOfGoverningLawOk returns a tuple with the CountryOfGoverningLaw field value and a boolean to check if the value has been set.
func (*UnincorporatedPartnership) GetDateOfIncorporation ¶
func (o *UnincorporatedPartnership) GetDateOfIncorporation() string
GetDateOfIncorporation returns the DateOfIncorporation field value if set, zero value otherwise.
func (*UnincorporatedPartnership) GetDateOfIncorporationOk ¶
func (o *UnincorporatedPartnership) 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 (*UnincorporatedPartnership) GetDescription ¶
func (o *UnincorporatedPartnership) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UnincorporatedPartnership) GetDescriptionOk ¶
func (o *UnincorporatedPartnership) 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 (*UnincorporatedPartnership) GetDoingBusinessAs ¶
func (o *UnincorporatedPartnership) GetDoingBusinessAs() string
GetDoingBusinessAs returns the DoingBusinessAs field value if set, zero value otherwise.
func (*UnincorporatedPartnership) GetDoingBusinessAsOk ¶
func (o *UnincorporatedPartnership) 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 (*UnincorporatedPartnership) GetName ¶
func (o *UnincorporatedPartnership) GetName() string
GetName returns the Name field value
func (*UnincorporatedPartnership) GetNameOk ¶
func (o *UnincorporatedPartnership) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UnincorporatedPartnership) GetPrincipalPlaceOfBusiness ¶
func (o *UnincorporatedPartnership) GetPrincipalPlaceOfBusiness() Address
GetPrincipalPlaceOfBusiness returns the PrincipalPlaceOfBusiness field value if set, zero value otherwise.
func (*UnincorporatedPartnership) GetPrincipalPlaceOfBusinessOk ¶
func (o *UnincorporatedPartnership) 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 (*UnincorporatedPartnership) GetRegisteredAddress ¶
func (o *UnincorporatedPartnership) GetRegisteredAddress() Address
GetRegisteredAddress returns the RegisteredAddress field value
func (*UnincorporatedPartnership) GetRegisteredAddressOk ¶
func (o *UnincorporatedPartnership) GetRegisteredAddressOk() (*Address, bool)
GetRegisteredAddressOk returns a tuple with the RegisteredAddress field value and a boolean to check if the value has been set.
func (*UnincorporatedPartnership) GetRegistrationNumber ¶
func (o *UnincorporatedPartnership) GetRegistrationNumber() string
GetRegistrationNumber returns the RegistrationNumber field value if set, zero value otherwise.
func (*UnincorporatedPartnership) GetRegistrationNumberOk ¶
func (o *UnincorporatedPartnership) 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 (*UnincorporatedPartnership) GetTaxInformation ¶
func (o *UnincorporatedPartnership) GetTaxInformation() []TaxInformation
GetTaxInformation returns the TaxInformation field value if set, zero value otherwise.
func (*UnincorporatedPartnership) GetTaxInformationOk ¶
func (o *UnincorporatedPartnership) 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 (*UnincorporatedPartnership) GetType ¶
func (o *UnincorporatedPartnership) GetType() string
GetType returns the Type field value
func (*UnincorporatedPartnership) GetTypeOk ¶
func (o *UnincorporatedPartnership) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*UnincorporatedPartnership) GetVatAbsenceReason ¶
func (o *UnincorporatedPartnership) GetVatAbsenceReason() string
GetVatAbsenceReason returns the VatAbsenceReason field value if set, zero value otherwise.
func (*UnincorporatedPartnership) GetVatAbsenceReasonOk ¶
func (o *UnincorporatedPartnership) 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 (*UnincorporatedPartnership) GetVatNumber ¶
func (o *UnincorporatedPartnership) GetVatNumber() string
GetVatNumber returns the VatNumber field value if set, zero value otherwise.
func (*UnincorporatedPartnership) GetVatNumberOk ¶
func (o *UnincorporatedPartnership) 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 (*UnincorporatedPartnership) HasDateOfIncorporation ¶
func (o *UnincorporatedPartnership) HasDateOfIncorporation() bool
HasDateOfIncorporation returns a boolean if a field has been set.
func (*UnincorporatedPartnership) HasDescription ¶
func (o *UnincorporatedPartnership) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UnincorporatedPartnership) HasDoingBusinessAs ¶
func (o *UnincorporatedPartnership) HasDoingBusinessAs() bool
HasDoingBusinessAs returns a boolean if a field has been set.
func (*UnincorporatedPartnership) HasPrincipalPlaceOfBusiness ¶
func (o *UnincorporatedPartnership) HasPrincipalPlaceOfBusiness() bool
HasPrincipalPlaceOfBusiness returns a boolean if a field has been set.
func (*UnincorporatedPartnership) HasRegistrationNumber ¶
func (o *UnincorporatedPartnership) HasRegistrationNumber() bool
HasRegistrationNumber returns a boolean if a field has been set.
func (*UnincorporatedPartnership) HasTaxInformation ¶
func (o *UnincorporatedPartnership) HasTaxInformation() bool
HasTaxInformation returns a boolean if a field has been set.
func (*UnincorporatedPartnership) HasVatAbsenceReason ¶
func (o *UnincorporatedPartnership) HasVatAbsenceReason() bool
HasVatAbsenceReason returns a boolean if a field has been set.
func (*UnincorporatedPartnership) HasVatNumber ¶
func (o *UnincorporatedPartnership) HasVatNumber() bool
HasVatNumber returns a boolean if a field has been set.
func (UnincorporatedPartnership) MarshalJSON ¶
func (o UnincorporatedPartnership) MarshalJSON() ([]byte, error)
func (*UnincorporatedPartnership) SetCountryOfGoverningLaw ¶
func (o *UnincorporatedPartnership) SetCountryOfGoverningLaw(v string)
SetCountryOfGoverningLaw sets field value
func (*UnincorporatedPartnership) SetDateOfIncorporation ¶
func (o *UnincorporatedPartnership) SetDateOfIncorporation(v string)
SetDateOfIncorporation gets a reference to the given string and assigns it to the DateOfIncorporation field.
func (*UnincorporatedPartnership) SetDescription ¶
func (o *UnincorporatedPartnership) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UnincorporatedPartnership) SetDoingBusinessAs ¶
func (o *UnincorporatedPartnership) SetDoingBusinessAs(v string)
SetDoingBusinessAs gets a reference to the given string and assigns it to the DoingBusinessAs field.
func (*UnincorporatedPartnership) SetName ¶
func (o *UnincorporatedPartnership) SetName(v string)
SetName sets field value
func (*UnincorporatedPartnership) SetPrincipalPlaceOfBusiness ¶
func (o *UnincorporatedPartnership) SetPrincipalPlaceOfBusiness(v Address)
SetPrincipalPlaceOfBusiness gets a reference to the given Address and assigns it to the PrincipalPlaceOfBusiness field.
func (*UnincorporatedPartnership) SetRegisteredAddress ¶
func (o *UnincorporatedPartnership) SetRegisteredAddress(v Address)
SetRegisteredAddress sets field value
func (*UnincorporatedPartnership) SetRegistrationNumber ¶
func (o *UnincorporatedPartnership) SetRegistrationNumber(v string)
SetRegistrationNumber gets a reference to the given string and assigns it to the RegistrationNumber field.
func (*UnincorporatedPartnership) SetTaxInformation ¶
func (o *UnincorporatedPartnership) SetTaxInformation(v []TaxInformation)
SetTaxInformation gets a reference to the given []TaxInformation and assigns it to the TaxInformation field.
func (*UnincorporatedPartnership) SetType ¶
func (o *UnincorporatedPartnership) SetType(v string)
SetType sets field value
func (*UnincorporatedPartnership) SetVatAbsenceReason ¶
func (o *UnincorporatedPartnership) SetVatAbsenceReason(v string)
SetVatAbsenceReason gets a reference to the given string and assigns it to the VatAbsenceReason field.
func (*UnincorporatedPartnership) SetVatNumber ¶
func (o *UnincorporatedPartnership) SetVatNumber(v string)
SetVatNumber gets a reference to the given string and assigns it to the VatNumber field.
func (UnincorporatedPartnership) ToMap ¶
func (o UnincorporatedPartnership) ToMap() (map[string]interface{}, error)
type VerificationDeadline ¶
type VerificationDeadline struct { // The list of capabilities that will be disallowed if information is not reviewed by the time of the deadline Capabilities []string `json:"capabilities"` // The unique identifiers of the legal entity or supporting entities 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 ¶
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 ¶
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 ¶
func (o *VerificationDeadline) GetCapabilities() []string
GetCapabilities returns the Capabilities field value
func (*VerificationDeadline) GetCapabilitiesOk ¶
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 ¶
func (o *VerificationDeadline) GetEntityIds() []string
GetEntityIds returns the EntityIds field value if set, zero value otherwise.
func (*VerificationDeadline) GetEntityIdsOk ¶
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 ¶
func (o *VerificationDeadline) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value
func (*VerificationDeadline) GetExpiresAtOk ¶
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 ¶
func (o *VerificationDeadline) HasEntityIds() bool
HasEntityIds returns a boolean if a field has been set.
func (VerificationDeadline) MarshalJSON ¶
func (o VerificationDeadline) MarshalJSON() ([]byte, error)
func (*VerificationDeadline) SetCapabilities ¶
func (o *VerificationDeadline) SetCapabilities(v []string)
SetCapabilities sets field value
func (*VerificationDeadline) SetEntityIds ¶
func (o *VerificationDeadline) SetEntityIds(v []string)
SetEntityIds gets a reference to the given []string and assigns it to the EntityIds field.
func (*VerificationDeadline) SetExpiresAt ¶
func (o *VerificationDeadline) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (VerificationDeadline) ToMap ¶
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. Possible values: * **invalidInput** * **dataMissing** * **pendingStatus** * **rejected** * **dataReview** 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. Possible values: * **invalidInput** * **dataMissing** * **pendingStatus** * **rejected** * **dataReview** 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 ¶
GetWebAddress returns the WebAddress field value if set, zero value otherwise.
func (*WebData) GetWebAddressId ¶
GetWebAddressId returns the WebAddressId field value if set, zero value otherwise.
func (*WebData) GetWebAddressIdOk ¶
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 ¶
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 ¶
HasWebAddress returns a boolean if a field has been set.
func (*WebData) HasWebAddressId ¶
HasWebAddressId returns a boolean if a field has been set.
func (WebData) MarshalJSON ¶
func (*WebData) SetWebAddress ¶
SetWebAddress gets a reference to the given string and assigns it to the WebAddress field.
func (*WebData) SetWebAddressId ¶
SetWebAddressId gets a reference to the given string and assigns it to the WebAddressId field.
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 ¶
- api_business_lines.go
- api_documents.go
- api_hosted_onboarding.go
- api_legal_entities.go
- api_pci_questionnaires.go
- api_tax_e_delivery_consent.go
- api_terms_of_service.go
- api_transfer_instruments.go
- client.go
- model_accept_terms_of_service_request.go
- model_accept_terms_of_service_response.go
- model_additional_bank_identification.go
- model_address.go
- model_amount.go
- model_attachment.go
- model_au_local_account_identification.go
- model_bank_account_info.go
- model_bank_account_info_account_identification.go
- model_birth_data.go
- model_business_line.go
- model_business_line_info.go
- model_business_line_info_update.go
- model_business_lines.go
- model_ca_local_account_identification.go
- model_calculate_terms_of_service_status_response.go
- model_capability_problem.go
- model_capability_problem_entity.go
- model_capability_problem_entity_recursive.go
- model_capability_settings.go
- model_check_tax_electronic_delivery_consent_response.go
- model_cz_local_account_identification.go
- model_data_review_confirmation_response.go
- model_dk_local_account_identification.go
- model_document.go
- model_document_page.go
- model_document_reference.go
- model_entity_reference.go
- model_generate_pci_description_request.go
- model_generate_pci_description_response.go
- model_get_pci_questionnaire_infos_response.go
- model_get_pci_questionnaire_response.go
- model_get_terms_of_service_acceptance_infos_response.go
- model_get_terms_of_service_document_request.go
- model_get_terms_of_service_document_response.go
- model_hk_local_account_identification.go
- model_hu_local_account_identification.go
- model_iban_account_identification.go
- model_identification_data.go
- model_individual.go
- model_legal_entity.go
- model_legal_entity_association.go
- model_legal_entity_capability.go
- model_legal_entity_info.go
- model_legal_entity_info_required_type.go
- model_name.go
- model_no_local_account_identification.go
- model_number_and_bic_account_identification.go
- model_nz_local_account_identification.go
- model_onboarding_link.go
- model_onboarding_link_info.go
- model_onboarding_link_settings.go
- model_onboarding_theme.go
- model_onboarding_themes.go
- model_organization.go
- model_owner_entity.go
- model_pci_document_info.go
- model_pci_signing_request.go
- model_pci_signing_response.go
- model_phone_number.go
- model_pl_local_account_identification.go
- model_remediating_action.go
- model_se_local_account_identification.go
- model_service_error.go
- model_set_tax_electronic_delivery_consent_request.go
- model_sg_local_account_identification.go
- model_sole_proprietorship.go
- model_source_of_funds.go
- model_stock_data.go
- model_supporting_entity_capability.go
- model_tax_information.go
- model_tax_reporting_classification.go
- model_terms_of_service_acceptance_info.go
- model_transfer_instrument.go
- model_transfer_instrument_info.go
- model_transfer_instrument_reference.go
- model_trust.go
- model_uk_local_account_identification.go
- model_undefined_beneficiary.go
- model_unincorporated_partnership.go
- model_us_local_account_identification.go
- model_verification_deadline.go
- model_verification_error.go
- model_verification_error_recursive.go
- model_verification_errors.go
- model_web_data.go
- model_web_data_exemption.go