Versions in this module Expand all Collapse all v14 v14.0.0 Oct 21, 2024 Changes in this version + type APIClient struct + BusinessLinesApi *BusinessLinesApi + DocumentsApi *DocumentsApi + HostedOnboardingApi *HostedOnboardingApi + LegalEntitiesApi *LegalEntitiesApi + PCIQuestionnairesApi *PCIQuestionnairesApi + TaxEDeliveryConsentApi *TaxEDeliveryConsentApi + TermsOfServiceApi *TermsOfServiceApi + TransferInstrumentsApi *TransferInstrumentsApi + func NewAPIClient(client *common.Client) *APIClient + type AULocalAccountIdentification struct + AccountNumber string + BsbCode string + Type string + func NewAULocalAccountIdentification(accountNumber string, bsbCode string, type_ string) *AULocalAccountIdentification + func NewAULocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *AULocalAccountIdentification) SetBsbCode(v string) + func (o *AULocalAccountIdentification) SetType(v string) + func (o AULocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o AULocalAccountIdentification) ToMap() (map[string]interface{}, error) + type AcceptTermsOfServiceRequest struct + AcceptedBy string + IpAddress *string + func NewAcceptTermsOfServiceRequest(acceptedBy string) *AcceptTermsOfServiceRequest + func NewAcceptTermsOfServiceRequestWithDefaults() *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) SetAcceptedBy(v string) + func (o *AcceptTermsOfServiceRequest) SetIpAddress(v string) + func (o AcceptTermsOfServiceRequest) MarshalJSON() ([]byte, error) + func (o AcceptTermsOfServiceRequest) ToMap() (map[string]interface{}, error) + type AcceptTermsOfServiceResponse struct + AcceptedBy *string + Id *string + IpAddress *string + Language *string + TermsOfServiceDocumentId *string + Type *string + func NewAcceptTermsOfServiceResponse() *AcceptTermsOfServiceResponse + func NewAcceptTermsOfServiceResponseWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o AcceptTermsOfServiceResponse) ToMap() (map[string]interface{}, error) + type AdditionalBankIdentification struct + Code *string + Type *string + func NewAdditionalBankIdentification() *AdditionalBankIdentification + func NewAdditionalBankIdentificationWithDefaults() *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) SetCode(v string) + func (o *AdditionalBankIdentification) SetType(v string) + func (o AdditionalBankIdentification) MarshalJSON() ([]byte, error) + func (o AdditionalBankIdentification) ToMap() (map[string]interface{}, error) + type Address struct + City *string + Country string + PostalCode *string + StateOrProvince *string + Street *string + Street2 *string + func NewAddress(country string) *Address + func NewAddressWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o Address) ToMap() (map[string]interface{}, error) + type Amount struct + Currency *string + Value *int64 + func NewAmount() *Amount + func NewAmountWithDefaults() *Amount + func (o *Amount) GetCurrency() string + func (o *Amount) GetCurrencyOk() (*string, bool) + func (o *Amount) GetValue() int64 + func (o *Amount) GetValueOk() (*int64, bool) + func (o *Amount) HasCurrency() bool + func (o *Amount) HasValue() bool + func (o *Amount) SetCurrency(v string) + func (o *Amount) SetValue(v int64) + func (o Amount) MarshalJSON() ([]byte, error) + func (o Amount) ToMap() (map[string]interface{}, error) + type Attachment struct + Content string + ContentType *string + Filename *string + PageName *string + PageType *string + func NewAttachment(content string) *Attachment + func NewAttachmentWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o Attachment) ToMap() (map[string]interface{}, error) + type BankAccountInfo struct + AccountIdentification *BankAccountInfoAccountIdentification + AccountType *string + BankName *string + CountryCode *string + TrustedSource *bool + func NewBankAccountInfo() *BankAccountInfo + func NewBankAccountInfoWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o BankAccountInfo) ToMap() (map[string]interface{}, error) + 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 + 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 + func (dst *BankAccountInfoAccountIdentification) UnmarshalJSON(data []byte) error + func (obj *BankAccountInfoAccountIdentification) GetActualInstance() interface{} + func (src BankAccountInfoAccountIdentification) MarshalJSON() ([]byte, error) + type BirthData struct + DateOfBirth *string + func NewBirthData() *BirthData + func NewBirthDataWithDefaults() *BirthData + func (o *BirthData) GetDateOfBirth() string + func (o *BirthData) GetDateOfBirthOk() (*string, bool) + func (o *BirthData) HasDateOfBirth() bool + func (o *BirthData) SetDateOfBirth(v string) + func (o BirthData) MarshalJSON() ([]byte, error) + func (o BirthData) ToMap() (map[string]interface{}, error) + type BusinessLine struct + Capability *string + Id string + IndustryCode string + LegalEntityId string + Problems []CapabilityProblem + SalesChannels []string + Service string + SourceOfFunds *SourceOfFunds + WebData []WebData + WebDataExemption *WebDataExemption + func NewBusinessLine(id string, industryCode string, legalEntityId string, service string) *BusinessLine + func NewBusinessLineWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o BusinessLine) ToMap() (map[string]interface{}, error) + type BusinessLineInfo struct + Capability *string + IndustryCode string + LegalEntityId string + SalesChannels []string + Service string + SourceOfFunds *SourceOfFunds + WebData []WebData + WebDataExemption *WebDataExemption + func NewBusinessLineInfo(industryCode string, legalEntityId string, service string) *BusinessLineInfo + func NewBusinessLineInfoWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o BusinessLineInfo) ToMap() (map[string]interface{}, error) + type BusinessLineInfoUpdate struct + IndustryCode *string + SalesChannels []string + SourceOfFunds *SourceOfFunds + WebData []WebData + WebDataExemption *WebDataExemption + func NewBusinessLineInfoUpdate() *BusinessLineInfoUpdate + func NewBusinessLineInfoUpdateWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o BusinessLineInfoUpdate) ToMap() (map[string]interface{}, error) + type BusinessLines struct + BusinessLines []BusinessLine + func NewBusinessLines(businessLines []BusinessLine) *BusinessLines + func NewBusinessLinesWithDefaults() *BusinessLines + func (o *BusinessLines) GetBusinessLines() []BusinessLine + func (o *BusinessLines) GetBusinessLinesOk() ([]BusinessLine, bool) + func (o *BusinessLines) SetBusinessLines(v []BusinessLine) + func (o BusinessLines) MarshalJSON() ([]byte, error) + func (o BusinessLines) ToMap() (map[string]interface{}, error) + type BusinessLinesApi common.Service + 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 struct + func (r BusinessLinesApiCreateBusinessLineInput) BusinessLineInfo(businessLineInfo BusinessLineInfo) BusinessLinesApiCreateBusinessLineInput + type BusinessLinesApiDeleteBusinessLineInput struct + type BusinessLinesApiGetBusinessLineInput struct + type BusinessLinesApiUpdateBusinessLineInput struct + func (r BusinessLinesApiUpdateBusinessLineInput) BusinessLineInfoUpdate(businessLineInfoUpdate BusinessLineInfoUpdate) BusinessLinesApiUpdateBusinessLineInput + type CALocalAccountIdentification struct + AccountNumber string + AccountType *string + InstitutionNumber string + TransitNumber string + Type string + func NewCALocalAccountIdentification(accountNumber string, institutionNumber string, transitNumber string, ...) *CALocalAccountIdentification + func NewCALocalAccountIdentificationWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o CALocalAccountIdentification) ToMap() (map[string]interface{}, error) + type CZLocalAccountIdentification struct + AccountNumber string + BankCode string + Type string + func NewCZLocalAccountIdentification(accountNumber string, bankCode string, type_ string) *CZLocalAccountIdentification + func NewCZLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *CZLocalAccountIdentification) SetBankCode(v string) + func (o *CZLocalAccountIdentification) SetType(v string) + func (o CZLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o CZLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type CalculateTermsOfServiceStatusResponse struct + TermsOfServiceTypes []string + func NewCalculateTermsOfServiceStatusResponse() *CalculateTermsOfServiceStatusResponse + func NewCalculateTermsOfServiceStatusResponseWithDefaults() *CalculateTermsOfServiceStatusResponse + func (o *CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypes() []string + func (o *CalculateTermsOfServiceStatusResponse) GetTermsOfServiceTypesOk() ([]string, bool) + func (o *CalculateTermsOfServiceStatusResponse) HasTermsOfServiceTypes() bool + func (o *CalculateTermsOfServiceStatusResponse) SetTermsOfServiceTypes(v []string) + func (o CalculateTermsOfServiceStatusResponse) MarshalJSON() ([]byte, error) + func (o CalculateTermsOfServiceStatusResponse) ToMap() (map[string]interface{}, error) + type CapabilityProblem struct + Entity *CapabilityProblemEntity + VerificationErrors []VerificationError + func NewCapabilityProblem() *CapabilityProblem + func NewCapabilityProblemWithDefaults() *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) SetEntity(v CapabilityProblemEntity) + func (o *CapabilityProblem) SetVerificationErrors(v []VerificationError) + func (o CapabilityProblem) MarshalJSON() ([]byte, error) + func (o CapabilityProblem) ToMap() (map[string]interface{}, error) + type CapabilityProblemEntity struct + Documents []string + Id *string + Owner *CapabilityProblemEntityRecursive + Type *string + func NewCapabilityProblemEntity() *CapabilityProblemEntity + func NewCapabilityProblemEntityWithDefaults() *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) SetDocuments(v []string) + func (o *CapabilityProblemEntity) SetId(v string) + func (o *CapabilityProblemEntity) SetOwner(v CapabilityProblemEntityRecursive) + func (o *CapabilityProblemEntity) SetType(v string) + func (o CapabilityProblemEntity) MarshalJSON() ([]byte, error) + func (o CapabilityProblemEntity) ToMap() (map[string]interface{}, error) + type CapabilityProblemEntityRecursive struct + Documents []string + Id *string + Type *string + func NewCapabilityProblemEntityRecursive() *CapabilityProblemEntityRecursive + func NewCapabilityProblemEntityRecursiveWithDefaults() *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) SetDocuments(v []string) + func (o *CapabilityProblemEntityRecursive) SetId(v string) + func (o *CapabilityProblemEntityRecursive) SetType(v string) + func (o CapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error) + func (o CapabilityProblemEntityRecursive) ToMap() (map[string]interface{}, error) + type CapabilitySettings struct + AmountPerIndustry *map[string]Amount + AuthorizedCardUsers *bool + FundingSource []string + Interval *string + MaxAmount *Amount + func NewCapabilitySettings() *CapabilitySettings + func NewCapabilitySettingsWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o CapabilitySettings) ToMap() (map[string]interface{}, error) + type CheckTaxElectronicDeliveryConsentResponse struct + US1099k *bool + func NewCheckTaxElectronicDeliveryConsentResponse() *CheckTaxElectronicDeliveryConsentResponse + func NewCheckTaxElectronicDeliveryConsentResponseWithDefaults() *CheckTaxElectronicDeliveryConsentResponse + func (o *CheckTaxElectronicDeliveryConsentResponse) GetUS1099k() bool + func (o *CheckTaxElectronicDeliveryConsentResponse) GetUS1099kOk() (*bool, bool) + func (o *CheckTaxElectronicDeliveryConsentResponse) HasUS1099k() bool + func (o *CheckTaxElectronicDeliveryConsentResponse) SetUS1099k(v bool) + func (o CheckTaxElectronicDeliveryConsentResponse) MarshalJSON() ([]byte, error) + func (o CheckTaxElectronicDeliveryConsentResponse) ToMap() (map[string]interface{}, error) + type DKLocalAccountIdentification struct + AccountNumber string + BankCode string + Type string + func NewDKLocalAccountIdentification(accountNumber string, bankCode string, type_ string) *DKLocalAccountIdentification + func NewDKLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *DKLocalAccountIdentification) SetBankCode(v string) + func (o *DKLocalAccountIdentification) SetType(v string) + func (o DKLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o DKLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type DataReviewConfirmationResponse struct + DataReviewedAt *string + func NewDataReviewConfirmationResponse() *DataReviewConfirmationResponse + func NewDataReviewConfirmationResponseWithDefaults() *DataReviewConfirmationResponse + func (o *DataReviewConfirmationResponse) GetDataReviewedAt() string + func (o *DataReviewConfirmationResponse) GetDataReviewedAtOk() (*string, bool) + func (o *DataReviewConfirmationResponse) HasDataReviewedAt() bool + func (o *DataReviewConfirmationResponse) SetDataReviewedAt(v string) + func (o DataReviewConfirmationResponse) MarshalJSON() ([]byte, error) + func (o DataReviewConfirmationResponse) ToMap() (map[string]interface{}, error) + type Document struct + Attachment *Attachment + Attachments []Attachment + CreationDate *time.Time + Description string + ExpiryDate *string + FileName *string + Id *string + IssuerCountry *string + IssuerState *string + ModificationDate *time.Time + Number *string + Owner *OwnerEntity + Type string + func NewDocument(description string, type_ string) *Document + func NewDocumentWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o Document) ToMap() (map[string]interface{}, error) + type DocumentPage struct + PageName *string + PageNumber *int32 + Type *string + func NewDocumentPage() *DocumentPage + func NewDocumentPageWithDefaults() *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) SetPageName(v string) + func (o *DocumentPage) SetPageNumber(v int32) + func (o *DocumentPage) SetType(v string) + func (o DocumentPage) MarshalJSON() ([]byte, error) + func (o DocumentPage) ToMap() (map[string]interface{}, error) + type DocumentReference struct + Active *bool + Description *string + FileName *string + Id *string + ModificationDate *time.Time + Pages []DocumentPage + Type *string + func NewDocumentReference() *DocumentReference + func NewDocumentReferenceWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o DocumentReference) ToMap() (map[string]interface{}, error) + type DocumentsApi common.Service + 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 struct + type DocumentsApiGetDocumentInput struct + func (r DocumentsApiGetDocumentInput) SkipContent(skipContent bool) DocumentsApiGetDocumentInput + type DocumentsApiUpdateDocumentInput struct + func (r DocumentsApiUpdateDocumentInput) Document(document Document) DocumentsApiUpdateDocumentInput + func (r DocumentsApiUpdateDocumentInput) XRequestedVerificationCode(xRequestedVerificationCode string) DocumentsApiUpdateDocumentInput + type DocumentsApiUploadDocumentForVerificationChecksInput struct + func (r DocumentsApiUploadDocumentForVerificationChecksInput) Document(document Document) DocumentsApiUploadDocumentForVerificationChecksInput + func (r DocumentsApiUploadDocumentForVerificationChecksInput) XRequestedVerificationCode(xRequestedVerificationCode string) DocumentsApiUploadDocumentForVerificationChecksInput + type EntityReference struct + Id *string + func NewEntityReference() *EntityReference + func NewEntityReferenceWithDefaults() *EntityReference + func (o *EntityReference) GetId() string + func (o *EntityReference) GetIdOk() (*string, bool) + func (o *EntityReference) HasId() bool + func (o *EntityReference) SetId(v string) + func (o EntityReference) MarshalJSON() ([]byte, error) + func (o EntityReference) ToMap() (map[string]interface{}, error) + type GeneratePciDescriptionRequest struct + AdditionalSalesChannels []string + Language *string + func NewGeneratePciDescriptionRequest() *GeneratePciDescriptionRequest + func NewGeneratePciDescriptionRequestWithDefaults() *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) SetAdditionalSalesChannels(v []string) + func (o *GeneratePciDescriptionRequest) SetLanguage(v string) + func (o GeneratePciDescriptionRequest) MarshalJSON() ([]byte, error) + func (o GeneratePciDescriptionRequest) ToMap() (map[string]interface{}, error) + type GeneratePciDescriptionResponse struct + Content *string + Language *string + PciTemplateReferences []string + func NewGeneratePciDescriptionResponse() *GeneratePciDescriptionResponse + func NewGeneratePciDescriptionResponseWithDefaults() *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) SetContent(v string) + func (o *GeneratePciDescriptionResponse) SetLanguage(v string) + func (o *GeneratePciDescriptionResponse) SetPciTemplateReferences(v []string) + func (o GeneratePciDescriptionResponse) MarshalJSON() ([]byte, error) + func (o GeneratePciDescriptionResponse) ToMap() (map[string]interface{}, error) + type GetPciQuestionnaireInfosResponse struct + Data []PciDocumentInfo + func NewGetPciQuestionnaireInfosResponse() *GetPciQuestionnaireInfosResponse + func NewGetPciQuestionnaireInfosResponseWithDefaults() *GetPciQuestionnaireInfosResponse + func (o *GetPciQuestionnaireInfosResponse) GetData() []PciDocumentInfo + func (o *GetPciQuestionnaireInfosResponse) GetDataOk() ([]PciDocumentInfo, bool) + func (o *GetPciQuestionnaireInfosResponse) HasData() bool + func (o *GetPciQuestionnaireInfosResponse) SetData(v []PciDocumentInfo) + func (o GetPciQuestionnaireInfosResponse) MarshalJSON() ([]byte, error) + func (o GetPciQuestionnaireInfosResponse) ToMap() (map[string]interface{}, error) + type GetPciQuestionnaireResponse struct + Content *string + CreatedAt *time.Time + Id *string + ValidUntil *time.Time + func NewGetPciQuestionnaireResponse() *GetPciQuestionnaireResponse + func NewGetPciQuestionnaireResponseWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o GetPciQuestionnaireResponse) ToMap() (map[string]interface{}, error) + type GetTermsOfServiceAcceptanceInfosResponse struct + Data []TermsOfServiceAcceptanceInfo + func NewGetTermsOfServiceAcceptanceInfosResponse() *GetTermsOfServiceAcceptanceInfosResponse + func NewGetTermsOfServiceAcceptanceInfosResponseWithDefaults() *GetTermsOfServiceAcceptanceInfosResponse + func (o *GetTermsOfServiceAcceptanceInfosResponse) GetData() []TermsOfServiceAcceptanceInfo + func (o *GetTermsOfServiceAcceptanceInfosResponse) GetDataOk() ([]TermsOfServiceAcceptanceInfo, bool) + func (o *GetTermsOfServiceAcceptanceInfosResponse) HasData() bool + func (o *GetTermsOfServiceAcceptanceInfosResponse) SetData(v []TermsOfServiceAcceptanceInfo) + func (o GetTermsOfServiceAcceptanceInfosResponse) MarshalJSON() ([]byte, error) + func (o GetTermsOfServiceAcceptanceInfosResponse) ToMap() (map[string]interface{}, error) + type GetTermsOfServiceDocumentRequest struct + Language string + TermsOfServiceDocumentFormat *string + Type string + func NewGetTermsOfServiceDocumentRequest(language string, type_ string) *GetTermsOfServiceDocumentRequest + func NewGetTermsOfServiceDocumentRequestWithDefaults() *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) SetLanguage(v string) + func (o *GetTermsOfServiceDocumentRequest) SetTermsOfServiceDocumentFormat(v string) + func (o *GetTermsOfServiceDocumentRequest) SetType(v string) + func (o GetTermsOfServiceDocumentRequest) MarshalJSON() ([]byte, error) + func (o GetTermsOfServiceDocumentRequest) ToMap() (map[string]interface{}, error) + type GetTermsOfServiceDocumentResponse struct + Document *string + Id *string + Language *string + TermsOfServiceDocumentFormat *string + TermsOfServiceDocumentId *string + Type *string + func NewGetTermsOfServiceDocumentResponse() *GetTermsOfServiceDocumentResponse + func NewGetTermsOfServiceDocumentResponseWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o GetTermsOfServiceDocumentResponse) ToMap() (map[string]interface{}, error) + type HKLocalAccountIdentification struct + AccountNumber string + ClearingCode string + Type string + func NewHKLocalAccountIdentification(accountNumber string, clearingCode string, type_ string) *HKLocalAccountIdentification + func NewHKLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *HKLocalAccountIdentification) SetClearingCode(v string) + func (o *HKLocalAccountIdentification) SetType(v string) + func (o HKLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o HKLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type HULocalAccountIdentification struct + AccountNumber string + Type string + func NewHULocalAccountIdentification(accountNumber string, type_ string) *HULocalAccountIdentification + func NewHULocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *HULocalAccountIdentification) SetType(v string) + func (o HULocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o HULocalAccountIdentification) ToMap() (map[string]interface{}, error) + type HostedOnboardingApi common.Service + 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 struct + func (r HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput) OnboardingLinkInfo(onboardingLinkInfo OnboardingLinkInfo) HostedOnboardingApiGetLinkToAdyenhostedOnboardingPageInput + type HostedOnboardingApiGetOnboardingLinkThemeInput struct + type HostedOnboardingApiListHostedOnboardingPageThemesInput struct + type IbanAccountIdentification struct + Iban string + Type string + func NewIbanAccountIdentification(iban string, type_ string) *IbanAccountIdentification + func NewIbanAccountIdentificationWithDefaults() *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) SetIban(v string) + func (o *IbanAccountIdentification) SetType(v string) + func (o IbanAccountIdentification) MarshalJSON() ([]byte, error) + func (o IbanAccountIdentification) ToMap() (map[string]interface{}, error) + type IdentificationData struct + CardNumber *string + ExpiryDate *string + IssuerCountry *string + IssuerState *string + NationalIdExempt *bool + Number *string + Type string + func NewIdentificationData(type_ string) *IdentificationData + func NewIdentificationDataWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o IdentificationData) ToMap() (map[string]interface{}, error) + type Individual struct + BirthData *BirthData + Email *string + IdentificationData *IdentificationData + Name Name + Nationality *string + Phone *PhoneNumber + ResidentialAddress Address + TaxInformation []TaxInformation + WebData *WebData + func NewIndividual(name Name, residentialAddress Address) *Individual + func NewIndividualWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o Individual) ToMap() (map[string]interface{}, error) + type LegalEntitiesApi common.Service + 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 struct + type LegalEntitiesApiConfirmDataReviewInput struct + type LegalEntitiesApiCreateLegalEntityInput struct + func (r LegalEntitiesApiCreateLegalEntityInput) LegalEntityInfoRequiredType(legalEntityInfoRequiredType LegalEntityInfoRequiredType) LegalEntitiesApiCreateLegalEntityInput + func (r LegalEntitiesApiCreateLegalEntityInput) XRequestedVerificationCode(xRequestedVerificationCode string) LegalEntitiesApiCreateLegalEntityInput + type LegalEntitiesApiGetAllBusinessLinesUnderLegalEntityInput struct + type LegalEntitiesApiGetLegalEntityInput struct + type LegalEntitiesApiUpdateLegalEntityInput struct + func (r LegalEntitiesApiUpdateLegalEntityInput) LegalEntityInfo(legalEntityInfo LegalEntityInfo) LegalEntitiesApiUpdateLegalEntityInput + func (r LegalEntitiesApiUpdateLegalEntityInput) XRequestedVerificationCode(xRequestedVerificationCode string) LegalEntitiesApiUpdateLegalEntityInput + type LegalEntity struct + Capabilities *map[string]LegalEntityCapability + DocumentDetails []DocumentReference + Documents []EntityReference + EntityAssociations []LegalEntityAssociation + Id string + Individual *Individual + Organization *Organization + Problems []CapabilityProblem + Reference *string + SoleProprietorship *SoleProprietorship + TransferInstruments []TransferInstrumentReference + Trust *Trust + Type *string + VerificationDeadlines []VerificationDeadline + VerificationPlan *string + func NewLegalEntity(id string) *LegalEntity + func NewLegalEntityWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o LegalEntity) ToMap() (map[string]interface{}, error) + type LegalEntityAssociation struct + AssociatorId *string + EntityType *string + JobTitle *string + LegalEntityId string + Name *string + Relationship *string + SettlorExemptionReason []string + Type string + func NewLegalEntityAssociation(legalEntityId string, type_ string) *LegalEntityAssociation + func NewLegalEntityAssociationWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o LegalEntityAssociation) ToMap() (map[string]interface{}, error) + type LegalEntityCapability struct + Allowed *bool + AllowedLevel *string + AllowedSettings *CapabilitySettings + Requested *bool + RequestedLevel *string + RequestedSettings *CapabilitySettings + TransferInstruments []SupportingEntityCapability + VerificationStatus *string + func NewLegalEntityCapability() *LegalEntityCapability + func NewLegalEntityCapabilityWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o LegalEntityCapability) ToMap() (map[string]interface{}, error) + type LegalEntityInfo struct + Capabilities *map[string]LegalEntityCapability + EntityAssociations []LegalEntityAssociation + Individual *Individual + Organization *Organization + Reference *string + SoleProprietorship *SoleProprietorship + Trust *Trust + Type *string + VerificationPlan *string + func NewLegalEntityInfo() *LegalEntityInfo + func NewLegalEntityInfoWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o LegalEntityInfo) ToMap() (map[string]interface{}, error) + type LegalEntityInfoRequiredType struct + Capabilities *map[string]LegalEntityCapability + EntityAssociations []LegalEntityAssociation + Individual *Individual + Organization *Organization + Reference *string + SoleProprietorship *SoleProprietorship + Trust *Trust + Type string + VerificationPlan *string + func NewLegalEntityInfoRequiredType(type_ string) *LegalEntityInfoRequiredType + func NewLegalEntityInfoRequiredTypeWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o LegalEntityInfoRequiredType) ToMap() (map[string]interface{}, error) + type NOLocalAccountIdentification struct + AccountNumber string + Type string + func NewNOLocalAccountIdentification(accountNumber string, type_ string) *NOLocalAccountIdentification + func NewNOLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *NOLocalAccountIdentification) SetType(v string) + func (o NOLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o NOLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type NZLocalAccountIdentification struct + AccountNumber string + Type string + func NewNZLocalAccountIdentification(accountNumber string, type_ string) *NZLocalAccountIdentification + func NewNZLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *NZLocalAccountIdentification) SetType(v string) + func (o NZLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o NZLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type Name struct + FirstName string + Infix *string + LastName string + func NewName(firstName string, lastName string) *Name + func NewNameWithDefaults() *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) SetFirstName(v string) + func (o *Name) SetInfix(v string) + func (o *Name) SetLastName(v string) + func (o Name) MarshalJSON() ([]byte, error) + func (o Name) ToMap() (map[string]interface{}, error) + type NullableAULocalAccountIdentification struct + func NewNullableAULocalAccountIdentification(val *AULocalAccountIdentification) *NullableAULocalAccountIdentification + func (v *NullableAULocalAccountIdentification) Set(val *AULocalAccountIdentification) + func (v *NullableAULocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableAULocalAccountIdentification) Unset() + func (v NullableAULocalAccountIdentification) Get() *AULocalAccountIdentification + func (v NullableAULocalAccountIdentification) IsSet() bool + func (v NullableAULocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableAcceptTermsOfServiceRequest struct + func NewNullableAcceptTermsOfServiceRequest(val *AcceptTermsOfServiceRequest) *NullableAcceptTermsOfServiceRequest + func (v *NullableAcceptTermsOfServiceRequest) Set(val *AcceptTermsOfServiceRequest) + func (v *NullableAcceptTermsOfServiceRequest) UnmarshalJSON(src []byte) error + func (v *NullableAcceptTermsOfServiceRequest) Unset() + func (v NullableAcceptTermsOfServiceRequest) Get() *AcceptTermsOfServiceRequest + func (v NullableAcceptTermsOfServiceRequest) IsSet() bool + func (v NullableAcceptTermsOfServiceRequest) MarshalJSON() ([]byte, error) + type NullableAcceptTermsOfServiceResponse struct + func NewNullableAcceptTermsOfServiceResponse(val *AcceptTermsOfServiceResponse) *NullableAcceptTermsOfServiceResponse + func (v *NullableAcceptTermsOfServiceResponse) Set(val *AcceptTermsOfServiceResponse) + func (v *NullableAcceptTermsOfServiceResponse) UnmarshalJSON(src []byte) error + func (v *NullableAcceptTermsOfServiceResponse) Unset() + func (v NullableAcceptTermsOfServiceResponse) Get() *AcceptTermsOfServiceResponse + func (v NullableAcceptTermsOfServiceResponse) IsSet() bool + func (v NullableAcceptTermsOfServiceResponse) MarshalJSON() ([]byte, error) + type NullableAdditionalBankIdentification struct + func NewNullableAdditionalBankIdentification(val *AdditionalBankIdentification) *NullableAdditionalBankIdentification + func (v *NullableAdditionalBankIdentification) Set(val *AdditionalBankIdentification) + func (v *NullableAdditionalBankIdentification) UnmarshalJSON(src []byte) error + func (v *NullableAdditionalBankIdentification) Unset() + func (v NullableAdditionalBankIdentification) Get() *AdditionalBankIdentification + func (v NullableAdditionalBankIdentification) IsSet() bool + func (v NullableAdditionalBankIdentification) MarshalJSON() ([]byte, error) + type NullableAddress struct + func NewNullableAddress(val *Address) *NullableAddress + func (v *NullableAddress) Set(val *Address) + func (v *NullableAddress) UnmarshalJSON(src []byte) error + func (v *NullableAddress) Unset() + func (v NullableAddress) Get() *Address + func (v NullableAddress) IsSet() bool + func (v NullableAddress) MarshalJSON() ([]byte, error) + type NullableAmount struct + func NewNullableAmount(val *Amount) *NullableAmount + func (v *NullableAmount) Set(val *Amount) + func (v *NullableAmount) UnmarshalJSON(src []byte) error + func (v *NullableAmount) Unset() + func (v NullableAmount) Get() *Amount + func (v NullableAmount) IsSet() bool + func (v NullableAmount) MarshalJSON() ([]byte, error) + type NullableAttachment struct + func NewNullableAttachment(val *Attachment) *NullableAttachment + func (v *NullableAttachment) Set(val *Attachment) + func (v *NullableAttachment) UnmarshalJSON(src []byte) error + func (v *NullableAttachment) Unset() + func (v NullableAttachment) Get() *Attachment + func (v NullableAttachment) IsSet() bool + func (v NullableAttachment) MarshalJSON() ([]byte, error) + type NullableBankAccountInfo struct + func NewNullableBankAccountInfo(val *BankAccountInfo) *NullableBankAccountInfo + func (v *NullableBankAccountInfo) Set(val *BankAccountInfo) + func (v *NullableBankAccountInfo) UnmarshalJSON(src []byte) error + func (v *NullableBankAccountInfo) Unset() + func (v NullableBankAccountInfo) Get() *BankAccountInfo + func (v NullableBankAccountInfo) IsSet() bool + func (v NullableBankAccountInfo) MarshalJSON() ([]byte, error) + type NullableBankAccountInfoAccountIdentification struct + func NewNullableBankAccountInfoAccountIdentification(val *BankAccountInfoAccountIdentification) *NullableBankAccountInfoAccountIdentification + func (v *NullableBankAccountInfoAccountIdentification) Set(val *BankAccountInfoAccountIdentification) + func (v *NullableBankAccountInfoAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableBankAccountInfoAccountIdentification) Unset() + func (v NullableBankAccountInfoAccountIdentification) Get() *BankAccountInfoAccountIdentification + func (v NullableBankAccountInfoAccountIdentification) IsSet() bool + func (v NullableBankAccountInfoAccountIdentification) MarshalJSON() ([]byte, error) + type NullableBirthData struct + func NewNullableBirthData(val *BirthData) *NullableBirthData + func (v *NullableBirthData) Set(val *BirthData) + func (v *NullableBirthData) UnmarshalJSON(src []byte) error + func (v *NullableBirthData) Unset() + func (v NullableBirthData) Get() *BirthData + func (v NullableBirthData) IsSet() bool + func (v NullableBirthData) MarshalJSON() ([]byte, error) + type NullableBusinessLine struct + func NewNullableBusinessLine(val *BusinessLine) *NullableBusinessLine + func (v *NullableBusinessLine) Set(val *BusinessLine) + func (v *NullableBusinessLine) UnmarshalJSON(src []byte) error + func (v *NullableBusinessLine) Unset() + func (v NullableBusinessLine) Get() *BusinessLine + func (v NullableBusinessLine) IsSet() bool + func (v NullableBusinessLine) MarshalJSON() ([]byte, error) + type NullableBusinessLineInfo struct + func NewNullableBusinessLineInfo(val *BusinessLineInfo) *NullableBusinessLineInfo + func (v *NullableBusinessLineInfo) Set(val *BusinessLineInfo) + func (v *NullableBusinessLineInfo) UnmarshalJSON(src []byte) error + func (v *NullableBusinessLineInfo) Unset() + func (v NullableBusinessLineInfo) Get() *BusinessLineInfo + func (v NullableBusinessLineInfo) IsSet() bool + func (v NullableBusinessLineInfo) MarshalJSON() ([]byte, error) + type NullableBusinessLineInfoUpdate struct + func NewNullableBusinessLineInfoUpdate(val *BusinessLineInfoUpdate) *NullableBusinessLineInfoUpdate + func (v *NullableBusinessLineInfoUpdate) Set(val *BusinessLineInfoUpdate) + func (v *NullableBusinessLineInfoUpdate) UnmarshalJSON(src []byte) error + func (v *NullableBusinessLineInfoUpdate) Unset() + func (v NullableBusinessLineInfoUpdate) Get() *BusinessLineInfoUpdate + func (v NullableBusinessLineInfoUpdate) IsSet() bool + func (v NullableBusinessLineInfoUpdate) MarshalJSON() ([]byte, error) + type NullableBusinessLines struct + func NewNullableBusinessLines(val *BusinessLines) *NullableBusinessLines + func (v *NullableBusinessLines) Set(val *BusinessLines) + func (v *NullableBusinessLines) UnmarshalJSON(src []byte) error + func (v *NullableBusinessLines) Unset() + func (v NullableBusinessLines) Get() *BusinessLines + func (v NullableBusinessLines) IsSet() bool + func (v NullableBusinessLines) MarshalJSON() ([]byte, error) + type NullableCALocalAccountIdentification struct + func NewNullableCALocalAccountIdentification(val *CALocalAccountIdentification) *NullableCALocalAccountIdentification + func (v *NullableCALocalAccountIdentification) Set(val *CALocalAccountIdentification) + func (v *NullableCALocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableCALocalAccountIdentification) Unset() + func (v NullableCALocalAccountIdentification) Get() *CALocalAccountIdentification + func (v NullableCALocalAccountIdentification) IsSet() bool + func (v NullableCALocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableCZLocalAccountIdentification struct + func NewNullableCZLocalAccountIdentification(val *CZLocalAccountIdentification) *NullableCZLocalAccountIdentification + func (v *NullableCZLocalAccountIdentification) Set(val *CZLocalAccountIdentification) + func (v *NullableCZLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableCZLocalAccountIdentification) Unset() + func (v NullableCZLocalAccountIdentification) Get() *CZLocalAccountIdentification + func (v NullableCZLocalAccountIdentification) IsSet() bool + func (v NullableCZLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableCalculateTermsOfServiceStatusResponse struct + func NewNullableCalculateTermsOfServiceStatusResponse(val *CalculateTermsOfServiceStatusResponse) *NullableCalculateTermsOfServiceStatusResponse + func (v *NullableCalculateTermsOfServiceStatusResponse) Set(val *CalculateTermsOfServiceStatusResponse) + func (v *NullableCalculateTermsOfServiceStatusResponse) UnmarshalJSON(src []byte) error + func (v *NullableCalculateTermsOfServiceStatusResponse) Unset() + func (v NullableCalculateTermsOfServiceStatusResponse) Get() *CalculateTermsOfServiceStatusResponse + func (v NullableCalculateTermsOfServiceStatusResponse) IsSet() bool + func (v NullableCalculateTermsOfServiceStatusResponse) MarshalJSON() ([]byte, error) + type NullableCapabilityProblem struct + func NewNullableCapabilityProblem(val *CapabilityProblem) *NullableCapabilityProblem + func (v *NullableCapabilityProblem) Set(val *CapabilityProblem) + func (v *NullableCapabilityProblem) UnmarshalJSON(src []byte) error + func (v *NullableCapabilityProblem) Unset() + func (v NullableCapabilityProblem) Get() *CapabilityProblem + func (v NullableCapabilityProblem) IsSet() bool + func (v NullableCapabilityProblem) MarshalJSON() ([]byte, error) + type NullableCapabilityProblemEntity struct + func NewNullableCapabilityProblemEntity(val *CapabilityProblemEntity) *NullableCapabilityProblemEntity + func (v *NullableCapabilityProblemEntity) Set(val *CapabilityProblemEntity) + func (v *NullableCapabilityProblemEntity) UnmarshalJSON(src []byte) error + func (v *NullableCapabilityProblemEntity) Unset() + func (v NullableCapabilityProblemEntity) Get() *CapabilityProblemEntity + func (v NullableCapabilityProblemEntity) IsSet() bool + func (v NullableCapabilityProblemEntity) MarshalJSON() ([]byte, error) + type NullableCapabilityProblemEntityRecursive struct + func NewNullableCapabilityProblemEntityRecursive(val *CapabilityProblemEntityRecursive) *NullableCapabilityProblemEntityRecursive + func (v *NullableCapabilityProblemEntityRecursive) Set(val *CapabilityProblemEntityRecursive) + func (v *NullableCapabilityProblemEntityRecursive) UnmarshalJSON(src []byte) error + func (v *NullableCapabilityProblemEntityRecursive) Unset() + func (v NullableCapabilityProblemEntityRecursive) Get() *CapabilityProblemEntityRecursive + func (v NullableCapabilityProblemEntityRecursive) IsSet() bool + func (v NullableCapabilityProblemEntityRecursive) MarshalJSON() ([]byte, error) + type NullableCapabilitySettings struct + func NewNullableCapabilitySettings(val *CapabilitySettings) *NullableCapabilitySettings + func (v *NullableCapabilitySettings) Set(val *CapabilitySettings) + func (v *NullableCapabilitySettings) UnmarshalJSON(src []byte) error + func (v *NullableCapabilitySettings) Unset() + func (v NullableCapabilitySettings) Get() *CapabilitySettings + func (v NullableCapabilitySettings) IsSet() bool + func (v NullableCapabilitySettings) MarshalJSON() ([]byte, error) + type NullableCheckTaxElectronicDeliveryConsentResponse struct + func NewNullableCheckTaxElectronicDeliveryConsentResponse(val *CheckTaxElectronicDeliveryConsentResponse) *NullableCheckTaxElectronicDeliveryConsentResponse + func (v *NullableCheckTaxElectronicDeliveryConsentResponse) Set(val *CheckTaxElectronicDeliveryConsentResponse) + func (v *NullableCheckTaxElectronicDeliveryConsentResponse) UnmarshalJSON(src []byte) error + func (v *NullableCheckTaxElectronicDeliveryConsentResponse) Unset() + func (v NullableCheckTaxElectronicDeliveryConsentResponse) Get() *CheckTaxElectronicDeliveryConsentResponse + func (v NullableCheckTaxElectronicDeliveryConsentResponse) IsSet() bool + func (v NullableCheckTaxElectronicDeliveryConsentResponse) MarshalJSON() ([]byte, error) + type NullableDKLocalAccountIdentification struct + func NewNullableDKLocalAccountIdentification(val *DKLocalAccountIdentification) *NullableDKLocalAccountIdentification + func (v *NullableDKLocalAccountIdentification) Set(val *DKLocalAccountIdentification) + func (v *NullableDKLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableDKLocalAccountIdentification) Unset() + func (v NullableDKLocalAccountIdentification) Get() *DKLocalAccountIdentification + func (v NullableDKLocalAccountIdentification) IsSet() bool + func (v NullableDKLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableDataReviewConfirmationResponse struct + func NewNullableDataReviewConfirmationResponse(val *DataReviewConfirmationResponse) *NullableDataReviewConfirmationResponse + func (v *NullableDataReviewConfirmationResponse) Set(val *DataReviewConfirmationResponse) + func (v *NullableDataReviewConfirmationResponse) UnmarshalJSON(src []byte) error + func (v *NullableDataReviewConfirmationResponse) Unset() + func (v NullableDataReviewConfirmationResponse) Get() *DataReviewConfirmationResponse + func (v NullableDataReviewConfirmationResponse) IsSet() bool + func (v NullableDataReviewConfirmationResponse) MarshalJSON() ([]byte, error) + type NullableDocument struct + func NewNullableDocument(val *Document) *NullableDocument + func (v *NullableDocument) Set(val *Document) + func (v *NullableDocument) UnmarshalJSON(src []byte) error + func (v *NullableDocument) Unset() + func (v NullableDocument) Get() *Document + func (v NullableDocument) IsSet() bool + func (v NullableDocument) MarshalJSON() ([]byte, error) + type NullableDocumentPage struct + func NewNullableDocumentPage(val *DocumentPage) *NullableDocumentPage + func (v *NullableDocumentPage) Set(val *DocumentPage) + func (v *NullableDocumentPage) UnmarshalJSON(src []byte) error + func (v *NullableDocumentPage) Unset() + func (v NullableDocumentPage) Get() *DocumentPage + func (v NullableDocumentPage) IsSet() bool + func (v NullableDocumentPage) MarshalJSON() ([]byte, error) + type NullableDocumentReference struct + func NewNullableDocumentReference(val *DocumentReference) *NullableDocumentReference + func (v *NullableDocumentReference) Set(val *DocumentReference) + func (v *NullableDocumentReference) UnmarshalJSON(src []byte) error + func (v *NullableDocumentReference) Unset() + func (v NullableDocumentReference) Get() *DocumentReference + func (v NullableDocumentReference) IsSet() bool + func (v NullableDocumentReference) MarshalJSON() ([]byte, error) + type NullableEntityReference struct + func NewNullableEntityReference(val *EntityReference) *NullableEntityReference + func (v *NullableEntityReference) Set(val *EntityReference) + func (v *NullableEntityReference) UnmarshalJSON(src []byte) error + func (v *NullableEntityReference) Unset() + func (v NullableEntityReference) Get() *EntityReference + func (v NullableEntityReference) IsSet() bool + func (v NullableEntityReference) MarshalJSON() ([]byte, error) + type NullableGeneratePciDescriptionRequest struct + func NewNullableGeneratePciDescriptionRequest(val *GeneratePciDescriptionRequest) *NullableGeneratePciDescriptionRequest + func (v *NullableGeneratePciDescriptionRequest) Set(val *GeneratePciDescriptionRequest) + func (v *NullableGeneratePciDescriptionRequest) UnmarshalJSON(src []byte) error + func (v *NullableGeneratePciDescriptionRequest) Unset() + func (v NullableGeneratePciDescriptionRequest) Get() *GeneratePciDescriptionRequest + func (v NullableGeneratePciDescriptionRequest) IsSet() bool + func (v NullableGeneratePciDescriptionRequest) MarshalJSON() ([]byte, error) + type NullableGeneratePciDescriptionResponse struct + func NewNullableGeneratePciDescriptionResponse(val *GeneratePciDescriptionResponse) *NullableGeneratePciDescriptionResponse + func (v *NullableGeneratePciDescriptionResponse) Set(val *GeneratePciDescriptionResponse) + func (v *NullableGeneratePciDescriptionResponse) UnmarshalJSON(src []byte) error + func (v *NullableGeneratePciDescriptionResponse) Unset() + func (v NullableGeneratePciDescriptionResponse) Get() *GeneratePciDescriptionResponse + func (v NullableGeneratePciDescriptionResponse) IsSet() bool + func (v NullableGeneratePciDescriptionResponse) MarshalJSON() ([]byte, error) + type NullableGetPciQuestionnaireInfosResponse struct + func NewNullableGetPciQuestionnaireInfosResponse(val *GetPciQuestionnaireInfosResponse) *NullableGetPciQuestionnaireInfosResponse + func (v *NullableGetPciQuestionnaireInfosResponse) Set(val *GetPciQuestionnaireInfosResponse) + func (v *NullableGetPciQuestionnaireInfosResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetPciQuestionnaireInfosResponse) Unset() + func (v NullableGetPciQuestionnaireInfosResponse) Get() *GetPciQuestionnaireInfosResponse + func (v NullableGetPciQuestionnaireInfosResponse) IsSet() bool + func (v NullableGetPciQuestionnaireInfosResponse) MarshalJSON() ([]byte, error) + type NullableGetPciQuestionnaireResponse struct + func NewNullableGetPciQuestionnaireResponse(val *GetPciQuestionnaireResponse) *NullableGetPciQuestionnaireResponse + func (v *NullableGetPciQuestionnaireResponse) Set(val *GetPciQuestionnaireResponse) + func (v *NullableGetPciQuestionnaireResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetPciQuestionnaireResponse) Unset() + func (v NullableGetPciQuestionnaireResponse) Get() *GetPciQuestionnaireResponse + func (v NullableGetPciQuestionnaireResponse) IsSet() bool + func (v NullableGetPciQuestionnaireResponse) MarshalJSON() ([]byte, error) + type NullableGetTermsOfServiceAcceptanceInfosResponse struct + func NewNullableGetTermsOfServiceAcceptanceInfosResponse(val *GetTermsOfServiceAcceptanceInfosResponse) *NullableGetTermsOfServiceAcceptanceInfosResponse + func (v *NullableGetTermsOfServiceAcceptanceInfosResponse) Set(val *GetTermsOfServiceAcceptanceInfosResponse) + func (v *NullableGetTermsOfServiceAcceptanceInfosResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetTermsOfServiceAcceptanceInfosResponse) Unset() + func (v NullableGetTermsOfServiceAcceptanceInfosResponse) Get() *GetTermsOfServiceAcceptanceInfosResponse + func (v NullableGetTermsOfServiceAcceptanceInfosResponse) IsSet() bool + func (v NullableGetTermsOfServiceAcceptanceInfosResponse) MarshalJSON() ([]byte, error) + type NullableGetTermsOfServiceDocumentRequest struct + func NewNullableGetTermsOfServiceDocumentRequest(val *GetTermsOfServiceDocumentRequest) *NullableGetTermsOfServiceDocumentRequest + func (v *NullableGetTermsOfServiceDocumentRequest) Set(val *GetTermsOfServiceDocumentRequest) + func (v *NullableGetTermsOfServiceDocumentRequest) UnmarshalJSON(src []byte) error + func (v *NullableGetTermsOfServiceDocumentRequest) Unset() + func (v NullableGetTermsOfServiceDocumentRequest) Get() *GetTermsOfServiceDocumentRequest + func (v NullableGetTermsOfServiceDocumentRequest) IsSet() bool + func (v NullableGetTermsOfServiceDocumentRequest) MarshalJSON() ([]byte, error) + type NullableGetTermsOfServiceDocumentResponse struct + func NewNullableGetTermsOfServiceDocumentResponse(val *GetTermsOfServiceDocumentResponse) *NullableGetTermsOfServiceDocumentResponse + func (v *NullableGetTermsOfServiceDocumentResponse) Set(val *GetTermsOfServiceDocumentResponse) + func (v *NullableGetTermsOfServiceDocumentResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetTermsOfServiceDocumentResponse) Unset() + func (v NullableGetTermsOfServiceDocumentResponse) Get() *GetTermsOfServiceDocumentResponse + func (v NullableGetTermsOfServiceDocumentResponse) IsSet() bool + func (v NullableGetTermsOfServiceDocumentResponse) MarshalJSON() ([]byte, error) + type NullableHKLocalAccountIdentification struct + func NewNullableHKLocalAccountIdentification(val *HKLocalAccountIdentification) *NullableHKLocalAccountIdentification + func (v *NullableHKLocalAccountIdentification) Set(val *HKLocalAccountIdentification) + func (v *NullableHKLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableHKLocalAccountIdentification) Unset() + func (v NullableHKLocalAccountIdentification) Get() *HKLocalAccountIdentification + func (v NullableHKLocalAccountIdentification) IsSet() bool + func (v NullableHKLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableHULocalAccountIdentification struct + func NewNullableHULocalAccountIdentification(val *HULocalAccountIdentification) *NullableHULocalAccountIdentification + func (v *NullableHULocalAccountIdentification) Set(val *HULocalAccountIdentification) + func (v *NullableHULocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableHULocalAccountIdentification) Unset() + func (v NullableHULocalAccountIdentification) Get() *HULocalAccountIdentification + func (v NullableHULocalAccountIdentification) IsSet() bool + func (v NullableHULocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableIbanAccountIdentification struct + func NewNullableIbanAccountIdentification(val *IbanAccountIdentification) *NullableIbanAccountIdentification + func (v *NullableIbanAccountIdentification) Set(val *IbanAccountIdentification) + func (v *NullableIbanAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableIbanAccountIdentification) Unset() + func (v NullableIbanAccountIdentification) Get() *IbanAccountIdentification + func (v NullableIbanAccountIdentification) IsSet() bool + func (v NullableIbanAccountIdentification) MarshalJSON() ([]byte, error) + type NullableIdentificationData struct + func NewNullableIdentificationData(val *IdentificationData) *NullableIdentificationData + func (v *NullableIdentificationData) Set(val *IdentificationData) + func (v *NullableIdentificationData) UnmarshalJSON(src []byte) error + func (v *NullableIdentificationData) Unset() + func (v NullableIdentificationData) Get() *IdentificationData + func (v NullableIdentificationData) IsSet() bool + func (v NullableIdentificationData) MarshalJSON() ([]byte, error) + type NullableIndividual struct + func NewNullableIndividual(val *Individual) *NullableIndividual + func (v *NullableIndividual) Set(val *Individual) + func (v *NullableIndividual) UnmarshalJSON(src []byte) error + func (v *NullableIndividual) Unset() + func (v NullableIndividual) Get() *Individual + func (v NullableIndividual) IsSet() bool + func (v NullableIndividual) MarshalJSON() ([]byte, error) + type NullableLegalEntity struct + func NewNullableLegalEntity(val *LegalEntity) *NullableLegalEntity + func (v *NullableLegalEntity) Set(val *LegalEntity) + func (v *NullableLegalEntity) UnmarshalJSON(src []byte) error + func (v *NullableLegalEntity) Unset() + func (v NullableLegalEntity) Get() *LegalEntity + func (v NullableLegalEntity) IsSet() bool + func (v NullableLegalEntity) MarshalJSON() ([]byte, error) + type NullableLegalEntityAssociation struct + func NewNullableLegalEntityAssociation(val *LegalEntityAssociation) *NullableLegalEntityAssociation + func (v *NullableLegalEntityAssociation) Set(val *LegalEntityAssociation) + func (v *NullableLegalEntityAssociation) UnmarshalJSON(src []byte) error + func (v *NullableLegalEntityAssociation) Unset() + func (v NullableLegalEntityAssociation) Get() *LegalEntityAssociation + func (v NullableLegalEntityAssociation) IsSet() bool + func (v NullableLegalEntityAssociation) MarshalJSON() ([]byte, error) + type NullableLegalEntityCapability struct + func NewNullableLegalEntityCapability(val *LegalEntityCapability) *NullableLegalEntityCapability + func (v *NullableLegalEntityCapability) Set(val *LegalEntityCapability) + func (v *NullableLegalEntityCapability) UnmarshalJSON(src []byte) error + func (v *NullableLegalEntityCapability) Unset() + func (v NullableLegalEntityCapability) Get() *LegalEntityCapability + func (v NullableLegalEntityCapability) IsSet() bool + func (v NullableLegalEntityCapability) MarshalJSON() ([]byte, error) + type NullableLegalEntityInfo struct + func NewNullableLegalEntityInfo(val *LegalEntityInfo) *NullableLegalEntityInfo + func (v *NullableLegalEntityInfo) Set(val *LegalEntityInfo) + func (v *NullableLegalEntityInfo) UnmarshalJSON(src []byte) error + func (v *NullableLegalEntityInfo) Unset() + func (v NullableLegalEntityInfo) Get() *LegalEntityInfo + func (v NullableLegalEntityInfo) IsSet() bool + func (v NullableLegalEntityInfo) MarshalJSON() ([]byte, error) + type NullableLegalEntityInfoRequiredType struct + func NewNullableLegalEntityInfoRequiredType(val *LegalEntityInfoRequiredType) *NullableLegalEntityInfoRequiredType + func (v *NullableLegalEntityInfoRequiredType) Set(val *LegalEntityInfoRequiredType) + func (v *NullableLegalEntityInfoRequiredType) UnmarshalJSON(src []byte) error + func (v *NullableLegalEntityInfoRequiredType) Unset() + func (v NullableLegalEntityInfoRequiredType) Get() *LegalEntityInfoRequiredType + func (v NullableLegalEntityInfoRequiredType) IsSet() bool + func (v NullableLegalEntityInfoRequiredType) MarshalJSON() ([]byte, error) + type NullableNOLocalAccountIdentification struct + func NewNullableNOLocalAccountIdentification(val *NOLocalAccountIdentification) *NullableNOLocalAccountIdentification + func (v *NullableNOLocalAccountIdentification) Set(val *NOLocalAccountIdentification) + func (v *NullableNOLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableNOLocalAccountIdentification) Unset() + func (v NullableNOLocalAccountIdentification) Get() *NOLocalAccountIdentification + func (v NullableNOLocalAccountIdentification) IsSet() bool + func (v NullableNOLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableNZLocalAccountIdentification struct + func NewNullableNZLocalAccountIdentification(val *NZLocalAccountIdentification) *NullableNZLocalAccountIdentification + func (v *NullableNZLocalAccountIdentification) Set(val *NZLocalAccountIdentification) + func (v *NullableNZLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableNZLocalAccountIdentification) Unset() + func (v NullableNZLocalAccountIdentification) Get() *NZLocalAccountIdentification + func (v NullableNZLocalAccountIdentification) IsSet() bool + func (v NullableNZLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableName struct + func NewNullableName(val *Name) *NullableName + func (v *NullableName) Set(val *Name) + func (v *NullableName) UnmarshalJSON(src []byte) error + func (v *NullableName) Unset() + func (v NullableName) Get() *Name + func (v NullableName) IsSet() bool + func (v NullableName) MarshalJSON() ([]byte, error) + type NullableNumberAndBicAccountIdentification struct + func NewNullableNumberAndBicAccountIdentification(val *NumberAndBicAccountIdentification) *NullableNumberAndBicAccountIdentification + func (v *NullableNumberAndBicAccountIdentification) Set(val *NumberAndBicAccountIdentification) + func (v *NullableNumberAndBicAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableNumberAndBicAccountIdentification) Unset() + func (v NullableNumberAndBicAccountIdentification) Get() *NumberAndBicAccountIdentification + func (v NullableNumberAndBicAccountIdentification) IsSet() bool + func (v NullableNumberAndBicAccountIdentification) MarshalJSON() ([]byte, error) + type NullableOnboardingLink struct + func NewNullableOnboardingLink(val *OnboardingLink) *NullableOnboardingLink + func (v *NullableOnboardingLink) Set(val *OnboardingLink) + func (v *NullableOnboardingLink) UnmarshalJSON(src []byte) error + func (v *NullableOnboardingLink) Unset() + func (v NullableOnboardingLink) Get() *OnboardingLink + func (v NullableOnboardingLink) IsSet() bool + func (v NullableOnboardingLink) MarshalJSON() ([]byte, error) + type NullableOnboardingLinkInfo struct + func NewNullableOnboardingLinkInfo(val *OnboardingLinkInfo) *NullableOnboardingLinkInfo + func (v *NullableOnboardingLinkInfo) Set(val *OnboardingLinkInfo) + func (v *NullableOnboardingLinkInfo) UnmarshalJSON(src []byte) error + func (v *NullableOnboardingLinkInfo) Unset() + func (v NullableOnboardingLinkInfo) Get() *OnboardingLinkInfo + func (v NullableOnboardingLinkInfo) IsSet() bool + func (v NullableOnboardingLinkInfo) MarshalJSON() ([]byte, error) + type NullableOnboardingLinkSettings struct + func NewNullableOnboardingLinkSettings(val *OnboardingLinkSettings) *NullableOnboardingLinkSettings + func (v *NullableOnboardingLinkSettings) Set(val *OnboardingLinkSettings) + func (v *NullableOnboardingLinkSettings) UnmarshalJSON(src []byte) error + func (v *NullableOnboardingLinkSettings) Unset() + func (v NullableOnboardingLinkSettings) Get() *OnboardingLinkSettings + func (v NullableOnboardingLinkSettings) IsSet() bool + func (v NullableOnboardingLinkSettings) MarshalJSON() ([]byte, error) + type NullableOnboardingTheme struct + func NewNullableOnboardingTheme(val *OnboardingTheme) *NullableOnboardingTheme + func (v *NullableOnboardingTheme) Set(val *OnboardingTheme) + func (v *NullableOnboardingTheme) UnmarshalJSON(src []byte) error + func (v *NullableOnboardingTheme) Unset() + func (v NullableOnboardingTheme) Get() *OnboardingTheme + func (v NullableOnboardingTheme) IsSet() bool + func (v NullableOnboardingTheme) MarshalJSON() ([]byte, error) + type NullableOnboardingThemes struct + func NewNullableOnboardingThemes(val *OnboardingThemes) *NullableOnboardingThemes + func (v *NullableOnboardingThemes) Set(val *OnboardingThemes) + func (v *NullableOnboardingThemes) UnmarshalJSON(src []byte) error + func (v *NullableOnboardingThemes) Unset() + func (v NullableOnboardingThemes) Get() *OnboardingThemes + func (v NullableOnboardingThemes) IsSet() bool + func (v NullableOnboardingThemes) MarshalJSON() ([]byte, error) + type NullableOrganization struct + func NewNullableOrganization(val *Organization) *NullableOrganization + func (v *NullableOrganization) Set(val *Organization) + func (v *NullableOrganization) UnmarshalJSON(src []byte) error + func (v *NullableOrganization) Unset() + func (v NullableOrganization) Get() *Organization + func (v NullableOrganization) IsSet() bool + func (v NullableOrganization) MarshalJSON() ([]byte, error) + type NullableOwnerEntity struct + func NewNullableOwnerEntity(val *OwnerEntity) *NullableOwnerEntity + func (v *NullableOwnerEntity) Set(val *OwnerEntity) + func (v *NullableOwnerEntity) UnmarshalJSON(src []byte) error + func (v *NullableOwnerEntity) Unset() + func (v NullableOwnerEntity) Get() *OwnerEntity + func (v NullableOwnerEntity) IsSet() bool + func (v NullableOwnerEntity) MarshalJSON() ([]byte, error) + type NullablePLLocalAccountIdentification struct + func NewNullablePLLocalAccountIdentification(val *PLLocalAccountIdentification) *NullablePLLocalAccountIdentification + func (v *NullablePLLocalAccountIdentification) Set(val *PLLocalAccountIdentification) + func (v *NullablePLLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullablePLLocalAccountIdentification) Unset() + func (v NullablePLLocalAccountIdentification) Get() *PLLocalAccountIdentification + func (v NullablePLLocalAccountIdentification) IsSet() bool + func (v NullablePLLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullablePciDocumentInfo struct + func NewNullablePciDocumentInfo(val *PciDocumentInfo) *NullablePciDocumentInfo + func (v *NullablePciDocumentInfo) Set(val *PciDocumentInfo) + func (v *NullablePciDocumentInfo) UnmarshalJSON(src []byte) error + func (v *NullablePciDocumentInfo) Unset() + func (v NullablePciDocumentInfo) Get() *PciDocumentInfo + func (v NullablePciDocumentInfo) IsSet() bool + func (v NullablePciDocumentInfo) MarshalJSON() ([]byte, error) + type NullablePciSigningRequest struct + func NewNullablePciSigningRequest(val *PciSigningRequest) *NullablePciSigningRequest + func (v *NullablePciSigningRequest) Set(val *PciSigningRequest) + func (v *NullablePciSigningRequest) UnmarshalJSON(src []byte) error + func (v *NullablePciSigningRequest) Unset() + func (v NullablePciSigningRequest) Get() *PciSigningRequest + func (v NullablePciSigningRequest) IsSet() bool + func (v NullablePciSigningRequest) MarshalJSON() ([]byte, error) + type NullablePciSigningResponse struct + func NewNullablePciSigningResponse(val *PciSigningResponse) *NullablePciSigningResponse + func (v *NullablePciSigningResponse) Set(val *PciSigningResponse) + func (v *NullablePciSigningResponse) UnmarshalJSON(src []byte) error + func (v *NullablePciSigningResponse) Unset() + func (v NullablePciSigningResponse) Get() *PciSigningResponse + func (v NullablePciSigningResponse) IsSet() bool + func (v NullablePciSigningResponse) MarshalJSON() ([]byte, error) + type NullablePhoneNumber struct + func NewNullablePhoneNumber(val *PhoneNumber) *NullablePhoneNumber + func (v *NullablePhoneNumber) Set(val *PhoneNumber) + func (v *NullablePhoneNumber) UnmarshalJSON(src []byte) error + func (v *NullablePhoneNumber) Unset() + func (v NullablePhoneNumber) Get() *PhoneNumber + func (v NullablePhoneNumber) IsSet() bool + func (v NullablePhoneNumber) MarshalJSON() ([]byte, error) + type NullableRemediatingAction struct + func NewNullableRemediatingAction(val *RemediatingAction) *NullableRemediatingAction + func (v *NullableRemediatingAction) Set(val *RemediatingAction) + func (v *NullableRemediatingAction) UnmarshalJSON(src []byte) error + func (v *NullableRemediatingAction) Unset() + func (v NullableRemediatingAction) Get() *RemediatingAction + func (v NullableRemediatingAction) IsSet() bool + func (v NullableRemediatingAction) MarshalJSON() ([]byte, error) + type NullableSELocalAccountIdentification struct + func NewNullableSELocalAccountIdentification(val *SELocalAccountIdentification) *NullableSELocalAccountIdentification + func (v *NullableSELocalAccountIdentification) Set(val *SELocalAccountIdentification) + func (v *NullableSELocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableSELocalAccountIdentification) Unset() + func (v NullableSELocalAccountIdentification) Get() *SELocalAccountIdentification + func (v NullableSELocalAccountIdentification) IsSet() bool + func (v NullableSELocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableSGLocalAccountIdentification struct + func NewNullableSGLocalAccountIdentification(val *SGLocalAccountIdentification) *NullableSGLocalAccountIdentification + func (v *NullableSGLocalAccountIdentification) Set(val *SGLocalAccountIdentification) + func (v *NullableSGLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableSGLocalAccountIdentification) Unset() + func (v NullableSGLocalAccountIdentification) Get() *SGLocalAccountIdentification + func (v NullableSGLocalAccountIdentification) IsSet() bool + func (v NullableSGLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableServiceError struct + func NewNullableServiceError(val *ServiceError) *NullableServiceError + func (v *NullableServiceError) Set(val *ServiceError) + func (v *NullableServiceError) UnmarshalJSON(src []byte) error + func (v *NullableServiceError) Unset() + func (v NullableServiceError) Get() *ServiceError + func (v NullableServiceError) IsSet() bool + func (v NullableServiceError) MarshalJSON() ([]byte, error) + type NullableSetTaxElectronicDeliveryConsentRequest struct + func NewNullableSetTaxElectronicDeliveryConsentRequest(val *SetTaxElectronicDeliveryConsentRequest) *NullableSetTaxElectronicDeliveryConsentRequest + func (v *NullableSetTaxElectronicDeliveryConsentRequest) Set(val *SetTaxElectronicDeliveryConsentRequest) + func (v *NullableSetTaxElectronicDeliveryConsentRequest) UnmarshalJSON(src []byte) error + func (v *NullableSetTaxElectronicDeliveryConsentRequest) Unset() + func (v NullableSetTaxElectronicDeliveryConsentRequest) Get() *SetTaxElectronicDeliveryConsentRequest + func (v NullableSetTaxElectronicDeliveryConsentRequest) IsSet() bool + func (v NullableSetTaxElectronicDeliveryConsentRequest) MarshalJSON() ([]byte, error) + type NullableSoleProprietorship struct + func NewNullableSoleProprietorship(val *SoleProprietorship) *NullableSoleProprietorship + func (v *NullableSoleProprietorship) Set(val *SoleProprietorship) + func (v *NullableSoleProprietorship) UnmarshalJSON(src []byte) error + func (v *NullableSoleProprietorship) Unset() + func (v NullableSoleProprietorship) Get() *SoleProprietorship + func (v NullableSoleProprietorship) IsSet() bool + func (v NullableSoleProprietorship) MarshalJSON() ([]byte, error) + type NullableSourceOfFunds struct + func NewNullableSourceOfFunds(val *SourceOfFunds) *NullableSourceOfFunds + func (v *NullableSourceOfFunds) Set(val *SourceOfFunds) + func (v *NullableSourceOfFunds) UnmarshalJSON(src []byte) error + func (v *NullableSourceOfFunds) Unset() + func (v NullableSourceOfFunds) Get() *SourceOfFunds + func (v NullableSourceOfFunds) IsSet() bool + func (v NullableSourceOfFunds) MarshalJSON() ([]byte, error) + type NullableStockData struct + func NewNullableStockData(val *StockData) *NullableStockData + func (v *NullableStockData) Set(val *StockData) + func (v *NullableStockData) UnmarshalJSON(src []byte) error + func (v *NullableStockData) Unset() + func (v NullableStockData) Get() *StockData + func (v NullableStockData) IsSet() bool + func (v NullableStockData) MarshalJSON() ([]byte, error) + type NullableSupportingEntityCapability struct + func NewNullableSupportingEntityCapability(val *SupportingEntityCapability) *NullableSupportingEntityCapability + func (v *NullableSupportingEntityCapability) Set(val *SupportingEntityCapability) + func (v *NullableSupportingEntityCapability) UnmarshalJSON(src []byte) error + func (v *NullableSupportingEntityCapability) Unset() + func (v NullableSupportingEntityCapability) Get() *SupportingEntityCapability + func (v NullableSupportingEntityCapability) IsSet() bool + func (v NullableSupportingEntityCapability) MarshalJSON() ([]byte, error) + type NullableTaxInformation struct + func NewNullableTaxInformation(val *TaxInformation) *NullableTaxInformation + func (v *NullableTaxInformation) Set(val *TaxInformation) + func (v *NullableTaxInformation) UnmarshalJSON(src []byte) error + func (v *NullableTaxInformation) Unset() + func (v NullableTaxInformation) Get() *TaxInformation + func (v NullableTaxInformation) IsSet() bool + func (v NullableTaxInformation) MarshalJSON() ([]byte, error) + type NullableTaxReportingClassification struct + func NewNullableTaxReportingClassification(val *TaxReportingClassification) *NullableTaxReportingClassification + func (v *NullableTaxReportingClassification) Set(val *TaxReportingClassification) + func (v *NullableTaxReportingClassification) UnmarshalJSON(src []byte) error + func (v *NullableTaxReportingClassification) Unset() + func (v NullableTaxReportingClassification) Get() *TaxReportingClassification + func (v NullableTaxReportingClassification) IsSet() bool + func (v NullableTaxReportingClassification) MarshalJSON() ([]byte, error) + type NullableTermsOfServiceAcceptanceInfo struct + func NewNullableTermsOfServiceAcceptanceInfo(val *TermsOfServiceAcceptanceInfo) *NullableTermsOfServiceAcceptanceInfo + func (v *NullableTermsOfServiceAcceptanceInfo) Set(val *TermsOfServiceAcceptanceInfo) + func (v *NullableTermsOfServiceAcceptanceInfo) UnmarshalJSON(src []byte) error + func (v *NullableTermsOfServiceAcceptanceInfo) Unset() + func (v NullableTermsOfServiceAcceptanceInfo) Get() *TermsOfServiceAcceptanceInfo + func (v NullableTermsOfServiceAcceptanceInfo) IsSet() bool + func (v NullableTermsOfServiceAcceptanceInfo) MarshalJSON() ([]byte, error) + type NullableTransferInstrument struct + func NewNullableTransferInstrument(val *TransferInstrument) *NullableTransferInstrument + func (v *NullableTransferInstrument) Set(val *TransferInstrument) + func (v *NullableTransferInstrument) UnmarshalJSON(src []byte) error + func (v *NullableTransferInstrument) Unset() + func (v NullableTransferInstrument) Get() *TransferInstrument + func (v NullableTransferInstrument) IsSet() bool + func (v NullableTransferInstrument) MarshalJSON() ([]byte, error) + type NullableTransferInstrumentInfo struct + func NewNullableTransferInstrumentInfo(val *TransferInstrumentInfo) *NullableTransferInstrumentInfo + func (v *NullableTransferInstrumentInfo) Set(val *TransferInstrumentInfo) + func (v *NullableTransferInstrumentInfo) UnmarshalJSON(src []byte) error + func (v *NullableTransferInstrumentInfo) Unset() + func (v NullableTransferInstrumentInfo) Get() *TransferInstrumentInfo + func (v NullableTransferInstrumentInfo) IsSet() bool + func (v NullableTransferInstrumentInfo) MarshalJSON() ([]byte, error) + type NullableTransferInstrumentReference struct + func NewNullableTransferInstrumentReference(val *TransferInstrumentReference) *NullableTransferInstrumentReference + func (v *NullableTransferInstrumentReference) Set(val *TransferInstrumentReference) + func (v *NullableTransferInstrumentReference) UnmarshalJSON(src []byte) error + func (v *NullableTransferInstrumentReference) Unset() + func (v NullableTransferInstrumentReference) Get() *TransferInstrumentReference + func (v NullableTransferInstrumentReference) IsSet() bool + func (v NullableTransferInstrumentReference) MarshalJSON() ([]byte, error) + type NullableTrust struct + func NewNullableTrust(val *Trust) *NullableTrust + func (v *NullableTrust) Set(val *Trust) + func (v *NullableTrust) UnmarshalJSON(src []byte) error + func (v *NullableTrust) Unset() + func (v NullableTrust) Get() *Trust + func (v NullableTrust) IsSet() bool + func (v NullableTrust) MarshalJSON() ([]byte, error) + type NullableUKLocalAccountIdentification struct + func NewNullableUKLocalAccountIdentification(val *UKLocalAccountIdentification) *NullableUKLocalAccountIdentification + func (v *NullableUKLocalAccountIdentification) Set(val *UKLocalAccountIdentification) + func (v *NullableUKLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableUKLocalAccountIdentification) Unset() + func (v NullableUKLocalAccountIdentification) Get() *UKLocalAccountIdentification + func (v NullableUKLocalAccountIdentification) IsSet() bool + func (v NullableUKLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableUSLocalAccountIdentification struct + func NewNullableUSLocalAccountIdentification(val *USLocalAccountIdentification) *NullableUSLocalAccountIdentification + func (v *NullableUSLocalAccountIdentification) Set(val *USLocalAccountIdentification) + func (v *NullableUSLocalAccountIdentification) UnmarshalJSON(src []byte) error + func (v *NullableUSLocalAccountIdentification) Unset() + func (v NullableUSLocalAccountIdentification) Get() *USLocalAccountIdentification + func (v NullableUSLocalAccountIdentification) IsSet() bool + func (v NullableUSLocalAccountIdentification) MarshalJSON() ([]byte, error) + type NullableUndefinedBeneficiary struct + func NewNullableUndefinedBeneficiary(val *UndefinedBeneficiary) *NullableUndefinedBeneficiary + func (v *NullableUndefinedBeneficiary) Set(val *UndefinedBeneficiary) + func (v *NullableUndefinedBeneficiary) UnmarshalJSON(src []byte) error + func (v *NullableUndefinedBeneficiary) Unset() + func (v NullableUndefinedBeneficiary) Get() *UndefinedBeneficiary + func (v NullableUndefinedBeneficiary) IsSet() bool + func (v NullableUndefinedBeneficiary) MarshalJSON() ([]byte, error) + type NullableUnincorporatedPartnership struct + func NewNullableUnincorporatedPartnership(val *UnincorporatedPartnership) *NullableUnincorporatedPartnership + func (v *NullableUnincorporatedPartnership) Set(val *UnincorporatedPartnership) + func (v *NullableUnincorporatedPartnership) UnmarshalJSON(src []byte) error + func (v *NullableUnincorporatedPartnership) Unset() + func (v NullableUnincorporatedPartnership) Get() *UnincorporatedPartnership + func (v NullableUnincorporatedPartnership) IsSet() bool + func (v NullableUnincorporatedPartnership) MarshalJSON() ([]byte, error) + type NullableVerificationDeadline struct + func NewNullableVerificationDeadline(val *VerificationDeadline) *NullableVerificationDeadline + func (v *NullableVerificationDeadline) Set(val *VerificationDeadline) + func (v *NullableVerificationDeadline) UnmarshalJSON(src []byte) error + func (v *NullableVerificationDeadline) Unset() + func (v NullableVerificationDeadline) Get() *VerificationDeadline + func (v NullableVerificationDeadline) IsSet() bool + func (v NullableVerificationDeadline) MarshalJSON() ([]byte, error) + type NullableVerificationError struct + func NewNullableVerificationError(val *VerificationError) *NullableVerificationError + func (v *NullableVerificationError) Set(val *VerificationError) + func (v *NullableVerificationError) UnmarshalJSON(src []byte) error + func (v *NullableVerificationError) Unset() + func (v NullableVerificationError) Get() *VerificationError + func (v NullableVerificationError) IsSet() bool + func (v NullableVerificationError) MarshalJSON() ([]byte, error) + type NullableVerificationErrorRecursive struct + func NewNullableVerificationErrorRecursive(val *VerificationErrorRecursive) *NullableVerificationErrorRecursive + func (v *NullableVerificationErrorRecursive) Set(val *VerificationErrorRecursive) + func (v *NullableVerificationErrorRecursive) UnmarshalJSON(src []byte) error + func (v *NullableVerificationErrorRecursive) Unset() + func (v NullableVerificationErrorRecursive) Get() *VerificationErrorRecursive + func (v NullableVerificationErrorRecursive) IsSet() bool + func (v NullableVerificationErrorRecursive) MarshalJSON() ([]byte, error) + type NullableVerificationErrors struct + func NewNullableVerificationErrors(val *VerificationErrors) *NullableVerificationErrors + func (v *NullableVerificationErrors) Set(val *VerificationErrors) + func (v *NullableVerificationErrors) UnmarshalJSON(src []byte) error + func (v *NullableVerificationErrors) Unset() + func (v NullableVerificationErrors) Get() *VerificationErrors + func (v NullableVerificationErrors) IsSet() bool + func (v NullableVerificationErrors) MarshalJSON() ([]byte, error) + type NullableWebData struct + func NewNullableWebData(val *WebData) *NullableWebData + func (v *NullableWebData) Set(val *WebData) + func (v *NullableWebData) UnmarshalJSON(src []byte) error + func (v *NullableWebData) Unset() + func (v NullableWebData) Get() *WebData + func (v NullableWebData) IsSet() bool + func (v NullableWebData) MarshalJSON() ([]byte, error) + type NullableWebDataExemption struct + func NewNullableWebDataExemption(val *WebDataExemption) *NullableWebDataExemption + func (v *NullableWebDataExemption) Set(val *WebDataExemption) + func (v *NullableWebDataExemption) UnmarshalJSON(src []byte) error + func (v *NullableWebDataExemption) Unset() + func (v NullableWebDataExemption) Get() *WebDataExemption + func (v NullableWebDataExemption) IsSet() bool + func (v NullableWebDataExemption) MarshalJSON() ([]byte, error) + type NumberAndBicAccountIdentification struct + AccountNumber string + AdditionalBankIdentification *AdditionalBankIdentification + Bic string + Type string + func NewNumberAndBicAccountIdentification(accountNumber string, bic string, type_ string) *NumberAndBicAccountIdentification + func NewNumberAndBicAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *NumberAndBicAccountIdentification) SetAdditionalBankIdentification(v AdditionalBankIdentification) + func (o *NumberAndBicAccountIdentification) SetBic(v string) + func (o *NumberAndBicAccountIdentification) SetType(v string) + func (o NumberAndBicAccountIdentification) MarshalJSON() ([]byte, error) + func (o NumberAndBicAccountIdentification) ToMap() (map[string]interface{}, error) + type OnboardingLink struct + Url *string + func NewOnboardingLink() *OnboardingLink + func NewOnboardingLinkWithDefaults() *OnboardingLink + func (o *OnboardingLink) GetUrl() string + func (o *OnboardingLink) GetUrlOk() (*string, bool) + func (o *OnboardingLink) HasUrl() bool + func (o *OnboardingLink) SetUrl(v string) + func (o OnboardingLink) MarshalJSON() ([]byte, error) + func (o OnboardingLink) ToMap() (map[string]interface{}, error) + type OnboardingLinkInfo struct + Locale *string + RedirectUrl *string + Settings *OnboardingLinkSettings + ThemeId *string + func NewOnboardingLinkInfo() *OnboardingLinkInfo + func NewOnboardingLinkInfoWithDefaults() *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) SetLocale(v string) + func (o *OnboardingLinkInfo) SetRedirectUrl(v string) + func (o *OnboardingLinkInfo) SetSettings(v OnboardingLinkSettings) + func (o *OnboardingLinkInfo) SetThemeId(v string) + func (o OnboardingLinkInfo) MarshalJSON() ([]byte, error) + func (o OnboardingLinkInfo) ToMap() (map[string]interface{}, error) + type OnboardingLinkSettings struct + AcceptedCountries []string + AllowBankAccountFormatSelection *bool + AllowIntraRegionCrossBorderPayout *bool + ChangeLegalEntityType *bool + EditPrefilledCountry *bool + HideOnboardingIntroductionIndividual *bool + HideOnboardingIntroductionOrganization *bool + HideOnboardingIntroductionSoleProprietor *bool + HideOnboardingIntroductionTrust *bool + InstantBankVerification *bool + RequirePciSignEcomMoto *bool + RequirePciSignEcommerce *bool + RequirePciSignPos *bool + RequirePciSignPosMoto *bool + TransferInstrumentLimit *int32 + func NewOnboardingLinkSettings() *OnboardingLinkSettings + func NewOnboardingLinkSettingsWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o OnboardingLinkSettings) ToMap() (map[string]interface{}, error) + type OnboardingTheme struct + CreatedAt time.Time + Description *string + Id string + Properties map[string]string + UpdatedAt *time.Time + func NewOnboardingTheme(createdAt time.Time, id string, properties map[string]string) *OnboardingTheme + func NewOnboardingThemeWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o OnboardingTheme) ToMap() (map[string]interface{}, error) + type OnboardingThemes struct + Next *string + Previous *string + Themes []OnboardingTheme + func NewOnboardingThemes(themes []OnboardingTheme) *OnboardingThemes + func NewOnboardingThemesWithDefaults() *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) SetNext(v string) + func (o *OnboardingThemes) SetPrevious(v string) + func (o *OnboardingThemes) SetThemes(v []OnboardingTheme) + func (o OnboardingThemes) MarshalJSON() ([]byte, error) + func (o OnboardingThemes) ToMap() (map[string]interface{}, error) + type Organization struct + CountryOfGoverningLaw *string + DateOfIncorporation *string + Description *string + DoingBusinessAs *string + Email *string + LegalName string + Phone *PhoneNumber + PrincipalPlaceOfBusiness *Address + RegisteredAddress Address + RegistrationNumber *string + StockData *StockData + TaxInformation []TaxInformation + TaxReportingClassification *TaxReportingClassification + Type *string + VatAbsenceReason *string + VatNumber *string + WebData *WebData + func NewOrganization(legalName string, registeredAddress Address) *Organization + func NewOrganizationWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o Organization) ToMap() (map[string]interface{}, error) + type OwnerEntity struct + Id string + Type string + func NewOwnerEntity(id string, type_ string) *OwnerEntity + func NewOwnerEntityWithDefaults() *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) SetId(v string) + func (o *OwnerEntity) SetType(v string) + func (o OwnerEntity) MarshalJSON() ([]byte, error) + func (o OwnerEntity) ToMap() (map[string]interface{}, error) + type PCIQuestionnairesApi common.Service + 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 struct + func (r PCIQuestionnairesApiGeneratePciQuestionnaireInput) GeneratePciDescriptionRequest(generatePciDescriptionRequest GeneratePciDescriptionRequest) PCIQuestionnairesApiGeneratePciQuestionnaireInput + type PCIQuestionnairesApiGetPciQuestionnaireDetailsInput struct + type PCIQuestionnairesApiGetPciQuestionnaireInput struct + type PCIQuestionnairesApiSignPciQuestionnaireInput struct + func (r PCIQuestionnairesApiSignPciQuestionnaireInput) PciSigningRequest(pciSigningRequest PciSigningRequest) PCIQuestionnairesApiSignPciQuestionnaireInput + type PLLocalAccountIdentification struct + AccountNumber string + Type string + func NewPLLocalAccountIdentification(accountNumber string, type_ string) *PLLocalAccountIdentification + func NewPLLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *PLLocalAccountIdentification) SetType(v string) + func (o PLLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o PLLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type PciDocumentInfo struct + CreatedAt *time.Time + Id *string + ValidUntil *time.Time + func NewPciDocumentInfo() *PciDocumentInfo + func NewPciDocumentInfoWithDefaults() *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) SetCreatedAt(v time.Time) + func (o *PciDocumentInfo) SetId(v string) + func (o *PciDocumentInfo) SetValidUntil(v time.Time) + func (o PciDocumentInfo) MarshalJSON() ([]byte, error) + func (o PciDocumentInfo) ToMap() (map[string]interface{}, error) + type PciSigningRequest struct + PciTemplateReferences []string + SignedBy string + func NewPciSigningRequest(pciTemplateReferences []string, signedBy string) *PciSigningRequest + func NewPciSigningRequestWithDefaults() *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) SetPciTemplateReferences(v []string) + func (o *PciSigningRequest) SetSignedBy(v string) + func (o PciSigningRequest) MarshalJSON() ([]byte, error) + func (o PciSigningRequest) ToMap() (map[string]interface{}, error) + type PciSigningResponse struct + PciQuestionnaireIds []string + SignedBy *string + func NewPciSigningResponse() *PciSigningResponse + func NewPciSigningResponseWithDefaults() *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) SetPciQuestionnaireIds(v []string) + func (o *PciSigningResponse) SetSignedBy(v string) + func (o PciSigningResponse) MarshalJSON() ([]byte, error) + func (o PciSigningResponse) ToMap() (map[string]interface{}, error) + type PhoneNumber struct + Number string + Type *string + func NewPhoneNumber(number string) *PhoneNumber + func NewPhoneNumberWithDefaults() *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) SetNumber(v string) + func (o *PhoneNumber) SetType(v string) + func (o PhoneNumber) MarshalJSON() ([]byte, error) + func (o PhoneNumber) ToMap() (map[string]interface{}, error) + type RemediatingAction struct + Code *string + Message *string + func NewRemediatingAction() *RemediatingAction + func NewRemediatingActionWithDefaults() *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) SetCode(v string) + func (o *RemediatingAction) SetMessage(v string) + func (o RemediatingAction) MarshalJSON() ([]byte, error) + func (o RemediatingAction) ToMap() (map[string]interface{}, error) + type SELocalAccountIdentification struct + AccountNumber string + ClearingNumber string + Type string + func NewSELocalAccountIdentification(accountNumber string, clearingNumber string, type_ string) *SELocalAccountIdentification + func NewSELocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *SELocalAccountIdentification) SetClearingNumber(v string) + func (o *SELocalAccountIdentification) SetType(v string) + func (o SELocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o SELocalAccountIdentification) ToMap() (map[string]interface{}, error) + type SGLocalAccountIdentification struct + AccountNumber string + Bic string + Type *string + func NewSGLocalAccountIdentification(accountNumber string, bic string) *SGLocalAccountIdentification + func NewSGLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *SGLocalAccountIdentification) SetBic(v string) + func (o *SGLocalAccountIdentification) SetType(v string) + func (o SGLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o SGLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type ServiceError struct + ErrorCode *string + ErrorType *string + Message *string + PspReference *string + Status *int32 + func NewServiceError() *ServiceError + func NewServiceErrorWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o ServiceError) ToMap() (map[string]interface{}, error) + type SetTaxElectronicDeliveryConsentRequest struct + US1099k *bool + func NewSetTaxElectronicDeliveryConsentRequest() *SetTaxElectronicDeliveryConsentRequest + func NewSetTaxElectronicDeliveryConsentRequestWithDefaults() *SetTaxElectronicDeliveryConsentRequest + func (o *SetTaxElectronicDeliveryConsentRequest) GetUS1099k() bool + func (o *SetTaxElectronicDeliveryConsentRequest) GetUS1099kOk() (*bool, bool) + func (o *SetTaxElectronicDeliveryConsentRequest) HasUS1099k() bool + func (o *SetTaxElectronicDeliveryConsentRequest) SetUS1099k(v bool) + func (o SetTaxElectronicDeliveryConsentRequest) MarshalJSON() ([]byte, error) + func (o SetTaxElectronicDeliveryConsentRequest) ToMap() (map[string]interface{}, error) + type SoleProprietorship struct + CountryOfGoverningLaw string + DateOfIncorporation *string + DoingBusinessAs *string + Name string + PrincipalPlaceOfBusiness *Address + RegisteredAddress Address + RegistrationNumber *string + TaxAbsent common.NullableBool + TaxInformation []TaxInformation + VatAbsenceReason *string + VatNumber *string + func NewSoleProprietorship(countryOfGoverningLaw string, name string, registeredAddress Address) *SoleProprietorship + func NewSoleProprietorshipWithDefaults() *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) 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) UnsetTaxAbsent() + func (o SoleProprietorship) MarshalJSON() ([]byte, error) + func (o SoleProprietorship) ToMap() (map[string]interface{}, error) + type SourceOfFunds struct + AcquiringBusinessLineId *string + AdyenProcessedFunds *bool + Description *string + Type *string + func NewSourceOfFunds() *SourceOfFunds + func NewSourceOfFundsWithDefaults() *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) SetAcquiringBusinessLineId(v string) + func (o *SourceOfFunds) SetAdyenProcessedFunds(v bool) + func (o *SourceOfFunds) SetDescription(v string) + func (o *SourceOfFunds) SetType(v string) + func (o SourceOfFunds) MarshalJSON() ([]byte, error) + func (o SourceOfFunds) ToMap() (map[string]interface{}, error) + type StockData struct + MarketIdentifier *string + StockNumber *string + TickerSymbol *string + func NewStockData() *StockData + func NewStockDataWithDefaults() *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) SetMarketIdentifier(v string) + func (o *StockData) SetStockNumber(v string) + func (o *StockData) SetTickerSymbol(v string) + func (o StockData) MarshalJSON() ([]byte, error) + func (o StockData) ToMap() (map[string]interface{}, error) + type SupportingEntityCapability struct + Allowed *bool + Id *string + Requested *bool + VerificationStatus *string + func NewSupportingEntityCapability() *SupportingEntityCapability + func NewSupportingEntityCapabilityWithDefaults() *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) SetAllowed(v bool) + func (o *SupportingEntityCapability) SetId(v string) + func (o *SupportingEntityCapability) SetRequested(v bool) + func (o *SupportingEntityCapability) SetVerificationStatus(v string) + func (o SupportingEntityCapability) MarshalJSON() ([]byte, error) + func (o SupportingEntityCapability) ToMap() (map[string]interface{}, error) + type TaxEDeliveryConsentApi common.Service + 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 struct + type TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput struct + func (r TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput) SetTaxElectronicDeliveryConsentRequest(setTaxElectronicDeliveryConsentRequest SetTaxElectronicDeliveryConsentRequest) TaxEDeliveryConsentApiSetConsentStatusForElectronicDeliveryOfTaxFormsInput + type TaxInformation struct + Country *string + Number *string + Type *string + func NewTaxInformation() *TaxInformation + func NewTaxInformationWithDefaults() *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) SetCountry(v string) + func (o *TaxInformation) SetNumber(v string) + func (o *TaxInformation) SetType(v string) + func (o TaxInformation) MarshalJSON() ([]byte, error) + func (o TaxInformation) ToMap() (map[string]interface{}, error) + type TaxReportingClassification struct + BusinessType *string + FinancialInstitutionNumber *string + MainSourceOfIncome *string + Type *string + func NewTaxReportingClassification() *TaxReportingClassification + func NewTaxReportingClassificationWithDefaults() *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) SetBusinessType(v string) + func (o *TaxReportingClassification) SetFinancialInstitutionNumber(v string) + func (o *TaxReportingClassification) SetMainSourceOfIncome(v string) + func (o *TaxReportingClassification) SetType(v string) + func (o TaxReportingClassification) MarshalJSON() ([]byte, error) + func (o TaxReportingClassification) ToMap() (map[string]interface{}, error) + type TermsOfServiceAcceptanceInfo struct + AcceptedBy *string + AcceptedFor *string + CreatedAt *time.Time + Id *string + Type *string + func NewTermsOfServiceAcceptanceInfo() *TermsOfServiceAcceptanceInfo + func NewTermsOfServiceAcceptanceInfoWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o TermsOfServiceAcceptanceInfo) ToMap() (map[string]interface{}, error) + type TermsOfServiceApi common.Service + 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 struct + func (r TermsOfServiceApiAcceptTermsOfServiceInput) AcceptTermsOfServiceRequest(acceptTermsOfServiceRequest AcceptTermsOfServiceRequest) TermsOfServiceApiAcceptTermsOfServiceInput + type TermsOfServiceApiGetTermsOfServiceDocumentInput struct + func (r TermsOfServiceApiGetTermsOfServiceDocumentInput) GetTermsOfServiceDocumentRequest(getTermsOfServiceDocumentRequest GetTermsOfServiceDocumentRequest) TermsOfServiceApiGetTermsOfServiceDocumentInput + type TermsOfServiceApiGetTermsOfServiceInformationForLegalEntityInput struct + type TermsOfServiceApiGetTermsOfServiceStatusInput struct + type TransferInstrument struct + BankAccount BankAccountInfo + Capabilities *map[string]SupportingEntityCapability + DocumentDetails []DocumentReference + Id string + LegalEntityId string + Problems []CapabilityProblem + Type string + func NewTransferInstrument(bankAccount BankAccountInfo, id string, legalEntityId string, type_ string) *TransferInstrument + func NewTransferInstrumentWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o TransferInstrument) ToMap() (map[string]interface{}, error) + type TransferInstrumentInfo struct + BankAccount BankAccountInfo + LegalEntityId string + Type string + func NewTransferInstrumentInfo(bankAccount BankAccountInfo, legalEntityId string, type_ string) *TransferInstrumentInfo + func NewTransferInstrumentInfoWithDefaults() *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) SetBankAccount(v BankAccountInfo) + func (o *TransferInstrumentInfo) SetLegalEntityId(v string) + func (o *TransferInstrumentInfo) SetType(v string) + func (o TransferInstrumentInfo) MarshalJSON() ([]byte, error) + func (o TransferInstrumentInfo) ToMap() (map[string]interface{}, error) + type TransferInstrumentReference struct + AccountIdentifier string + Id string + RealLastFour *string + TrustedSource *bool + func NewTransferInstrumentReference(accountIdentifier string, id string) *TransferInstrumentReference + func NewTransferInstrumentReferenceWithDefaults() *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) SetAccountIdentifier(v string) + func (o *TransferInstrumentReference) SetId(v string) + func (o *TransferInstrumentReference) SetRealLastFour(v string) + func (o *TransferInstrumentReference) SetTrustedSource(v bool) + func (o TransferInstrumentReference) MarshalJSON() ([]byte, error) + func (o TransferInstrumentReference) ToMap() (map[string]interface{}, error) + type TransferInstrumentsApi common.Service + 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 struct + func (r TransferInstrumentsApiCreateTransferInstrumentInput) TransferInstrumentInfo(transferInstrumentInfo TransferInstrumentInfo) TransferInstrumentsApiCreateTransferInstrumentInput + func (r TransferInstrumentsApiCreateTransferInstrumentInput) XRequestedVerificationCode(xRequestedVerificationCode string) TransferInstrumentsApiCreateTransferInstrumentInput + type TransferInstrumentsApiDeleteTransferInstrumentInput struct + type TransferInstrumentsApiGetTransferInstrumentInput struct + type TransferInstrumentsApiUpdateTransferInstrumentInput struct + func (r TransferInstrumentsApiUpdateTransferInstrumentInput) TransferInstrumentInfo(transferInstrumentInfo TransferInstrumentInfo) TransferInstrumentsApiUpdateTransferInstrumentInput + func (r TransferInstrumentsApiUpdateTransferInstrumentInput) XRequestedVerificationCode(xRequestedVerificationCode string) TransferInstrumentsApiUpdateTransferInstrumentInput + type Trust struct + CountryOfGoverningLaw string + DateOfIncorporation *string + DoingBusinessAs *string + Name string + PrincipalPlaceOfBusiness *Address + RegisteredAddress Address + RegistrationNumber *string + TaxAbsent common.NullableBool + TaxInformation []TaxInformation + Type string + UndefinedBeneficiaryInfo []UndefinedBeneficiary + VatAbsenceReason *string + VatNumber *string + func NewTrust(countryOfGoverningLaw string, name string, registeredAddress Address, ...) *Trust + func NewTrustWithDefaults() *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) 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) UnsetTaxAbsent() + func (o Trust) MarshalJSON() ([]byte, error) + func (o Trust) ToMap() (map[string]interface{}, error) + type UKLocalAccountIdentification struct + AccountNumber string + SortCode string + Type string + func NewUKLocalAccountIdentification(accountNumber string, sortCode string, type_ string) *UKLocalAccountIdentification + func NewUKLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *UKLocalAccountIdentification) SetSortCode(v string) + func (o *UKLocalAccountIdentification) SetType(v string) + func (o UKLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o UKLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type USLocalAccountIdentification struct + AccountNumber string + AccountType *string + RoutingNumber string + Type string + func NewUSLocalAccountIdentification(accountNumber string, routingNumber string, type_ string) *USLocalAccountIdentification + func NewUSLocalAccountIdentificationWithDefaults() *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) SetAccountNumber(v string) + func (o *USLocalAccountIdentification) SetAccountType(v string) + func (o *USLocalAccountIdentification) SetRoutingNumber(v string) + func (o *USLocalAccountIdentification) SetType(v string) + func (o USLocalAccountIdentification) MarshalJSON() ([]byte, error) + func (o USLocalAccountIdentification) ToMap() (map[string]interface{}, error) + type UndefinedBeneficiary struct + Description *string + Reference *string + func NewUndefinedBeneficiary() *UndefinedBeneficiary + func NewUndefinedBeneficiaryWithDefaults() *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) SetDescription(v string) + func (o *UndefinedBeneficiary) SetReference(v string) + func (o UndefinedBeneficiary) MarshalJSON() ([]byte, error) + func (o UndefinedBeneficiary) ToMap() (map[string]interface{}, error) + type UnincorporatedPartnership struct + CountryOfGoverningLaw string + DateOfIncorporation *string + Description *string + DoingBusinessAs *string + Name string + PrincipalPlaceOfBusiness *Address + RegisteredAddress Address + RegistrationNumber *string + TaxInformation []TaxInformation + Type string + VatAbsenceReason *string + VatNumber *string + func NewUnincorporatedPartnership(countryOfGoverningLaw string, name string, registeredAddress Address, ...) *UnincorporatedPartnership + func NewUnincorporatedPartnershipWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o UnincorporatedPartnership) ToMap() (map[string]interface{}, error) + type VerificationDeadline struct + Capabilities []string + EntityIds []string + ExpiresAt time.Time + func NewVerificationDeadline(capabilities []string, expiresAt time.Time) *VerificationDeadline + func NewVerificationDeadlineWithDefaults() *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) SetCapabilities(v []string) + func (o *VerificationDeadline) SetEntityIds(v []string) + func (o *VerificationDeadline) SetExpiresAt(v time.Time) + func (o VerificationDeadline) MarshalJSON() ([]byte, error) + func (o VerificationDeadline) ToMap() (map[string]interface{}, error) + type VerificationError struct + Capabilities []string + Code *string + Message *string + RemediatingActions []RemediatingAction + SubErrors []VerificationErrorRecursive + Type *string + func NewVerificationError() *VerificationError + func NewVerificationErrorWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o VerificationError) ToMap() (map[string]interface{}, error) + type VerificationErrorRecursive struct + Capabilities []string + Code *string + Message *string + RemediatingActions []RemediatingAction + Type *string + func NewVerificationErrorRecursive() *VerificationErrorRecursive + func NewVerificationErrorRecursiveWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o VerificationErrorRecursive) ToMap() (map[string]interface{}, error) + type VerificationErrors struct + Problems []CapabilityProblem + func NewVerificationErrors() *VerificationErrors + func NewVerificationErrorsWithDefaults() *VerificationErrors + func (o *VerificationErrors) GetProblems() []CapabilityProblem + func (o *VerificationErrors) GetProblemsOk() ([]CapabilityProblem, bool) + func (o *VerificationErrors) HasProblems() bool + func (o *VerificationErrors) SetProblems(v []CapabilityProblem) + func (o VerificationErrors) MarshalJSON() ([]byte, error) + func (o VerificationErrors) ToMap() (map[string]interface{}, error) + type WebData struct + WebAddress *string + WebAddressId *string + func NewWebData() *WebData + func NewWebDataWithDefaults() *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) SetWebAddress(v string) + func (o *WebData) SetWebAddressId(v string) + func (o WebData) MarshalJSON() ([]byte, error) + func (o WebData) ToMap() (map[string]interface{}, error) + type WebDataExemption struct + Reason *string + func NewWebDataExemption() *WebDataExemption + func NewWebDataExemptionWithDefaults() *WebDataExemption + func (o *WebDataExemption) GetReason() string + func (o *WebDataExemption) GetReasonOk() (*string, bool) + func (o *WebDataExemption) HasReason() bool + func (o *WebDataExemption) SetReason(v string) + func (o WebDataExemption) MarshalJSON() ([]byte, error) + func (o WebDataExemption) ToMap() (map[string]interface{}, error) Other modules containing this package github.com/adyen/adyen-go-api-library/v10 github.com/adyen/adyen-go-api-library/v11 github.com/adyen/adyen-go-api-library/v12 github.com/adyen/adyen-go-api-library/v13 github.com/adyen/adyen-go-api-library/v15 github.com/adyen/adyen-go-api-library/v16 github.com/adyen/adyen-go-api-library/v17 github.com/adyen/adyen-go-api-library/v7 github.com/adyen/adyen-go-api-library/v8 github.com/adyen/adyen-go-api-library/v9