Categorygithub.com/paybotic/synctera_client_library
modulepackage
1.0.0
Repository: https://github.com/paybotic/synctera_client_library.git
Documentation: pkg.go.dev

# README

Go API client for openapi

Let's build something great.

Welcome to the official reference documentation for Synctera APIs. Our APIs are the best way to automate your company's banking needs and are designed to be easy to understand and implement.

We're continuously growing this library and what you see here is just the start, but if you need something specific or have a question, contact us.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 0.5.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.synctera.com/v0

ClassMethodHTTP requestDescription
ACHApiAddTransactionOutPost /achSend an ACH
ACHApiGetTransactionOutGet /ach/{transaction_id}Get a sent ACH transaction
ACHApiListTransactionsOutGet /achList sent ACH transactions
ACHApiPatchTransactionOutPatch /ach/{transaction_id}Update a sent ACH transaction
AccountsApiCreateAccountPost /accountsCreate an account
AccountsApiCreateAccountRelationshipPost /accounts/{account_id}/relationshipsCreate account relationship
AccountsApiCreateAccountResourceProductPost /accounts/productsCreate an account product
AccountsApiCreateAccountTemplatePost /accounts/templatesCreate an account template
AccountsApiDeleteAccountRelationshipDelete /accounts/{account_id}/relationships/{relationship_id}Delete account relationship
AccountsApiDeleteAccountTemplateDelete /accounts/templates/{template_id}Delete account template
AccountsApiGetAccountGet /accounts/{account_id}Get account
AccountsApiGetAccountRelationshipGet /accounts/{account_id}/relationships/{relationship_id}Get account relationship
AccountsApiGetAccountTemplateGet /accounts/templates/{template_id}Get account template
AccountsApiListAccountRelationshipGet /accounts/{account_id}/relationshipsList account relationships
AccountsApiListAccountResourceProductsGet /accounts/productsList account products
AccountsApiListAccountTemplatesGet /accounts/templatesList account templates
AccountsApiListAccountsGet /accountsList accounts
AccountsApiPatchAccountPatch /accounts/{account_id}Patch account
AccountsApiPatchAccountProductPatch /accounts/products/{product_id}Patch account product
AccountsApiUpdateAccountPut /accounts/{account_id}Update account
AccountsApiUpdateAccountRelationshipPut /accounts/{account_id}/relationships/{relationship_id}Update account relationship
AccountsApiUpdateAccountTemplatePut /accounts/templates/{template_id}Update account template
BusinessesApiCreateBusinessPost /businessesCreate a business
BusinessesApiGetBusinessGet /businesses/{business_id}Get business
BusinessesApiListBusinessesGet /businessesList business
BusinessesApiUpdateBusinessPatch /businesses/{business_id}Patch business
CardTransactionSimulationsApiSimulateAuthorizationPost /cards/transaction_simulations/authorizationSimulate authorization
CardTransactionSimulationsApiSimulateAuthorizationAdvicePost /cards/transaction_simulations/authorization/adviceSimulate authorization advice
CardTransactionSimulationsApiSimulateBalanceInquiryPost /cards/transaction_simulations/financial/balance_inquirySimulate balance inquiry
CardTransactionSimulationsApiSimulateClearingPost /cards/transaction_simulations/clearingSimulate clearing or refund
CardTransactionSimulationsApiSimulateFinancialPost /cards/transaction_simulations/financialSimulate financial
CardTransactionSimulationsApiSimulateFinancialAdvicePost /cards/transaction_simulations/financial/adviceSimulate financial advice
CardTransactionSimulationsApiSimulateOriginalCreditPost /cards/transaction_simulations/financial/original_creditSimulate OCT
CardTransactionSimulationsApiSimulateReversalPost /cards/transaction_simulations/reversalSimulate reversal
CardTransactionSimulationsApiSimulateWithdrawalPost /cards/transaction_simulations/financial/withdrawalSimulate ATM withdrawal
CardWebhookSimulationsApiSimulateCardFulfillmentEventPost /cards/{card_id}/webhook_simulations/fulfillmentSimulate Card Fulfillment Event
CardsApiActivateCardPost /cards/activateActivate a card
CardsApiCreateCardImagePost /cards/imagesCreate Card Image
CardsApiCreateGatewayPost /cards/gatewaysCreate Gateway
CardsApiGetCardGet /cards/{card_id}Get Card
CardsApiGetCardBarcodeGet /cards/{card_id}/barcodesGet Card Barcode
CardsApiGetCardImageDataGet /cards/images/{card_image_id}/dataGet Card Image Data
CardsApiGetCardImageDetailsGet /cards/images/{card_image_id}Get Card Image Details
CardsApiGetCardWidgetURLGet /cards/card_widget_urlGet card widget URL
CardsApiGetClientAccessTokenPost /cards/{card_id}/client_tokenGet a client token
CardsApiGetClientSingleUseTokenPost /cards/single_use_tokenGet single-use token
CardsApiGetGatewayGet /cards/gateways/{gateway_id}Get Gateway
CardsApiIssueCardPost /cardsIssue a Card
CardsApiListCardImageDetailsGet /cards/imagesList Card Image Details
CardsApiListCardProductsGet /cards/productsList Card Products
CardsApiListCardsGet /cardsList Cards
CardsApiListChangesGet /cards/{card_id}/changesList Card Changes
CardsApiListGatewaysGet /cards/gatewaysList Gateways
CardsApiUpdateCardPatch /cards/{card_id}Update Card
CardsApiUpdateCardImageDetailsPatch /cards/images/{card_image_id}Update Card Image Details
CardsApiUpdateGatewayPatch /cards/gateways/{gateway_id}Update Gateway
CardsApiUploadCardImageDataPost /cards/images/{card_image_id}/dataUpload Card Image
CashPickupsAlphaApiCreateCashPickupPost /cash_pickupsCreate a cash pickup
CashPickupsAlphaApiGetCashPickupGet /cash_pickups/{cash_pickup_id}Get a cash pickup
CashPickupsAlphaApiListCashPickupsGet /cash_pickupsList cash pickups
CashPickupsAlphaApiPatchCashPickupPatch /cash_pickups/{cash_pickup_id}Update a cash pickup
CustomersApiCreateCustomerPost /customersCreate a Customer
CustomersApiCreateCustomerEmploymentPost /customers/{customer_id}/employmentCreate employment record
CustomersApiCreateCustomerRiskRatingPost /customers/{customer_id}/risk_ratingsCreate customer risk rating
CustomersApiGetAllCustomerEmploymentGet /customers/{customer_id}/employmentList customer employment records
CustomersApiGetAllCustomerRiskRatingsGet /customers/{customer_id}/risk_ratingsList customer risk ratings
CustomersApiGetCustomerGet /customers/{customer_id}Get Customer
CustomersApiGetCustomerRiskRatingGet /customers/{customer_id}/risk_ratings/{risk_rating_id}Get customer risk rating
CustomersApiGetPartyEmploymentGet /customers/{customer_id}/employment/{employment_id}Get customer employment record
CustomersApiListCustomersGet /customersList Customers
CustomersApiPatchCustomerPatch /customers/{customer_id}Patch Customer
CustomersApiPrefillCustomerPost /customers/{customer_id}/prefillPrefill customer
CustomersApiUpdateCustomerPut /customers/{customer_id}Update Customer
CustomersApiUpdatePartyEmploymentPut /customers/{customer_id}/employment/{employment_id}Update customer employment record
DigitalWalletTokensApiCreateDigitalWalletApplePost /cards/{card_id}/digital_wallet_tokens/applepayCreate digital wallet token provision request for Apple Pay
DigitalWalletTokensApiCreateDigitalWalletGooglePost /cards/{card_id}/digital_wallet_tokens/googlepayCreate digital wallet token provision request for Google Pay
DigitalWalletTokensApiGetDigitalWalletTokenGet /cards/digital_wallet_tokens/{digital_wallet_token_id}Get Digital Wallet Token
DigitalWalletTokensApiListDigitalWalletTokensGet /cards/digital_wallet_tokensList Digital Wallet Tokens
DigitalWalletTokensApiUpdateDigitalWalletTokenStatusPatch /cards/digital_wallet_tokens/{digital_wallet_token_id}Update Digital Wallet Token's life cycle status
DisclosuresApiCreateDisclosurePost /disclosuresCreate disclosure record
DisclosuresApiGetDisclosureGet /disclosures/{disclosure_id}Get disclosure
DisclosuresApiListDisclosuresGet /disclosuresList disclosures
DisclosuresDeprecatedApiCreateDisclosure1Post /customers/{customer_id}/disclosuresCreate a Disclosure
DisclosuresDeprecatedApiListDisclosures1Get /customers/{customer_id}/disclosuresList Disclosures
DocumentsAlphaApiCreateDocumentPost /documentsCreate a document
DocumentsAlphaApiGetDocumentGet /documents/{document_id}Get a document
DocumentsAlphaApiGetDocumentContentsGet /documents/{document_id}/contentsGet document contents
DocumentsAlphaApiListDocumentsGet /documentsList documents
DocumentsAlphaApiUpdateDocumentPatch /documents/{document_id}Update a document
ExternalAccountsApiAddExternalAccountsPost /external_accountsAdd an external account
ExternalAccountsApiAddVendorExternalAccountsPost /external_accounts/add_vendor_accountsAdd external accounts through a vendor, such as Plaid.
ExternalAccountsApiCreateAccessTokenPost /external_accounts/access_tokensCreate a permanent access token for an external account
ExternalAccountsApiCreateVerificationLinkTokenPost /external_accounts/link_tokensCreate a link token to verify an external account
ExternalAccountsApiDeleteExternalAccountDelete /external_accounts/{external_account_id}Delete an external account
ExternalAccountsApiGetExternalAccountGet /external_accounts/{external_account_id}Get an external account
ExternalAccountsApiGetExternalAccountBalanceGet /external_accounts/{external_account_id}/balanceGet an external account balance
ExternalAccountsApiGetExternalAccountTransactionsGet /external_accounts/{external_account_id}/transactionsList transactions of a given external account
ExternalAccountsApiListExternalAccountsGet /external_accountsList external accounts
ExternalAccountsApiSyncVendorExternalAccountsPost /external_accounts/sync_vendor_accountsSync external accounts through a vendor, such as Plaid.
ExternalAccountsApiUpdateExternalAccountPatch /external_accounts/{external_account_id}Patch an external account
ExternalCardsAlphaApiCreateExternalCardFromTokenPost /external_cards/tokensCreate external card from token
ExternalCardsAlphaApiCreateExternalCardTransferPost /external_cards/transfersCreate external card transfer
ExternalCardsAlphaApiCreateExternalCardTransferReversalPost /external_cards/transfers/{transfer_id}/reversalsReverse an external card transfer
ExternalCardsAlphaApiGetExternalCardGet /external_cards/{external_card_id}Get a external card
ExternalCardsAlphaApiGetExternalCardTransferGet /external_cards/transfers/{transfer_id}Get an external card transfer
ExternalCardsAlphaApiListExternalCardTransfersGet /external_cards/transfersList external transfers
ExternalCardsAlphaApiListExternalCardsGet /external_cardsList external cards
InternalAccountsApiAddInternalAccountsPost /internal_accountsAdd internal accounts
InternalAccountsApiListInternalAccountsGet /internal_accountsList internal accounts
InternalAccountsApiPatchInternalAccountPatch /internal_accounts/{internal_account_id}Patch internal account
InternalTransferApiCreateInternalTransferPost /transactions/internal_transferCreate an internal transfer
InternalTransferApiGetInternalTransferByIDGet /transactions/internal_transfer/{id}Get an internal transfer
InternalTransferApiUpdateInternalTransferByIDPatch /transactions/internal_transfer/{id}Update an internal transfer
KYCKYBVerificationsApiCreateVerificationPost /verificationsCreate a verification
KYCKYBVerificationsApiGetVerification1Get /verifications/{verification_id}Get verification
KYCKYBVerificationsApiListVerifications1Get /verificationsList verifications
KYCKYBVerificationsApiVerifyPost /verifications/verifyVerify a customer's identity
KYCKYBVerificationsApiVerifyAdHocPost /verifications/adhocCheck if an individual is on any watchlists
KYCVerificationDeprecatedApiCreateCustomerVerificationResultPost /customers/{customer_id}/verificationsCreate a customer verification result
KYCVerificationDeprecatedApiGetVerificationGet /customers/{customer_id}/verifications/{verification_id}Get verification result
KYCVerificationDeprecatedApiListVerificationsGet /customers/{customer_id}/verificationsList verification results
KYCVerificationDeprecatedApiVerifyCustomerPost /customers/{customer_id}/verifyVerify a customer's identity
MonitoringApiCreateSubscriptionPost /monitoring/subscriptionsSubscribe a customer or business to monitoring
MonitoringApiDeleteSubscriptionDelete /monitoring/subscriptions/{subscription_id}Delete monitoring subscription
MonitoringApiGetAlertGet /monitoring/alerts/{alert_id}Retrieve a monitoring alert
MonitoringApiGetSubscriptionGet /monitoring/subscriptions/{subscription_id}Retrieve monitoring subscription
MonitoringApiListAlertsGet /monitoring/alertsList monitoring alerts
MonitoringApiListSubscriptionsGet /monitoring/subscriptionsList monitoring subscriptions
MonitoringApiUpdateAlertPatch /monitoring/alerts/{alert_id}Update a monitoring alert
PaymentSchedulesApiCreatePaymentSchedulePost /payment_schedulesCreate a payment schedule
PaymentSchedulesApiListPaymentSchedulesGet /payment_schedulesList payment schedules
PaymentSchedulesApiListPaymentsGet /payment_schedules/paymentsList payments
PaymentSchedulesApiPatchPaymentSchedulePatch /payment_schedules/{payment_schedule_id}Update a payment schedule
PersonsApiCreatePersonPost /personsCreate a person
PersonsApiGetPersonGet /persons/{person_id}Get person
PersonsApiListPersonsGet /personsList persons
PersonsApiPrefillPersonPost /persons/{person_id}/prefillPrefill person
PersonsApiUpdatePersonPatch /persons/{person_id}Update person
ReconciliationsApiCreateReconciliationPost /reconciliationsCreate a reconciliation
ReconciliationsApiGetReconciliationGet /reconciliations/{reconciliation_id}Get reconciliation
ReconciliationsApiListReconciliationsGet /reconciliationsList reconciliations
RelationshipsApiCreateRelationshipPost /relationshipsCreate a relationship
RelationshipsApiDeleteRelationshipDelete /relationships/{relationship_id}Delete relationship
RelationshipsApiGetRelationshipGet /relationships/{relationship_id}Get relationship
RelationshipsApiListRelationshipsGet /relationshipsList relationships
RelationshipsApiUpdateRelationshipPatch /relationships/{relationship_id}Update relationship
RemoteCheckDepositBetaApiCreateRdcDepositPost /rdc/depositsCreate a Remote Check Deposit
RemoteCheckDepositBetaApiGetRdcDepositGet /rdc/deposits/{deposit_id}Get Remote Check Deposit
RemoteCheckDepositBetaApiListRdcDepositsGet /rdc/depositsList Remote Check Deposits
SandboxWipeAlphaApiWipeWorkspacePost /wipeDelete data
StatementsApiGetStatementGet /statements/{statement_id}Get a statement
StatementsApiListStatementsGet /statementsList statements
TransactionsApiGetPendingTransactionByIDGet /transactions/pending/{id}Get a pending transaction
TransactionsApiGetPostedTransactionByIDGet /transactions/posted/{id}Get a posted transaction
TransactionsApiListPendingTransactionsGet /transactions/pendingList pending transactions
TransactionsApiListPostedTransactionsGet /transactions/postedList posted transactions
WatchlistDeprecatedApiGetWatchlistAlertGet /customers/{customer_id}/watchlists/alerts/{alert_id}Retrieve watchlist monitoring alert
WatchlistDeprecatedApiGetWatchlistSubscriptionGet /customers/{customer_id}/watchlists/subscriptions/{subscription_id}Retrieve watchlist monitoring subscription
WatchlistDeprecatedApiListWatchlistAlertsGet /customers/{customer_id}/watchlists/alertsList watchlist monitoring alerts for a customer
WatchlistDeprecatedApiListWatchlistSubscriptionsGet /customers/{customer_id}/watchlists/subscriptionsList watchlist monitoring subscriptions for a customer
WatchlistDeprecatedApiSuppressWatchlistEntityAlertPost /customers/{customer_id}/watchlists/suppressionsSuppress entity alert
WatchlistDeprecatedApiUpdateWatchlistAlertPut /customers/{customer_id}/watchlists/alerts/{alert_id}Update watchlist alert
WatchlistDeprecatedApiUpdateWatchlistSubscriptionPut /customers/{customer_id}/watchlists/subscriptions/{subscription_id}Update watchlist monitoring subscription
WatchlistDeprecatedApiWatchlistSubscribePost /customers/{customer_id}/watchlists/subscriptionsSubscribe a customer to watchlist monitoring
WebhooksApiCreateWebhook1Post /webhooksCreate a webhook
WebhooksApiDeleteWebhookDelete /webhooks/{webhook_id}Delete a webhook
WebhooksApiGetEventGet /webhooks/{webhook_id}/events/{event_id}Get webhook event
WebhooksApiGetWebhook1Get /webhooks/{webhook_id}Get a webhook
WebhooksApiListEventsGet /webhooks/{webhook_id}/eventsList webhook events
WebhooksApiListWebhooks1Get /webhooksList webhooks
WebhooksApiResendEventPost /webhooks/{webhook_id}/events/{event_id}/resendResend an event
WebhooksApiTriggerEventPost /webhooks/triggerTrigger an event
WebhooksApiUpdateWebhookPut /webhooks/{webhook_id}Update a webhook
WiresAlphaApiCancelWirePatch /wires/{wire_id}Cancel an outgoing wire
WiresAlphaApiCreateWirePost /wiresSend a wire
WiresAlphaApiGetWireGet /wires/{wire_id}Get a wire by id
WiresAlphaApiListWiresGet /wiresList wires

Documentation For Models

Documentation For Authorization

bearerAuth

  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

# Functions

AchInstructionAsPaymentInstruction is a convenience function that returns AchInstruction wrapped in PaymentInstruction.
AchTransactionAsTransaction1 is a convenience function that returns AchTransaction wrapped in Transaction1.
BusinessBusinessOwnerRelationshipAsRelationshipIn is a convenience function that returns BusinessBusinessOwnerRelationship wrapped in RelationshipIn.
CacheExpires helper function to determine remaining time before repeating a request.
CardFulfillmentStatusAsCardChangeState is a convenience function that returns CardFulfillmentStatus wrapped in CardChangeState.
CardPinStatusAsCardChangeState is a convenience function that returns CardPinStatus wrapped in CardChangeState.
CardStatusAsCardChangeState is a convenience function that returns CardStatus wrapped in CardChangeState.
CardTransactionAsTransaction1 is a convenience function that returns CardTransaction wrapped in Transaction1.
CheckTransactionAsTransaction1 is a convenience function that returns CheckTransaction wrapped in Transaction1.
CustomerAsCustomerInBody is a convenience function that returns Customer wrapped in CustomerInBody.
CustomerAsCustomerInPath is a convenience function that returns Customer wrapped in CustomerInPath.
EvaluationContextCustomerAsEvaluationContext is a convenience function that returns EvaluationContextCustomer wrapped in EvaluationContext.
EventTypeExplicitAsEventType1 is a convenience function that returns EventTypeExplicit wrapped in EventType1.
EventTypeWildcardAsEventType1 is a convenience function that returns EventTypeWildcard wrapped in EventType1.
ExternalCardTransactionAsTransaction1 is a convenience function that returns ExternalCardTransaction wrapped in Transaction1.
FeeAsAccountProduct is a convenience function that returns Fee wrapped in AccountProduct.
FeeAsPatchAccountProduct is a convenience function that returns Fee wrapped in PatchAccountProduct.
FinicityAccountVerificationAsAccountVerification is a convenience function that returns FinicityAccountVerification wrapped in AccountVerification.
InterestAsAccountProduct is a convenience function that returns Interest wrapped in AccountProduct.
InternalTransferInstructionAsPaymentInstruction is a convenience function that returns InternalTransferInstruction wrapped in PaymentInstruction.
InternalTransferTransactionAsTransaction1 is a convenience function that returns InternalTransferTransaction wrapped in Transaction1.
ManualAccountVerificationAsAccountVerification is a convenience function that returns ManualAccountVerification wrapped in AccountVerification.
MinimumPaymentTypeFullAsMinimumPayment is a convenience function that returns MinimumPaymentTypeFull wrapped in MinimumPayment.
MinimumPaymentTypeFullAsMinimumPaymentFull is a convenience function that returns MinimumPaymentTypeFull wrapped in MinimumPaymentFull.
MinimumPaymentTypeRateOrAmountAsMinimumPayment is a convenience function that returns MinimumPaymentTypeRateOrAmount wrapped in MinimumPayment.
MinimumPaymentTypeRateOrAmountAsMinimumPaymentPartial is a convenience function that returns MinimumPaymentTypeRateOrAmount wrapped in MinimumPaymentPartial.
NewAccountAccessStatusFromValue returns a pointer to a valid AccountAccessStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccountBase instantiates a new AccountBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountBaseWithDefaults instantiates a new AccountBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountChargeSecured instantiates a new AccountChargeSecured object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountChargeSecuredAllOf instantiates a new AccountChargeSecuredAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountChargeSecuredAllOfWithDefaults instantiates a new AccountChargeSecuredAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountChargeSecuredWithDefaults instantiates a new AccountChargeSecured object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountCreation instantiates a new AccountCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountCreationAllOf instantiates a new AccountCreationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountCreationAllOfWithDefaults instantiates a new AccountCreationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountCreationWithDefaults instantiates a new AccountCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountDepository instantiates a new AccountDepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDepositoryAllOf instantiates a new AccountDepositoryAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDepositoryAllOfWithDefaults instantiates a new AccountDepositoryAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountDepositoryWithDefaults instantiates a new AccountDepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountGenericResponse instantiates a new AccountGenericResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountGenericResponseWithDefaults instantiates a new AccountGenericResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountIdentifiers instantiates a new AccountIdentifiers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountIdentifiersWithDefaults instantiates a new AccountIdentifiers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountLineOfCredit instantiates a new AccountLineOfCredit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountLineOfCreditAllOf instantiates a new AccountLineOfCreditAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountLineOfCreditAllOfWithDefaults instantiates a new AccountLineOfCreditAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountLineOfCreditWithDefaults instantiates a new AccountLineOfCredit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountList instantiates a new AccountList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountListAllOf instantiates a new AccountListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountListAllOfWithDefaults instantiates a new AccountListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountListWithDefaults instantiates a new AccountList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountProductList instantiates a new AccountProductList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountProductListAllOf instantiates a new AccountProductListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountProductListAllOfWithDefaults instantiates a new AccountProductListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountProductListWithDefaults instantiates a new AccountProductList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountRange instantiates a new AccountRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountRangeResponse instantiates a new AccountRangeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountRangeResponseList instantiates a new AccountRangeResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountRangeResponseListAllOf instantiates a new AccountRangeResponseListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountRangeResponseListAllOfWithDefaults instantiates a new AccountRangeResponseListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountRangeResponseListWithDefaults instantiates a new AccountRangeResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountRangeResponseWithDefaults instantiates a new AccountRangeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountRangeUpdateRequest instantiates a new AccountRangeUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountRangeUpdateRequestWithDefaults instantiates a new AccountRangeUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountRangeWithDefaults instantiates a new AccountRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountRelationshipTypeFromValue returns a pointer to a valid AccountRelationshipType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccountRouting instantiates a new AccountRouting object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountRoutingWithDefaults instantiates a new AccountRouting object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSummary instantiates a new AccountSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSummaryBalanceCeiling instantiates a new AccountSummaryBalanceCeiling object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSummaryBalanceCeilingWithDefaults instantiates a new AccountSummaryBalanceCeiling object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSummaryBalanceFloor instantiates a new AccountSummaryBalanceFloor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSummaryBalanceFloorWithDefaults instantiates a new AccountSummaryBalanceFloor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSummaryWithDefaults instantiates a new AccountSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTemplate instantiates a new AccountTemplate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTemplateResponse instantiates a new AccountTemplateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTemplateResponseWithDefaults instantiates a new AccountTemplateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTemplateWithDefaults instantiates a new AccountTemplate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountToAccountTransferRequest instantiates a new AccountToAccountTransferRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountToAccountTransferRequestWithDefaults instantiates a new AccountToAccountTransferRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTypeFromValue returns a pointer to a valid AccountType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccrualPayoutScheduleFromValue returns a pointer to a valid AccrualPayoutSchedule for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAchInstruction instantiates a new AchInstruction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAchInstructionWithDefaults instantiates a new AchInstruction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAchRequestHoldData instantiates a new AchRequestHoldData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAchRequestHoldDataWithDefaults instantiates a new AchRequestHoldData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAchTransaction instantiates a new AchTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAchTransactionAllOf instantiates a new AchTransactionAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAchTransactionAllOfWithDefaults instantiates a new AchTransactionAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAchTransactionData instantiates a new AchTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAchTransactionDataWithDefaults instantiates a new AchTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAchTransactionSubtypesFromValue returns a pointer to a valid AchTransactionSubtypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAchTransactionWithDefaults instantiates a new AchTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddAccountsRequest instantiates a new AddAccountsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddAccountsRequestAccountIdentifiers instantiates a new AddAccountsRequestAccountIdentifiers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddAccountsRequestAccountIdentifiersWithDefaults instantiates a new AddAccountsRequestAccountIdentifiers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddAccountsRequestRoutingIdentifiers instantiates a new AddAccountsRequestRoutingIdentifiers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddAccountsRequestRoutingIdentifiersWithDefaults instantiates a new AddAccountsRequestRoutingIdentifiers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddAccountsRequestWithDefaults instantiates a new AddAccountsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdditionalData instantiates a new AdditionalData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdditionalDataWithDefaults instantiates a new AdditionalData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdditionalOwnerData instantiates a new AdditionalOwnerData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdditionalOwnerDataWithDefaults instantiates a new AdditionalOwnerData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddress instantiates a new Address object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddress1 instantiates a new Address1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddress1WithDefaults instantiates a new Address1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddress2 instantiates a new Address2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddress2WithDefaults instantiates a new Address2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddressWithDefaults instantiates a new Address object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddVendorAccountFailure instantiates a new AddVendorAccountFailure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddVendorAccountFailureWithDefaults instantiates a new AddVendorAccountFailure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddVendorAccountsErrorReasonFromValue returns a pointer to a valid AddVendorAccountsErrorReason for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAddVendorAccountsRequest instantiates a new AddVendorAccountsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddVendorAccountsRequestWithDefaults instantiates a new AddVendorAccountsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddVendorAccountsResponse instantiates a new AddVendorAccountsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddVendorAccountsResponseWithDefaults instantiates a new AddVendorAccountsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdhocVerificationRequest instantiates a new AdhocVerificationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdhocVerificationRequestWithDefaults instantiates a new AdhocVerificationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdhocVerificationResponse instantiates a new AdhocVerificationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdhocVerificationResponseWithDefaults instantiates a new AdhocVerificationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlias instantiates a new Alias object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAliasList instantiates a new AliasList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAliasListWithDefaults instantiates a new AliasList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAliasWithDefaults instantiates a new Alias object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAppleDigitalWalletProvisionRequest instantiates a new AppleDigitalWalletProvisionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAppleDigitalWalletProvisionRequestWithDefaults instantiates a new AppleDigitalWalletProvisionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAppleDigitalWalletProvisionResponse instantiates a new AppleDigitalWalletProvisionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAppleDigitalWalletProvisionResponseWithDefaults instantiates a new AppleDigitalWalletProvisionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplication instantiates a new Application object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationList instantiates a new ApplicationList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationListAllOf instantiates a new ApplicationListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationListAllOfWithDefaults instantiates a new ApplicationListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationListResponse instantiates a new ApplicationListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationListResponseAllOf instantiates a new ApplicationListResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationListResponseAllOfWithDefaults instantiates a new ApplicationListResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationListResponseWithDefaults instantiates a new ApplicationListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationListWithDefaults instantiates a new ApplicationList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationPatch instantiates a new ApplicationPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationPatchWithDefaults instantiates a new ApplicationPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationRequest instantiates a new ApplicationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationRequestWithDefaults instantiates a new ApplicationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationResponse instantiates a new ApplicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationResponse1 instantiates a new ApplicationResponse1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationResponse1WithDefaults instantiates a new ApplicationResponse1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationResponseWithDefaults instantiates a new ApplicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationStatusFromValue returns a pointer to a valid ApplicationStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewApplicationType1FromValue returns a pointer to a valid ApplicationType1 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewApplicationTypeFromValue returns a pointer to a valid ApplicationType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewApplicationUpdateRequest instantiates a new ApplicationUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationUpdateRequestWithDefaults instantiates a new ApplicationUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationWithDefaults instantiates a new Application object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizationAdviceModel instantiates a new AuthorizationAdviceModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizationAdviceModelWithDefaults instantiates a new AuthorizationAdviceModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthRequestModel instantiates a new AuthRequestModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthRequestModelWithDefaults instantiates a new AuthRequestModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBalance instantiates a new Balance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBalanceCeiling instantiates a new BalanceCeiling object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBalanceCeilingWithDefaults instantiates a new BalanceCeiling object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBalanceFloor instantiates a new BalanceFloor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBalanceFloorWithDefaults instantiates a new BalanceFloor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBalanceInquiryRequestModel instantiates a new BalanceInquiryRequestModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBalanceInquiryRequestModelWithDefaults instantiates a new BalanceInquiryRequestModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBalanceTypeFromValue returns a pointer to a valid BalanceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBalanceWithDefaults instantiates a new Balance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBankDebitNetworkResponse instantiates a new BankDebitNetworkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBankDebitNetworkResponseAllOf instantiates a new BankDebitNetworkResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBankDebitNetworkResponseAllOfWithDefaults instantiates a new BankDebitNetworkResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBankDebitNetworkResponseWithDefaults instantiates a new BankDebitNetworkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBanRule instantiates a new BanRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBanRuleList instantiates a new BanRuleList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBanRuleListAllOf instantiates a new BanRuleListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBanRuleListAllOfWithDefaults instantiates a new BanRuleListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBanRuleListWithDefaults instantiates a new BanRuleList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBanRulePatch instantiates a new BanRulePatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBanRulePatchWithDefaults instantiates a new BanRulePatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBanRuleStatusFromValue returns a pointer to a valid BanRuleStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBanRuleWithDefaults instantiates a new BanRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBanStatusFromValue returns a pointer to a valid BanStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBase instantiates a new Base object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseAccountVerification instantiates a new BaseAccountVerification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseAccountVerificationWithDefaults instantiates a new BaseAccountVerification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseCard instantiates a new BaseCard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseCardAllOf instantiates a new BaseCardAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseCardAllOfWithDefaults instantiates a new BaseCardAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseCardWithDefaults instantiates a new BaseCard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseCashPickup instantiates a new BaseCashPickup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseCashPickupWithDefaults instantiates a new BaseCashPickup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseDisclosure instantiates a new BaseDisclosure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseDisclosureWithDefaults instantiates a new BaseDisclosure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseMasterDisclosure instantiates a new BaseMasterDisclosure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseMasterDisclosureWithDefaults instantiates a new BaseMasterDisclosure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBasePerson instantiates a new BasePerson object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBasePerson1 instantiates a new BasePerson1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBasePerson1WithDefaults instantiates a new BasePerson1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBasePersonWithDefaults instantiates a new BasePerson object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseStatement instantiates a new BaseStatement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseStatementAllOf instantiates a new BaseStatementAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseStatementAllOfWithDefaults instantiates a new BaseStatementAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseStatementWithDefaults instantiates a new BaseStatement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseTemplateFields instantiates a new BaseTemplateFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseTemplateFieldsWithDefaults instantiates a new BaseTemplateFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseTransaction instantiates a new BaseTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseTransactionDecline instantiates a new BaseTransactionDecline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseTransactionDeclineWithDefaults instantiates a new BaseTransactionDecline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseTransactionWithDefaults instantiates a new BaseTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseWithDefaults instantiates a new Base object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBillingAddress instantiates a new BillingAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBillingAddressWithDefaults instantiates a new BillingAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBillingPeriod instantiates a new BillingPeriod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBillingPeriodWithDefaults instantiates a new BillingPeriod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBin instantiates a new Bin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinAndDebitNetwork instantiates a new BinAndDebitNetwork object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinAndDebitNetworkList instantiates a new BinAndDebitNetworkList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinAndDebitNetworkListAllOf instantiates a new BinAndDebitNetworkListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinAndDebitNetworkListAllOfWithDefaults instantiates a new BinAndDebitNetworkListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinAndDebitNetworkListWithDefaults instantiates a new BinAndDebitNetworkList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinAndDebitNetworkWithDefaults instantiates a new BinAndDebitNetwork object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinNetworkMapping instantiates a new BinNetworkMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinNetworkMappingResponse instantiates a new BinNetworkMappingResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinNetworkMappingResponseWithDefaults instantiates a new BinNetworkMappingResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinNetworkMappingWithDefaults instantiates a new BinNetworkMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinResponse instantiates a new BinResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinResponseList instantiates a new BinResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinResponseListAllOf instantiates a new BinResponseListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinResponseListAllOfWithDefaults instantiates a new BinResponseListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinResponseListWithDefaults instantiates a new BinResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinResponseWithDefaults instantiates a new BinResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinStatusFromValue returns a pointer to a valid BinStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBinUpdateRequest instantiates a new BinUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinUpdateRequestWithDefaults instantiates a new BinUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinWithDefaults instantiates a new Bin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBusiness instantiates a new Business object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBusiness1 instantiates a new Business1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBusiness1WithDefaults instantiates a new Business1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBusinessBusinessOwnerRelationship instantiates a new BusinessBusinessOwnerRelationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBusinessBusinessOwnerRelationshipWithDefaults instantiates a new BusinessBusinessOwnerRelationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBusinessList instantiates a new BusinessList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBusinessListAllOf instantiates a new BusinessListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBusinessListAllOfWithDefaults instantiates a new BusinessListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBusinessListWithDefaults instantiates a new BusinessList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBusinessWithDefaults instantiates a new Business object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCalculationMethodFromValue returns a pointer to a valid CalculationMethod for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardAcceptorModel instantiates a new CardAcceptorModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardAcceptorModelWithDefaults instantiates a new CardAcceptorModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardActivationRequest instantiates a new CardActivationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardActivationRequestWithDefaults instantiates a new CardActivationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardBrandFromValue returns a pointer to a valid CardBrand for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardCategoryFromValue returns a pointer to a valid CardCategory for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardChange instantiates a new CardChange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardChangesList instantiates a new CardChangesList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardChangesListAllOf instantiates a new CardChangesListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardChangesListAllOfWithDefaults instantiates a new CardChangesListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardChangesListWithDefaults instantiates a new CardChangesList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardChangeWithDefaults instantiates a new CardChange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardEditRequest instantiates a new CardEditRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardEditRequestWithDefaults instantiates a new CardEditRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardFormat instantiates a new CardFormat object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardFormatWithDefaults instantiates a new CardFormat object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardFulfillmentStatusFromValue returns a pointer to a valid CardFulfillmentStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardImageDetails instantiates a new CardImageDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardImageDetailsList instantiates a new CardImageDetailsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardImageDetailsListAllOf instantiates a new CardImageDetailsListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardImageDetailsListAllOfWithDefaults instantiates a new CardImageDetailsListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardImageDetailsListWithDefaults instantiates a new CardImageDetailsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardImageDetailsWithDefaults instantiates a new CardImageDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardImageModeFromValue returns a pointer to a valid CardImageMode for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardImageRejectionReasonFromValue returns a pointer to a valid CardImageRejectionReason for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardImageStatusFromValue returns a pointer to a valid CardImageStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardListResponse instantiates a new CardListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardListResponseAllOf instantiates a new CardListResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardListResponseAllOfWithDefaults instantiates a new CardListResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardListResponseWithDefaults instantiates a new CardListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardOptions instantiates a new CardOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardOptionsWithDefaults instantiates a new CardOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardPin instantiates a new CardPin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardPinStatusFromValue returns a pointer to a valid CardPinStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardPinWithDefaults instantiates a new CardPin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProduct instantiates a new CardProduct object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProductAllOf instantiates a new CardProductAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProductAllOfWithDefaults instantiates a new CardProductAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProductInternal instantiates a new CardProductInternal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProductInternalAllOf instantiates a new CardProductInternalAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProductInternalAllOfWithDefaults instantiates a new CardProductInternalAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProductInternalWithDefaults instantiates a new CardProductInternal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProductListResponse instantiates a new CardProductListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProductListResponseAllOf instantiates a new CardProductListResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProductListResponseAllOfWithDefaults instantiates a new CardProductListResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProductListResponseWithDefaults instantiates a new CardProductListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProductResponse instantiates a new CardProductResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProductResponseWithDefaults instantiates a new CardProductResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProductTypeFromValue returns a pointer to a valid CardProductType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardProductUpdateRequest instantiates a new CardProductUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProductUpdateRequestWithDefaults instantiates a new CardProductUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProductWithDefaults instantiates a new CardProduct object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProgram instantiates a new CardProgram object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProgramResponse instantiates a new CardProgramResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProgramResponseList instantiates a new CardProgramResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProgramResponseListAllOf instantiates a new CardProgramResponseListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProgramResponseListAllOfWithDefaults instantiates a new CardProgramResponseListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProgramResponseListWithDefaults instantiates a new CardProgramResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProgramResponseWithDefaults instantiates a new CardProgramResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProgramUpdateRequest instantiates a new CardProgramUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardProgramUpdateRequestWithDefaults instantiates a new CardProgramUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardProgramWithDefaults instantiates a new CardProgram object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardStatusFromValue returns a pointer to a valid CardStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardStatusObject instantiates a new CardStatusObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardStatusObjectWithDefaults instantiates a new CardStatusObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardStatusReasonCodeFromValue returns a pointer to a valid CardStatusReasonCode for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardStatusRequestFromValue returns a pointer to a valid CardStatusRequest for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardTransaction instantiates a new CardTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardTransactionAllOf instantiates a new CardTransactionAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardTransactionAllOfWithDefaults instantiates a new CardTransactionAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardTransactionData instantiates a new CardTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardTransactionDataCurrencyConversion instantiates a new CardTransactionDataCurrencyConversion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardTransactionDataCurrencyConversionWithDefaults instantiates a new CardTransactionDataCurrencyConversion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardTransactionDataMerchant instantiates a new CardTransactionDataMerchant object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardTransactionDataMerchantWithDefaults instantiates a new CardTransactionDataMerchant object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardTransactionDataPos instantiates a new CardTransactionDataPos object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardTransactionDataPosWithDefaults instantiates a new CardTransactionDataPos object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardTransactionDataWithDefaults instantiates a new CardTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardTransactionSubtypesFromValue returns a pointer to a valid CardTransactionSubtypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCardTransactionWithDefaults instantiates a new CardTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardWidgetUrlResponse instantiates a new CardWidgetUrlResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardWidgetUrlResponseWithDefaults instantiates a new CardWidgetUrlResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCashPickup instantiates a new CashPickup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCashPickupAllOf instantiates a new CashPickupAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCashPickupAllOfWithDefaults instantiates a new CashPickupAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCashPickupList instantiates a new CashPickupList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCashPickupListAllOf instantiates a new CashPickupListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCashPickupListAllOfWithDefaults instantiates a new CashPickupListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCashPickupListWithDefaults instantiates a new CashPickupList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCashPickupPatchRequest instantiates a new CashPickupPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCashPickupPatchRequestAllOf instantiates a new CashPickupPatchRequestAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCashPickupPatchRequestAllOfWithDefaults instantiates a new CashPickupPatchRequestAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCashPickupPatchRequestWithDefaults instantiates a new CashPickupPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCashPickupPostRequest instantiates a new CashPickupPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCashPickupPostRequestWithDefaults instantiates a new CashPickupPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCashPickupStatusFromValue returns a pointer to a valid CashPickupStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCashPickupWithDefaults instantiates a new CashPickup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChangeChannelFromValue returns a pointer to a valid ChangeChannel for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewChangeTypeFromValue returns a pointer to a valid ChangeType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCheckTransaction instantiates a new CheckTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckTransactionAllOf instantiates a new CheckTransactionAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckTransactionAllOfWithDefaults instantiates a new CheckTransactionAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckTransactionData instantiates a new CheckTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckTransactionDataWithDefaults instantiates a new CheckTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckTransactionSubtypesFromValue returns a pointer to a valid CheckTransactionSubtypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCheckTransactionWithDefaults instantiates a new CheckTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClearingModel instantiates a new ClearingModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClearingModelWithDefaults instantiates a new ClearingModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientToken instantiates a new ClientToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientTokenWithDefaults instantiates a new ClientToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewContestAch instantiates a new ContestAch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContestAchWithDefaults instantiates a new ContestAch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateCardImageRequest instantiates a new CreateCardImageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateCardImageRequestWithDefaults instantiates a new CreateCardImageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateGatewayRequest instantiates a new CreateGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateGatewayRequestWithDefaults instantiates a new CreateGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSecret201Response instantiates a new CreateSecret201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSecret201ResponseWithDefaults instantiates a new CreateSecret201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateWebhookRequest instantiates a new CreateWebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateWebhookRequestWithDefaults instantiates a new CreateWebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomer instantiates a new Customer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerAlias instantiates a new CustomerAlias object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerAliasList instantiates a new CustomerAliasList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerAliasListAllOf instantiates a new CustomerAliasListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerAliasListAllOfWithDefaults instantiates a new CustomerAliasListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerAliasListWithDefaults instantiates a new CustomerAliasList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerAliasWithDefaults instantiates a new CustomerAlias object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerAllOf instantiates a new CustomerAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerAllOfWithDefaults instantiates a new CustomerAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerKycStatusFromValue returns a pointer to a valid CustomerKycStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCustomerList instantiates a new CustomerList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerListAllOf instantiates a new CustomerListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerListAllOfWithDefaults instantiates a new CustomerListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerListWithDefaults instantiates a new CustomerList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerTypeFromValue returns a pointer to a valid CustomerType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCustomerVerification instantiates a new CustomerVerification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerVerificationResult instantiates a new CustomerVerificationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerVerificationResultList instantiates a new CustomerVerificationResultList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerVerificationResultListAllOf instantiates a new CustomerVerificationResultListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerVerificationResultListAllOfWithDefaults instantiates a new CustomerVerificationResultListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerVerificationResultListWithDefaults instantiates a new CustomerVerificationResultList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerVerificationResultWithDefaults instantiates a new CustomerVerificationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerVerificationWithDefaults instantiates a new CustomerVerification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerVerifyResponse instantiates a new CustomerVerifyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerVerifyResponseAllOf instantiates a new CustomerVerifyResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomerVerifyResponseAllOfWithDefaults instantiates a new CustomerVerifyResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerVerifyResponseWithDefaults instantiates a new CustomerVerifyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomerWithDefaults instantiates a new Customer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomHeaders instantiates a new CustomHeaders object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomHeadersWithDefaults instantiates a new CustomHeaders object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDcSignFromValue returns a pointer to a valid DcSign for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDebitNetwork instantiates a new DebitNetwork object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebitNetworkCreateRequest instantiates a new DebitNetworkCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebitNetworkCreateRequestWithDefaults instantiates a new DebitNetworkCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebitNetworkResponse instantiates a new DebitNetworkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebitNetworkResponseList instantiates a new DebitNetworkResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebitNetworkResponseListAllOf instantiates a new DebitNetworkResponseListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebitNetworkResponseListAllOfWithDefaults instantiates a new DebitNetworkResponseListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebitNetworkResponseListWithDefaults instantiates a new DebitNetworkResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebitNetworkResponseWithDefaults instantiates a new DebitNetworkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebitNetworkWithDefaults instantiates a new DebitNetwork object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteResponse instantiates a new DeleteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteResponseWithDefaults instantiates a new DeleteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeposit instantiates a new Deposit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDepositFeedback instantiates a new DepositFeedback object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDepositFeedbackWithDefaults instantiates a new DepositFeedback object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDepositList instantiates a new DepositList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDepositListAllOf instantiates a new DepositListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDepositListAllOfWithDefaults instantiates a new DepositListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDepositListWithDefaults instantiates a new DepositList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDepositWithDefaults instantiates a new Deposit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDetail instantiates a new Detail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDetailWithDefaults instantiates a new Detail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeviceTypeFromValue returns a pointer to a valid DeviceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDigitalWalletTokenAddressVerification instantiates a new DigitalWalletTokenAddressVerification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDigitalWalletTokenAddressVerificationWithDefaults instantiates a new DigitalWalletTokenAddressVerification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDigitalWalletTokenEditRequest instantiates a new DigitalWalletTokenEditRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDigitalWalletTokenEditRequestWithDefaults instantiates a new DigitalWalletTokenEditRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDigitalWalletTokenization instantiates a new DigitalWalletTokenization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDigitalWalletTokenizationWithDefaults instantiates a new DigitalWalletTokenization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDigitalWalletTokenResponse instantiates a new DigitalWalletTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDigitalWalletTokenResponseWithDefaults instantiates a new DigitalWalletTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDigitalWalletTokenStateFromValue returns a pointer to a valid DigitalWalletTokenState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDisclosure instantiates a new Disclosure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisclosure1 instantiates a new Disclosure1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisclosure1WithDefaults instantiates a new Disclosure1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisclosureList instantiates a new DisclosureList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisclosureListAllOf instantiates a new DisclosureListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisclosureListAllOfWithDefaults instantiates a new DisclosureListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisclosureListWithDefaults instantiates a new DisclosureList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisclosureResponse instantiates a new DisclosureResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisclosureResponseWithDefaults instantiates a new DisclosureResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisclosureTypeFromValue returns a pointer to a valid DisclosureType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDisclosureWithDefaults instantiates a new Disclosure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDishonorAch instantiates a new DishonorAch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDishonorAchWithDefaults instantiates a new DishonorAch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDocument instantiates a new Document object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDocumentList instantiates a new DocumentList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDocumentListAllOf instantiates a new DocumentListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDocumentListAllOfWithDefaults instantiates a new DocumentListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDocumentListWithDefaults instantiates a new DocumentList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDocumentTypeFromValue returns a pointer to a valid DocumentType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDocumentWithDefaults instantiates a new Document object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmbossName instantiates a new EmbossName object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmbossNameWithDefaults instantiates a new EmbossName object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmployment instantiates a new Employment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmploymentList instantiates a new EmploymentList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmploymentListAllOf instantiates a new EmploymentListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmploymentListAllOfWithDefaults instantiates a new EmploymentListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmploymentListWithDefaults instantiates a new EmploymentList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmploymentWithDefaults instantiates a new Employment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEncryptionFromValue returns a pointer to a valid Encryption for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEnhancedTransactionData instantiates a new EnhancedTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnhancedTransactionDataEnhancedRawInner instantiates a new EnhancedTransactionDataEnhancedRawInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnhancedTransactionDataEnhancedRawInnerWithDefaults instantiates a new EnhancedTransactionDataEnhancedRawInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnhancedTransactionDataWithDefaults instantiates a new EnhancedTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnvironmentFromValue returns a pointer to a valid Environment for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEvaluationContextCustomer instantiates a new EvaluationContextCustomer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEvaluationContextCustomerWithDefaults instantiates a new EvaluationContextCustomer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEvaluationResponse instantiates a new EvaluationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEvaluationResponseWithDefaults instantiates a new EvaluationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEvaluationResultFromValue returns a pointer to a valid EvaluationResult for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEvent instantiates a new Event object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventList instantiates a new EventList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventListAllOf instantiates a new EventListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventListAllOfWithDefaults instantiates a new EventListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventListWithDefaults instantiates a new EventList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventResend instantiates a new EventResend object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventResendWithDefaults instantiates a new EventResend object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventTrigger instantiates a new EventTrigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventTriggerWithDefaults instantiates a new EventTrigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventTypeExplicitFromValue returns a pointer to a valid EventTypeExplicit for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEventTypeFromValue returns a pointer to a valid EventType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEventTypeWildcardFromValue returns a pointer to a valid EventTypeWildcard for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEventWithDefaults instantiates a new Event object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExtAccountCustomerTypeFromValue returns a pointer to a valid ExtAccountCustomerType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewExternalAccount instantiates a new ExternalAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountAccessToken instantiates a new ExternalAccountAccessToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountAccessTokenWithDefaults instantiates a new ExternalAccountAccessToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalAccountBalance instantiates a new ExternalAccountBalance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountBalanceWithDefaults instantiates a new ExternalAccountBalance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalAccountLinkToken instantiates a new ExternalAccountLinkToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountLinkTokenWithDefaults instantiates a new ExternalAccountLinkToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalAccountsList instantiates a new ExternalAccountsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountsListAllOf instantiates a new ExternalAccountsListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountsListAllOfWithDefaults instantiates a new ExternalAccountsListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalAccountsListWithDefaults instantiates a new ExternalAccountsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalAccountsTransactionList instantiates a new ExternalAccountsTransactionList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountsTransactionListWithDefaults instantiates a new ExternalAccountsTransactionList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalAccountTransaction instantiates a new ExternalAccountTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountTransactionWithDefaults instantiates a new ExternalAccountTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalAccountVendorData instantiates a new ExternalAccountVendorData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalAccountVendorDataWithDefaults instantiates a new ExternalAccountVendorData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalAccountVendorValuesFromValue returns a pointer to a valid ExternalAccountVendorValues for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewExternalAccountWithDefaults instantiates a new ExternalAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalCardListResponse instantiates a new ExternalCardListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalCardListResponseAllOf instantiates a new ExternalCardListResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalCardListResponseAllOfWithDefaults instantiates a new ExternalCardListResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalCardListResponseWithDefaults instantiates a new ExternalCardListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalCardRequest instantiates a new ExternalCardRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalCardRequestWithDefaults instantiates a new ExternalCardRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalCardResponse instantiates a new ExternalCardResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalCardResponseWithDefaults instantiates a new ExternalCardResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalCardTransaction instantiates a new ExternalCardTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalCardTransactionAllOf instantiates a new ExternalCardTransactionAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalCardTransactionAllOfWithDefaults instantiates a new ExternalCardTransactionAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalCardTransactionSubtypesFromValue returns a pointer to a valid ExternalCardTransactionSubtypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewExternalCardTransactionWithDefaults instantiates a new ExternalCardTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalCardVerifications instantiates a new ExternalCardVerifications object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalCardVerificationsWithDefaults instantiates a new ExternalCardVerifications object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalPaymentDate instantiates a new ExternalPaymentDate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalPaymentDateWithDefaults instantiates a new ExternalPaymentDate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFee instantiates a new Fee object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFeeWithDefaults instantiates a new Fee object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFinancialInstitution instantiates a new FinancialInstitution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFinancialInstitutionWithDefaults instantiates a new FinancialInstitution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFinancialRequestModel instantiates a new FinancialRequestModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFinancialRequestModelWithDefaults instantiates a new FinancialRequestModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFinicityAccountVerification instantiates a new FinicityAccountVerification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFinicityAccountVerificationWithDefaults instantiates a new FinicityAccountVerification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFormFromValue returns a pointer to a valid Form for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFulfillmentDetails instantiates a new FulfillmentDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFulfillmentDetailsWithDefaults instantiates a new FulfillmentDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFundingSource instantiates a new FundingSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFundingSourceResponse instantiates a new FundingSourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFundingSourceResponseList instantiates a new FundingSourceResponseList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFundingSourceResponseListWithDefaults instantiates a new FundingSourceResponseList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFundingSourceResponseWithDefaults instantiates a new FundingSourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFundingSourceWithDefaults instantiates a new FundingSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGatewayListResponse instantiates a new GatewayListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGatewayListResponseAllOf instantiates a new GatewayListResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGatewayListResponseAllOfWithDefaults instantiates a new GatewayListResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGatewayListResponseWithDefaults instantiates a new GatewayListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGatewayResponse instantiates a new GatewayResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGatewayResponseWithDefaults instantiates a new GatewayResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetCardBarcode200Response instantiates a new GetCardBarcode200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetCardBarcode200ResponseWithDefaults instantiates a new GetCardBarcode200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetViralLoopWaitlists instantiates a new GetViralLoopWaitlists object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetViralLoopWaitlistsWithDefaults instantiates a new GetViralLoopWaitlists object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGoogleDigitalWalletProvisionRequest instantiates a new GoogleDigitalWalletProvisionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGoogleDigitalWalletProvisionRequestWithDefaults instantiates a new GoogleDigitalWalletProvisionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGoogleDigitalWalletProvisionResponse instantiates a new GoogleDigitalWalletProvisionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGoogleDigitalWalletProvisionResponseWithDefaults instantiates a new GoogleDigitalWalletProvisionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHoldCancelRequest instantiates a new HoldCancelRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHoldCancelRequestWithDefaults instantiates a new HoldCancelRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHoldCreateRequest instantiates a new HoldCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHoldCreateRequestStatusFromValue returns a pointer to a valid HoldCreateRequestStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHoldCreateRequestWithDefaults instantiates a new HoldCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHoldData instantiates a new HoldData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHoldDataWithDefaults instantiates a new HoldData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHoldDeclineRequest instantiates a new HoldDeclineRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHoldDeclineRequestWithDefaults instantiates a new HoldDeclineRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHoldModifyRequest instantiates a new HoldModifyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHoldModifyRequestWithDefaults instantiates a new HoldModifyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHoldPatchRequest instantiates a new HoldPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHoldPatchRequestWithDefaults instantiates a new HoldPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHoldPostingRequest instantiates a new HoldPostingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHoldPostingRequestWithDefaults instantiates a new HoldPostingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInAppProvisioning instantiates a new InAppProvisioning object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInAppProvisioningWithDefaults instantiates a new InAppProvisioning object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIngestionStatusFromValue returns a pointer to a valid IngestionStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewInterest instantiates a new Interest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInterestWithDefaults instantiates a new Interest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalAccount instantiates a new InternalAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalAccountPatch instantiates a new InternalAccountPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalAccountPatchWithDefaults instantiates a new InternalAccountPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalAccountsList instantiates a new InternalAccountsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalAccountsListAllOf instantiates a new InternalAccountsListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalAccountsListAllOfWithDefaults instantiates a new InternalAccountsListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalAccountsListWithDefaults instantiates a new InternalAccountsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalAccountWithDefaults instantiates a new InternalAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalTransfer instantiates a new InternalTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalTransferInstruction instantiates a new InternalTransferInstruction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalTransferInstructionWithDefaults instantiates a new InternalTransferInstruction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalTransferPatch instantiates a new InternalTransferPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalTransferPatchWithDefaults instantiates a new InternalTransferPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalTransferResponse instantiates a new InternalTransferResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalTransferResponseAllOf instantiates a new InternalTransferResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalTransferResponseAllOfWithDefaults instantiates a new InternalTransferResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalTransferResponseWithDefaults instantiates a new InternalTransferResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalTransferTransaction instantiates a new InternalTransferTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalTransferTransactionAllOf instantiates a new InternalTransferTransactionAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalTransferTransactionAllOfWithDefaults instantiates a new InternalTransferTransactionAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalTransferTransactionData instantiates a new InternalTransferTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalTransferTransactionDataWithDefaults instantiates a new InternalTransferTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalTransferTransactionSubtypesFromValue returns a pointer to a valid InternalTransferTransactionSubtypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewInternalTransferTransactionWithDefaults instantiates a new InternalTransferTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalTransferWithDefaults instantiates a new InternalTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManualAccountVerification instantiates a new ManualAccountVerification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManualAccountVerificationWithDefaults instantiates a new ManualAccountVerification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManualEntry instantiates a new ManualEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManualEntryWithDefaults instantiates a new ManualEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMasterDisclosure instantiates a new MasterDisclosure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMasterDisclosureList instantiates a new MasterDisclosureList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMasterDisclosureListAllOf instantiates a new MasterDisclosureListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMasterDisclosureListAllOfWithDefaults instantiates a new MasterDisclosureListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMasterDisclosureListWithDefaults instantiates a new MasterDisclosureList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMasterDisclosureWithDefaults instantiates a new MasterDisclosure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMinimumPaymentRateOrAmount instantiates a new MinimumPaymentRateOrAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMinimumPaymentRateOrAmountWithDefaults instantiates a new MinimumPaymentRateOrAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMinimumPaymentTypeFromValue returns a pointer to a valid MinimumPaymentType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMinimumPaymentTypeFull instantiates a new MinimumPaymentTypeFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMinimumPaymentTypeFullWithDefaults instantiates a new MinimumPaymentTypeFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMinimumPaymentTypeRateOrAmount instantiates a new MinimumPaymentTypeRateOrAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMinimumPaymentTypeRateOrAmountWithDefaults instantiates a new MinimumPaymentTypeRateOrAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewModelError instantiates a new ModelError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewModelErrorWithDefaults instantiates a new ModelError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMonitoringAlert instantiates a new MonitoringAlert object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMonitoringAlertList instantiates a new MonitoringAlertList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMonitoringAlertListAllOf instantiates a new MonitoringAlertListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMonitoringAlertListAllOfWithDefaults instantiates a new MonitoringAlertListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMonitoringAlertListWithDefaults instantiates a new MonitoringAlertList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMonitoringAlertWithDefaults instantiates a new MonitoringAlert object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMonitoringStatusFromValue returns a pointer to a valid MonitoringStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMonitoringSubscription instantiates a new MonitoringSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMonitoringSubscriptionList instantiates a new MonitoringSubscriptionList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMonitoringSubscriptionListAllOf instantiates a new MonitoringSubscriptionListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMonitoringSubscriptionListAllOfWithDefaults instantiates a new MonitoringSubscriptionListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMonitoringSubscriptionListWithDefaults instantiates a new MonitoringSubscriptionList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMonitoringSubscriptionWithDefaults instantiates a new MonitoringSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkFeeModel instantiates a new NetworkFeeModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkFeeModelWithDefaults instantiates a new NetworkFeeModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNoteCreate instantiates a new NoteCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNoteCreateWithDefaults instantiates a new NoteCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNoteList instantiates a new NoteList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNoteListAllOf instantiates a new NoteListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNoteListAllOfWithDefaults instantiates a new NoteListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNoteListWithDefaults instantiates a new NoteList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNoteResponse instantiates a new NoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNoteResponseWithDefaults instantiates a new NoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOriginalCreditRequestModel instantiates a new OriginalCreditRequestModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOriginalCreditRequestModelWithDefaults instantiates a new OriginalCreditRequestModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOriginalCreditSenderData instantiates a new OriginalCreditSenderData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOriginalCreditSenderDataWithDefaults instantiates a new OriginalCreditSenderData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutgoingAch instantiates a new OutgoingAch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutgoingAchList instantiates a new OutgoingAchList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutgoingAchListAllOf instantiates a new OutgoingAchListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutgoingAchListAllOfWithDefaults instantiates a new OutgoingAchListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutgoingAchListWithDefaults instantiates a new OutgoingAchList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutgoingAchPatch instantiates a new OutgoingAchPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutgoingAchPatchWithDefaults instantiates a new OutgoingAchPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutgoingAchRequest instantiates a new OutgoingAchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutgoingAchRequestWithDefaults instantiates a new OutgoingAchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutgoingAchWithDefaults instantiates a new OutgoingAch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedResponse instantiates a new PaginatedResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedResponse1 instantiates a new PaginatedResponse1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedResponse1WithDefaults instantiates a new PaginatedResponse1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedResponseWithDefaults instantiates a new PaginatedResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedTransactions instantiates a new PaginatedTransactions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedTransactionsWithDefaults instantiates a new PaginatedTransactions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchAccountsRequestAccountIdentifiers instantiates a new PatchAccountsRequestAccountIdentifiers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchAccountsRequestAccountIdentifiersWithDefaults instantiates a new PatchAccountsRequestAccountIdentifiers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchAccountsRequestRoutingIdentifiers instantiates a new PatchAccountsRequestRoutingIdentifiers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchAccountsRequestRoutingIdentifiersWithDefaults instantiates a new PatchAccountsRequestRoutingIdentifiers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchBanStatus instantiates a new PatchBanStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchBanStatusWithDefaults instantiates a new PatchBanStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchBusiness instantiates a new PatchBusiness object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchBusinessBusinessOwnerRelationship instantiates a new PatchBusinessBusinessOwnerRelationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchBusinessBusinessOwnerRelationshipAllOf instantiates a new PatchBusinessBusinessOwnerRelationshipAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchBusinessBusinessOwnerRelationshipAllOfWithDefaults instantiates a new PatchBusinessBusinessOwnerRelationshipAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchBusinessBusinessOwnerRelationshipWithDefaults instantiates a new PatchBusinessBusinessOwnerRelationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchBusinessWithDefaults instantiates a new PatchBusiness object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchCustomer instantiates a new PatchCustomer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchCustomerWithDefaults instantiates a new PatchCustomer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchDocument instantiates a new PatchDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchDocumentWithDefaults instantiates a new PatchDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchExternalAccount instantiates a new PatchExternalAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchExternalAccountWithDefaults instantiates a new PatchExternalAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchInterest instantiates a new PatchInterest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchInterestWithDefaults instantiates a new PatchInterest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchPaymentSchedule instantiates a new PatchPaymentSchedule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchPaymentScheduleWithDefaults instantiates a new PatchPaymentSchedule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchPerson instantiates a new PatchPerson object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchPersonBusinessOwnerRelationship instantiates a new PatchPersonBusinessOwnerRelationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchPersonBusinessOwnerRelationshipAllOf instantiates a new PatchPersonBusinessOwnerRelationshipAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchPersonBusinessOwnerRelationshipAllOfWithDefaults instantiates a new PatchPersonBusinessOwnerRelationshipAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchPersonBusinessOwnerRelationshipWithDefaults instantiates a new PatchPersonBusinessOwnerRelationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchPersonBusinessRelationship instantiates a new PatchPersonBusinessRelationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchPersonBusinessRelationshipAllOf instantiates a new PatchPersonBusinessRelationshipAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPatchPersonBusinessRelationshipAllOfWithDefaults instantiates a new PatchPersonBusinessRelationshipAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchPersonBusinessRelationshipWithDefaults instantiates a new PatchPersonBusinessRelationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPatchPersonWithDefaults instantiates a new PatchPerson object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPayment instantiates a new Payment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaymentDate instantiates a new PaymentDate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaymentDateWithDefaults instantiates a new PaymentDate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaymentErrorDetails instantiates a new PaymentErrorDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaymentErrorDetailsWithDefaults instantiates a new PaymentErrorDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaymentList instantiates a new PaymentList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaymentListAllOf instantiates a new PaymentListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaymentListAllOfWithDefaults instantiates a new PaymentListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaymentListWithDefaults instantiates a new PaymentList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaymentSchedule instantiates a new PaymentSchedule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaymentScheduleList instantiates a new PaymentScheduleList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaymentScheduleListAllOf instantiates a new PaymentScheduleListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaymentScheduleListAllOfWithDefaults instantiates a new PaymentScheduleListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaymentScheduleListWithDefaults instantiates a new PaymentScheduleList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaymentScheduleStatusFromValue returns a pointer to a valid PaymentScheduleStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPaymentScheduleWithDefaults instantiates a new PaymentSchedule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaymentStatusFromValue returns a pointer to a valid PaymentStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPaymentWithDefaults instantiates a new Payment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPendingTransaction instantiates a new PendingTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPendingTransactionData instantiates a new PendingTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPendingTransactionDataWithDefaults instantiates a new PendingTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPendingTransactionHistory instantiates a new PendingTransactionHistory object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPendingTransactionHistoryData instantiates a new PendingTransactionHistoryData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPendingTransactionHistoryDataWithDefaults instantiates a new PendingTransactionHistoryData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPendingTransactionHistoryWithDefaults instantiates a new PendingTransactionHistory object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPendingTransactions instantiates a new PendingTransactions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPendingTransactionsWithDefaults instantiates a new PendingTransactions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPendingTransactionWithDefaults instantiates a new PendingTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerson instantiates a new Person object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerson1 instantiates a new Person1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerson1WithDefaults instantiates a new Person1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPersonBusinessOwnerRelationship instantiates a new PersonBusinessOwnerRelationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPersonBusinessOwnerRelationshipWithDefaults instantiates a new PersonBusinessOwnerRelationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPersonBusinessRelationship instantiates a new PersonBusinessRelationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPersonBusinessRelationshipWithDefaults instantiates a new PersonBusinessRelationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPersonList instantiates a new PersonList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPersonListAllOf instantiates a new PersonListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPersonListAllOfWithDefaults instantiates a new PersonListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPersonListWithDefaults instantiates a new PersonList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPersonWithDefaults instantiates a new Person object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhysicalCard instantiates a new PhysicalCard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhysicalCardAllOf instantiates a new PhysicalCardAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhysicalCardAllOfWithDefaults instantiates a new PhysicalCardAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhysicalCardFormatFromValue returns a pointer to a valid PhysicalCardFormat for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPhysicalCardIssuanceRequest instantiates a new PhysicalCardIssuanceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhysicalCardIssuanceRequestWithDefaults instantiates a new PhysicalCardIssuanceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhysicalCardPlusStatus instantiates a new PhysicalCardPlusStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhysicalCardPlusStatusWithDefaults instantiates a new PhysicalCardPlusStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhysicalCardResponse instantiates a new PhysicalCardResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhysicalCardResponseAllOf instantiates a new PhysicalCardResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhysicalCardResponseAllOfWithDefaults instantiates a new PhysicalCardResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhysicalCardResponseStatus instantiates a new PhysicalCardResponseStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhysicalCardResponseStatusAllOf instantiates a new PhysicalCardResponseStatusAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhysicalCardResponseStatusAllOfWithDefaults instantiates a new PhysicalCardResponseStatusAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhysicalCardResponseStatusWithDefaults instantiates a new PhysicalCardResponseStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhysicalCardResponseWithDefaults instantiates a new PhysicalCardResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhysicalCardWithDefaults instantiates a new PhysicalCard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPingResponse instantiates a new PingResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPingResponseWithDefaults instantiates a new PingResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlaidAccountVerification instantiates a new PlaidAccountVerification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlaidAccountVerificationWithDefaults instantiates a new PlaidAccountVerification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostedTransaction instantiates a new PostedTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostedTransactionData instantiates a new PostedTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostedTransactionDataWithDefaults instantiates a new PostedTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostedTransactions instantiates a new PostedTransactions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostedTransactionsWithDefaults instantiates a new PostedTransactions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostedTransactionWithDefaults instantiates a new PostedTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPrefillRequest instantiates a new PrefillRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPrefillRequestWithDefaults instantiates a new PrefillRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProcessorFromValue returns a pointer to a valid Processor for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewProspect instantiates a new Prospect object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProspect1 instantiates a new Prospect1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProspect1AllOf instantiates a new Prospect1AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProspect1AllOfWithDefaults instantiates a new Prospect1AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProspect1WithDefaults instantiates a new Prospect1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProspectAllOf instantiates a new ProspectAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProspectAllOfWithDefaults instantiates a new ProspectAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProspectEditable instantiates a new ProspectEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProspectEditableWithDefaults instantiates a new ProspectEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProspectsList instantiates a new ProspectsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProspectsListAllOf instantiates a new ProspectsListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProspectsListAllOfWithDefaults instantiates a new ProspectsListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProspectsListWithDefaults instantiates a new ProspectsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProspectStatusFromValue returns a pointer to a valid ProspectStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewProspectWithDefaults instantiates a new Prospect object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProviderTypeFromValue returns a pointer to a valid ProviderType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewProvisioningControls instantiates a new ProvisioningControls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisioningControlsWithDefaults instantiates a new ProvisioningControls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPushTokenizeRequestData instantiates a new PushTokenizeRequestData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPushTokenizeRequestDataWithDefaults instantiates a new PushTokenizeRequestData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQuickstartT10 instantiates a new QuickstartT10 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQuickstartT10Response instantiates a new QuickstartT10Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQuickstartT10ResponseWithDefaults instantiates a new QuickstartT10Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQuickstartT10WithDefaults instantiates a new QuickstartT10 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRateDetails instantiates a new RateDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRateDetailsWithDefaults instantiates a new RateDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRawResponse instantiates a new RawResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRawResponseWithDefaults instantiates a new RawResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRecipientName instantiates a new RecipientName object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRecipientNameWithDefaults instantiates a new RecipientName object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReconciliation instantiates a new Reconciliation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReconciliationInput instantiates a new ReconciliationInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReconciliationInputWithDefaults instantiates a new ReconciliationInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReconciliationList instantiates a new ReconciliationList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReconciliationListAllOf instantiates a new ReconciliationListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReconciliationListAllOfWithDefaults instantiates a new ReconciliationListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReconciliationListWithDefaults instantiates a new ReconciliationList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReconciliationWithDefaults instantiates a new Reconciliation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRelatedResourceType1FromValue returns a pointer to a valid RelatedResourceType1 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRelatedResourceTypeFromValue returns a pointer to a valid RelatedResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRelationship instantiates a new Relationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRelationship1 instantiates a new Relationship1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRelationship1WithDefaults instantiates a new Relationship1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRelationshipList instantiates a new RelationshipList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRelationshipListAllOf instantiates a new RelationshipListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRelationshipListAllOfWithDefaults instantiates a new RelationshipListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRelationshipListWithDefaults instantiates a new RelationshipList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRelationshipRoleFromValue returns a pointer to a valid RelationshipRole for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRelationshipsList instantiates a new RelationshipsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRelationshipsListAllOf instantiates a new RelationshipsListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRelationshipsListAllOfWithDefaults instantiates a new RelationshipsListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRelationshipsListWithDefaults instantiates a new RelationshipsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRelationshipWithDefaults instantiates a new Relationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReplaceSecret200Response instantiates a new ReplaceSecret200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReplaceSecret200ResponseWithDefaults instantiates a new ReplaceSecret200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReplaceSecretRequest instantiates a new ReplaceSecretRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReplaceSecretRequestWithDefaults instantiates a new ReplaceSecretRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResendResponse instantiates a new ResendResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResendResponseWithDefaults instantiates a new ResendResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceTypeFromValue returns a pointer to a valid ResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewResponseHistoryItem instantiates a new ResponseHistoryItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResponseHistoryItemWithDefaults instantiates a new ResponseHistoryItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReturnAch instantiates a new ReturnAch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReturnAchWithDefaults instantiates a new ReturnAch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReversalModel instantiates a new ReversalModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReversalModelWithDefaults instantiates a new ReversalModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRiskData instantiates a new RiskData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRiskDataWithDefaults instantiates a new RiskData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRiskRating instantiates a new RiskRating object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRiskRatingList instantiates a new RiskRatingList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRiskRatingListAllOf instantiates a new RiskRatingListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRiskRatingListAllOfWithDefaults instantiates a new RiskRatingListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRiskRatingListWithDefaults instantiates a new RiskRatingList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRiskRatingWithDefaults instantiates a new RiskRating object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSavingsSummary instantiates a new SavingsSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSavingsSummaryWithDefaults instantiates a new SavingsSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScheduleConfig instantiates a new ScheduleConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScheduleConfigWithDefaults instantiates a new ScheduleConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecurity instantiates a new Security object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecurityWithDefaults instantiates a new Security object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewShipping instantiates a new Shipping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewShippingWithDefaults instantiates a new Shipping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSimulateCardFulfillment instantiates a new SimulateCardFulfillment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSimulateCardFulfillmentWithDefaults instantiates a new SimulateCardFulfillment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSingleUseTokenRequest instantiates a new SingleUseTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSingleUseTokenRequestWithDefaults instantiates a new SingleUseTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSingleUseTokenResponse instantiates a new SingleUseTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSingleUseTokenResponseWithDefaults instantiates a new SingleUseTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSocureEventBody instantiates a new SocureEventBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSocureEventBodyWithDefaults instantiates a new SocureEventBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSocureGlobalWatchlist instantiates a new SocureGlobalWatchlist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSocureGlobalWatchlistWithDefaults instantiates a new SocureGlobalWatchlist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSocureMatch instantiates a new SocureMatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSocureMatchComments instantiates a new SocureMatchComments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSocureMatchCommentsWithDefaults instantiates a new SocureMatchComments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSocureMatchWithDefaults instantiates a new SocureMatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSocureWatchlistResult instantiates a new SocureWatchlistResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSocureWatchlistResultWithDefaults instantiates a new SocureWatchlistResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpendingLimits instantiates a new SpendingLimits object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpendingLimitsTransaction instantiates a new SpendingLimitsTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpendingLimitsTransactionWithDefaults instantiates a new SpendingLimitsTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpendingLimitsWithDefaults instantiates a new SpendingLimits object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpendingLimitWithTime instantiates a new SpendingLimitWithTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpendingLimitWithTimeWithDefaults instantiates a new SpendingLimitWithTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSsnSourceFromValue returns a pointer to a valid SsnSource for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatement instantiates a new Statement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStatementAllOf instantiates a new StatementAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStatementAllOfWithDefaults instantiates a new StatementAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStatementList instantiates a new StatementList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStatementListAllOf instantiates a new StatementListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStatementListAllOfWithDefaults instantiates a new StatementListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStatementListWithDefaults instantiates a new StatementList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStatementSummary instantiates a new StatementSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStatementSummaryWithDefaults instantiates a new StatementSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStatementWithDefaults instantiates a new Statement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStatus1FromValue returns a pointer to a valid Status1 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatusFromValue returns a pointer to a valid Status for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTemplateFieldsChargeSecured instantiates a new TemplateFieldsChargeSecured object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateFieldsChargeSecuredAllOf instantiates a new TemplateFieldsChargeSecuredAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateFieldsChargeSecuredAllOfWithDefaults instantiates a new TemplateFieldsChargeSecuredAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateFieldsChargeSecuredWithDefaults instantiates a new TemplateFieldsChargeSecured object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateFieldsDepository instantiates a new TemplateFieldsDepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateFieldsDepositoryAllOf instantiates a new TemplateFieldsDepositoryAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateFieldsDepositoryAllOfWithDefaults instantiates a new TemplateFieldsDepositoryAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateFieldsDepositoryWithDefaults instantiates a new TemplateFieldsDepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateFieldsGenericResponse instantiates a new TemplateFieldsGenericResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateFieldsGenericResponseWithDefaults instantiates a new TemplateFieldsGenericResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateFieldsLineOfCredit instantiates a new TemplateFieldsLineOfCredit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateFieldsLineOfCreditAllOf instantiates a new TemplateFieldsLineOfCreditAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateFieldsLineOfCreditAllOfWithDefaults instantiates a new TemplateFieldsLineOfCreditAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateFieldsLineOfCreditWithDefaults instantiates a new TemplateFieldsLineOfCredit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateList instantiates a new TemplateList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateListAllOf instantiates a new TemplateListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateListAllOfWithDefaults instantiates a new TemplateListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateListWithDefaults instantiates a new TemplateList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenList instantiates a new TokenList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenListResponse instantiates a new TokenListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenListResponseWithDefaults instantiates a new TokenListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenListWithDefaults instantiates a new TokenList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransaction instantiates a new Transaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransactionData instantiates a new TransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransactionDataWithDefaults instantiates a new TransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransactionDirectPostRequest instantiates a new TransactionDirectPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransactionDirectPostRequestWithDefaults instantiates a new TransactionDirectPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransactionLine instantiates a new TransactionLine object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransactionLine1 instantiates a new TransactionLine1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransactionLine1WithDefaults instantiates a new TransactionLine1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransactionLineWithDefaults instantiates a new TransactionLine object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransactionOptions instantiates a new TransactionOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransactionOptionsWithDefaults instantiates a new TransactionOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransactionReverseRequest instantiates a new TransactionReverseRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransactionReverseRequestWithDefaults instantiates a new TransactionReverseRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransactionUpdateMetaRequest instantiates a new TransactionUpdateMetaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransactionUpdateMetaRequestWithDefaults instantiates a new TransactionUpdateMetaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransactionWithDefaults instantiates a new Transaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferListResponse instantiates a new TransferListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransferListResponseAllOf instantiates a new TransferListResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransferListResponseAllOfWithDefaults instantiates a new TransferListResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferListResponseWithDefaults instantiates a new TransferListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferRequest instantiates a new TransferRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransferRequestWithDefaults instantiates a new TransferRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferResponse instantiates a new TransferResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransferResponseWithDefaults instantiates a new TransferResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferReversalRequest instantiates a new TransferReversalRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransferReversalRequestWithDefaults instantiates a new TransferReversalRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferTypeFromValue returns a pointer to a valid TransferType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTriggerEventRequest instantiates a new TriggerEventRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTriggerEventRequestWithDefaults instantiates a new TriggerEventRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTxnEnhancerFromValue returns a pointer to a valid TxnEnhancer for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUpdateCardImageRequest instantiates a new UpdateCardImageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateCardImageRequestWithDefaults instantiates a new UpdateCardImageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateGatewayRequest instantiates a new UpdateGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateGatewayRequestWithDefaults instantiates a new UpdateGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateTransfer instantiates a new UpdateTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateTransferWithDefaults instantiates a new UpdateTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVendorJson instantiates a new VendorJson object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVendorJsonWithDefaults instantiates a new VendorJson object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVendorXml instantiates a new VendorXml object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVendorXmlWithDefaults instantiates a new VendorXml object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerification instantiates a new Verification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationAllOf instantiates a new VerificationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationAllOfWithDefaults instantiates a new VerificationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerificationList instantiates a new VerificationList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationListAllOf instantiates a new VerificationListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationListAllOfWithDefaults instantiates a new VerificationListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerificationListWithDefaults instantiates a new VerificationList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerificationRequest instantiates a new VerificationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationRequestAllOf instantiates a new VerificationRequestAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationRequestAllOfWithDefaults instantiates a new VerificationRequestAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerificationRequestWithDefaults instantiates a new VerificationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerificationResultFromValue returns a pointer to a valid VerificationResult for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewVerificationStatusFromValue returns a pointer to a valid VerificationStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewVerificationType1FromValue returns a pointer to a valid VerificationType1 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewVerificationTypeFromValue returns a pointer to a valid VerificationType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewVerificationVendorInfoDetail instantiates a new VerificationVendorInfoDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationVendorInfoDetailWithDefaults instantiates a new VerificationVendorInfoDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerificationVendorJson instantiates a new VerificationVendorJson object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationVendorJsonWithDefaults instantiates a new VerificationVendorJson object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerificationVendorXml instantiates a new VerificationVendorXml object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerificationVendorXmlWithDefaults instantiates a new VerificationVendorXml object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerificationWithDefaults instantiates a new Verification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerifyResponse instantiates a new VerifyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerifyResponseAllOf instantiates a new VerifyResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerifyResponseAllOfWithDefaults instantiates a new VerifyResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerifyResponseWithDefaults instantiates a new VerifyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewViralLoopWaitlists instantiates a new ViralLoopWaitlists object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewViralLoopWaitlistsWithDefaults instantiates a new ViralLoopWaitlists object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualCard instantiates a new VirtualCard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualCardIssuanceRequest instantiates a new VirtualCardIssuanceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualCardIssuanceRequestWithDefaults instantiates a new VirtualCardIssuanceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualCardPlusStatus instantiates a new VirtualCardPlusStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualCardPlusStatusWithDefaults instantiates a new VirtualCardPlusStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualCardResponse instantiates a new VirtualCardResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualCardResponseAllOf instantiates a new VirtualCardResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualCardResponseAllOfWithDefaults instantiates a new VirtualCardResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualCardResponseStatus instantiates a new VirtualCardResponseStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualCardResponseStatusWithDefaults instantiates a new VirtualCardResponseStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualCardResponseWithDefaults instantiates a new VirtualCardResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualCardWithDefaults instantiates a new VirtualCard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWaitlist instantiates a new Waitlist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWaitlistAllOf instantiates a new WaitlistAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWaitlistAllOfWithDefaults instantiates a new WaitlistAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWaitlistAnalytics instantiates a new WaitlistAnalytics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWaitlistAnalyticsList instantiates a new WaitlistAnalyticsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWaitlistAnalyticsListWithDefaults instantiates a new WaitlistAnalyticsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWaitlistAnalyticsWithDefaults instantiates a new WaitlistAnalytics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWaitlistEditable instantiates a new WaitlistEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWaitlistEditableWithDefaults instantiates a new WaitlistEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWaitlistsList instantiates a new WaitlistsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWaitlistsListAllOf instantiates a new WaitlistsListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWaitlistsListAllOfWithDefaults instantiates a new WaitlistsListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWaitlistsListWithDefaults instantiates a new WaitlistsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWaitlistWithDefaults instantiates a new Waitlist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWalletProviderCardOnFile instantiates a new WalletProviderCardOnFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWalletProviderCardOnFileWithDefaults instantiates a new WalletProviderCardOnFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWatchlistAlert instantiates a new WatchlistAlert object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWatchlistAlertList instantiates a new WatchlistAlertList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWatchlistAlertListAllOf instantiates a new WatchlistAlertListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWatchlistAlertListAllOfWithDefaults instantiates a new WatchlistAlertListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWatchlistAlertListWithDefaults instantiates a new WatchlistAlertList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWatchlistAlertWithDefaults instantiates a new WatchlistAlert object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWatchlistSubscription instantiates a new WatchlistSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWatchlistSubscriptionList instantiates a new WatchlistSubscriptionList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWatchlistSubscriptionListAllOf instantiates a new WatchlistSubscriptionListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWatchlistSubscriptionListAllOfWithDefaults instantiates a new WatchlistSubscriptionListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWatchlistSubscriptionListWithDefaults instantiates a new WatchlistSubscriptionList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWatchlistSubscriptionWithDefaults instantiates a new WatchlistSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWatchlistSuppress instantiates a new WatchlistSuppress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWatchlistSuppressWithDefaults instantiates a new WatchlistSuppress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhook instantiates a new Webhook object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookConfig instantiates a new WebhookConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookConfigWithDefaults instantiates a new WebhookConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookList instantiates a new WebhookList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookListAllOf instantiates a new WebhookListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookListAllOfWithDefaults instantiates a new WebhookListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookListWithDefaults instantiates a new WebhookList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookRequest instantiates a new WebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookRequestObject instantiates a new WebhookRequestObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookRequestObjectWithDefaults instantiates a new WebhookRequestObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookRequestWithDefaults instantiates a new WebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookResponse instantiates a new WebhookResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookResponseAllOf instantiates a new WebhookResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookResponseAllOfWithDefaults instantiates a new WebhookResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookResponseWithDefaults instantiates a new WebhookResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookWithDefaults instantiates a new Webhook object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWidgetTypeFromValue returns a pointer to a valid WidgetType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWire instantiates a new Wire object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWireList instantiates a new WireList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWireListAllOf instantiates a new WireListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWireListAllOfWithDefaults instantiates a new WireListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWireListWithDefaults instantiates a new WireList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWireRequest instantiates a new WireRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWireRequestWithDefaults instantiates a new WireRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWireTransaction instantiates a new WireTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWireTransactionAllOf instantiates a new WireTransactionAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWireTransactionAllOfWithDefaults instantiates a new WireTransactionAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWireTransactionData instantiates a new WireTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWireTransactionDataWithDefaults instantiates a new WireTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWireTransactionSubtypesFromValue returns a pointer to a valid WireTransactionSubtypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWireTransactionWithDefaults instantiates a new WireTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWireWithDefaults instantiates a new Wire object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWithdrawalRequestModel instantiates a new WithdrawalRequestModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWithdrawalRequestModelWithDefaults instantiates a new WithdrawalRequestModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWorkspace instantiates a new Workspace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkspaceList instantiates a new WorkspaceList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkspaceListAllOf instantiates a new WorkspaceListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkspaceListAllOfWithDefaults instantiates a new WorkspaceListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWorkspaceListWithDefaults instantiates a new WorkspaceList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWorkspaceWithDefaults instantiates a new Workspace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PatchBusinessBusinessOwnerRelationshipAsPatchRelationshipIn is a convenience function that returns PatchBusinessBusinessOwnerRelationship wrapped in PatchRelationshipIn.
PatchInterestAsPatchAccountProduct is a convenience function that returns PatchInterest wrapped in PatchAccountProduct.
PatchPersonBusinessOwnerRelationshipAsPatchRelationshipIn is a convenience function that returns PatchPersonBusinessOwnerRelationship wrapped in PatchRelationshipIn.
PatchPersonBusinessRelationshipAsPatchRelationshipIn is a convenience function that returns PatchPersonBusinessRelationship wrapped in PatchRelationshipIn.
PersonBusinessOwnerRelationshipAsRelationshipIn is a convenience function that returns PersonBusinessOwnerRelationship wrapped in RelationshipIn.
PersonBusinessRelationshipAsRelationshipIn is a convenience function that returns PersonBusinessRelationship wrapped in RelationshipIn.
PhysicalCardIssuanceRequestAsCardIssuanceRequest is a convenience function that returns PhysicalCardIssuanceRequest wrapped in CardIssuanceRequest.
PhysicalCardResponseAsCardResponse is a convenience function that returns PhysicalCardResponse wrapped in CardResponse.
PlaidAccountVerificationAsAccountVerification is a convenience function that returns PlaidAccountVerification wrapped in AccountVerification.
ProspectAsCustomerInBody is a convenience function that returns Prospect wrapped in CustomerInBody.
ProspectAsCustomerInPath is a convenience function that returns Prospect wrapped in CustomerInPath.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
TemplateFieldsChargeSecuredAsTemplateFields is a convenience function that returns TemplateFieldsChargeSecured wrapped in TemplateFields.
TemplateFieldsDepositoryAsTemplateFields is a convenience function that returns TemplateFieldsDepository wrapped in TemplateFields.
TemplateFieldsLineOfCreditAsTemplateFields is a convenience function that returns TemplateFieldsLineOfCredit wrapped in TemplateFields.
VendorJsonAsVendorInfo is a convenience function that returns VendorJson wrapped in VendorInfo.
VendorJsonAsVendorInfo1 is a convenience function that returns VendorJson wrapped in VendorInfo1.
VendorXmlAsVendorInfo is a convenience function that returns VendorXml wrapped in VendorInfo.
VendorXmlAsVendorInfo1 is a convenience function that returns VendorXml wrapped in VendorInfo1.
VerificationVendorJsonAsVerificationVendorInfo is a convenience function that returns VerificationVendorJson wrapped in VerificationVendorInfo.
VerificationVendorXmlAsVerificationVendorInfo is a convenience function that returns VerificationVendorXml wrapped in VerificationVendorInfo.
VirtualCardIssuanceRequestAsCardIssuanceRequest is a convenience function that returns VirtualCardIssuanceRequest wrapped in CardIssuanceRequest.
VirtualCardResponseAsCardResponse is a convenience function that returns VirtualCardResponse wrapped in CardResponse.
WireTransactionAsTransaction1 is a convenience function that returns WireTransaction wrapped in Transaction1.

# Constants

List of account_access_status.
List of account_access_status.
List of account_relationship_type.
List of account_relationship_type.
List of account_relationship_type.
List of account_relationship_type.
List of account_relationship_type.
List of account_type.
List of account_type.
List of account_type.
List of account_type.
List of accrual_payout_schedule.
List of accrual_payout_schedule.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of ach_transaction_subtypes.
List of add_vendor_accounts_error_reason.
List of add_vendor_accounts_error_reason.
List of add_vendor_accounts_error_reason.
List of add_vendor_accounts_error_reason.
List of add_vendor_accounts_error_reason.
List of application_status.
List of application_status.
List of application_status.
List of application_status.
List of application_status.
List of application_type.
List of application_type.
List of application_type1.
List of balance_type.
List of balance_type.
List of ban_rule_status.
List of ban_rule_status.
List of ban_status.
List of ban_status.
List of bin_status.
List of bin_status.
List of calculation_method.
List of calculation_method.
List of card_brand.
List of card_brand.
List of card_category.
List of card_category.
List of card_fulfillment_status.
List of card_fulfillment_status.
List of card_fulfillment_status.
List of card_fulfillment_status.
List of card_fulfillment_status.
List of card_fulfillment_status.
List of card_fulfillment_status.
List of card_image_mode.
List of card_image_mode.
List of card_image_rejection_reason.
List of card_image_rejection_reason.
List of card_image_rejection_reason.
List of card_image_rejection_reason.
List of card_image_rejection_reason.
List of card_image_rejection_reason.
List of card_image_status.
List of card_image_status.
List of card_image_status.
List of card_image_status.
List of card_pin_status.
List of card_pin_status.
List of card_product_type.
List of card_product_type.
List of card_product_type.
List of card_status.
List of card_status.
List of card_status.
List of card_status.
List of card_status.
List of card_status.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_reason_code.
List of card_status_request.
List of card_status_request.
List of card_status_request.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of card_transaction_subtypes.
List of cash_pickup_status.
List of cash_pickup_status.
List of cash_pickup_status.
List of cash_pickup_status.
List of change_channel.
List of change_channel.
List of change_channel.
List of change_channel.
List of change_type.
List of change_type.
List of change_type.
List of check_transaction_subtypes.
List of check_transaction_subtypes.
List of customer_kyc_status.
List of customer_kyc_status.
List of customer_kyc_status.
List of customer_kyc_status.
List of customer_kyc_status.
List of customer_kyc_status.
List of customer_type.
List of customer_type.
List of dc_sign.
List of dc_sign.
List of device_type.
List of device_type.
List of device_type.
List of digital_wallet_token_state.
List of digital_wallet_token_state.
List of digital_wallet_token_state.
List of digital_wallet_token_state.
List of digital_wallet_token_state.
List of disclosure_type.
List of disclosure_type.
List of disclosure_type.
List of disclosure_type.
List of disclosure_type.
List of disclosure_type.
List of disclosure_type.
List of disclosure_type.
List of disclosure_type.
List of document_type.
List of document_type.
List of document_type.
List of document_type.
List of document_type.
List of encryption.
List of encryption.
List of environment.
List of environment.
List of environment.
List of evaluation_result.
List of evaluation_result.
List of event_type.
List of event_type.
List of event_type.
List of event_type.
List of event_type.
List of event_type.
List of event_type.
List of event_type.
List of event_type.
List of event_type.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_explicit.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of event_type_wildcard.
List of ext_account_customer_type.
List of ext_account_customer_type.
List of external_account_vendor_values.
List of external_account_vendor_values.
List of external_card_transaction_subtypes.
List of external_card_transaction_subtypes.
List of external_card_transaction_subtypes.
List of external_card_transaction_subtypes.
List of form.
List of form.
List of hold_create_request_status.
List of hold_create_request_status.
List of ingestion_status.
List of ingestion_status.
List of ingestion_status.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of internal_transfer_transaction_subtypes.
List of minimum_payment_type.
List of minimum_payment_type.
List of monitoring_status.
List of monitoring_status.
List of payment_schedule_status.
List of payment_schedule_status.
List of payment_schedule_status.
List of payment_status.
List of payment_status.
List of physical_card_format.
List of physical_card_format.
List of physical_card_format.
List of physical_card_format.
List of physical_card_format.
List of processor.
List of processor.
List of prospect_status.
List of prospect_status.
List of prospect_status.
List of prospect_status.
List of provider_type.
List of provider_type.
List of related_resource_type.
List of related_resource_type.
List of related_resource_type1.
List of related_resource_type1.
List of related_resource_type1.
List of related_resource_type1.
List of related_resource_type1.
List of related_resource_type1.
List of relationship_role.
List of relationship_role.
List of relationship_role.
List of resource_type.
List of ssn_source.
List of ssn_source.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status.
List of status1.
List of status1.
List of status1.
List of status1.
List of status1.
List of status1.
List of status1.
List of status1.
List of status1.
List of transfer_type.
List of transfer_type.
List of transfer_type.
List of txn_enhancer.
List of txn_enhancer.
List of verification_result.
List of verification_result.
List of verification_result.
List of verification_result.
List of verification_result.
List of verification_result.
List of verification_status.
List of verification_status.
List of verification_status.
List of verification_status.
List of verification_status.
List of verification_status.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type.
List of verification_type1.
List of verification_type1.
List of verification_type1.
List of verification_type1.
List of widget_type.
List of widget_type.
List of wire_transaction_subtypes.
List of wire_transaction_subtypes.

# Variables

All allowed values of AccountAccessStatus enum.
All allowed values of AccountRelationshipType enum.
All allowed values of AccountType enum.
All allowed values of AccrualPayoutSchedule enum.
All allowed values of AchTransactionSubtypes enum.
All allowed values of AddVendorAccountsErrorReason enum.
All allowed values of ApplicationStatus enum.
All allowed values of ApplicationType1 enum.
All allowed values of ApplicationType enum.
All allowed values of BalanceType enum.
All allowed values of BanRuleStatus enum.
All allowed values of BanStatus enum.
All allowed values of BinStatus enum.
All allowed values of CalculationMethod enum.
All allowed values of CardBrand enum.
All allowed values of CardCategory enum.
All allowed values of CardFulfillmentStatus enum.
All allowed values of CardImageMode enum.
All allowed values of CardImageRejectionReason enum.
All allowed values of CardImageStatus enum.
All allowed values of CardPinStatus enum.
All allowed values of CardProductType enum.
All allowed values of CardStatus enum.
All allowed values of CardStatusReasonCode enum.
All allowed values of CardStatusRequest enum.
All allowed values of CardTransactionSubtypes enum.
All allowed values of CashPickupStatus enum.
All allowed values of ChangeChannel enum.
All allowed values of ChangeType enum.
All allowed values of CheckTransactionSubtypes enum.
All allowed values of CustomerKycStatus enum.
All allowed values of CustomerType enum.
All allowed values of DcSign enum.
All allowed values of DeviceType enum.
All allowed values of DigitalWalletTokenState enum.
All allowed values of DisclosureType enum.
All allowed values of DocumentType enum.
All allowed values of Encryption enum.
All allowed values of Environment enum.
All allowed values of EvaluationResult enum.
All allowed values of EventType enum.
All allowed values of EventTypeExplicit enum.
All allowed values of EventTypeWildcard enum.
All allowed values of ExtAccountCustomerType enum.
All allowed values of ExternalAccountVendorValues enum.
All allowed values of ExternalCardTransactionSubtypes enum.
All allowed values of Form enum.
All allowed values of HoldCreateRequestStatus enum.
All allowed values of IngestionStatus enum.
All allowed values of InternalTransferTransactionSubtypes enum.
All allowed values of MinimumPaymentType enum.
All allowed values of MonitoringStatus enum.
All allowed values of PaymentScheduleStatus enum.
All allowed values of PaymentStatus enum.
All allowed values of PhysicalCardFormat enum.
All allowed values of Processor enum.
All allowed values of ProspectStatus enum.
All allowed values of ProviderType enum.
All allowed values of RelatedResourceType1 enum.
All allowed values of RelatedResourceType enum.
All allowed values of RelationshipRole enum.
All allowed values of ResourceType enum.
All allowed values of SsnSource enum.
All allowed values of Status1 enum.
All allowed values of Status enum.
All allowed values of TransferType enum.
All allowed values of TxnEnhancer enum.
All allowed values of VerificationResult enum.
All allowed values of VerificationStatus enum.
All allowed values of VerificationType1 enum.
All allowed values of VerificationType enum.
All allowed values of WidgetType enum.
All allowed values of WireTransactionSubtypes enum.
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

Account Account.
AccountBase struct for AccountBase.
AccountChargeSecured (alpha) Account representing a secured charge account, e.g.
AccountChargeSecuredAllOf struct for AccountChargeSecuredAllOf.
AccountCreation struct for AccountCreation.
AccountCreationAllOf struct for AccountCreationAllOf.
AccountDepository Account representing either a checking or saving account.
AccountDepositoryAllOf struct for AccountDepositoryAllOf.
AccountGenericResponse struct for AccountGenericResponse.
AccountIdentifiers struct for AccountIdentifiers.
AccountLineOfCredit Account representing a line of credit account.
AccountLineOfCreditAllOf struct for AccountLineOfCreditAllOf.
AccountList struct for AccountList.
AccountListAllOf struct for AccountListAllOf.
AccountProduct - struct for AccountProduct.
AccountProductList struct for AccountProductList.
AccountProductListAllOf struct for AccountProductListAllOf.
AccountRange struct for AccountRange.
AccountRangeResponse struct for AccountRangeResponse.
AccountRangeResponseList struct for AccountRangeResponseList.
AccountRangeResponseListAllOf struct for AccountRangeResponseListAllOf.
AccountRangeUpdateRequest struct for AccountRangeUpdateRequest.
AccountRouting struct for AccountRouting.
AccountSummary struct for AccountSummary.
AccountSummaryBalanceCeiling struct for AccountSummaryBalanceCeiling.
AccountSummaryBalanceFloor struct for AccountSummaryBalanceFloor.
AccountTemplate struct for AccountTemplate.
AccountTemplateResponse struct for AccountTemplateResponse.
AccountToAccountTransferRequest A request to transfer funds from one account to another.
AccountVerification - Information about the account verification process.
AchInstruction struct for AchInstruction.
AchRequestHoldData struct for AchRequestHoldData.
AchTransaction struct for AchTransaction.
AchTransactionAllOf struct for AchTransactionAllOf.
AchTransactionData Transaction metadata specific to transactions with type `ACH`.
AddAccountsRequest struct for AddAccountsRequest.
AddAccountsRequestAccountIdentifiers struct for AddAccountsRequestAccountIdentifiers.
AddAccountsRequestRoutingIdentifiers struct for AddAccountsRequestRoutingIdentifiers.
AdditionalData Contains additional information about the relationship.
AdditionalOwnerData Contains additional information about the relationship.
Address struct for Address.
Address1 struct for Address1.
Address2 struct for Address2.
AddVendorAccountFailure struct for AddVendorAccountFailure.
AddVendorAccountsRequest struct for AddVendorAccountsRequest.
AddVendorAccountsResponse struct for AddVendorAccountsResponse.
AdhocVerificationRequest Basic identifying information about the person being verified.
AdhocVerificationResponse struct for AdhocVerificationResponse.
Alias struct for Alias.
AliasList struct for AliasList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIClient manages communication with the Synctera API API v0.5.0 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AppleDigitalWalletProvisionRequest struct for AppleDigitalWalletProvisionRequest.
AppleDigitalWalletProvisionResponse struct for AppleDigitalWalletProvisionResponse.
Application struct for Application.
ApplicationList struct for ApplicationList.
ApplicationListAllOf struct for ApplicationListAllOf.
ApplicationListResponse struct for ApplicationListResponse.
ApplicationListResponseAllOf struct for ApplicationListResponseAllOf.
ApplicationPatch struct for ApplicationPatch.
ApplicationRequest struct for ApplicationRequest.
ApplicationResponse struct for ApplicationResponse.
ApplicationResponse1 struct for ApplicationResponse1.
ApplicationUpdateRequest struct for ApplicationUpdateRequest.
AuthorizationAdviceModel struct for AuthorizationAdviceModel.
AuthRequestModel struct for AuthRequestModel.
Balance struct for Balance.
BalanceCeiling struct for BalanceCeiling.
BalanceFloor struct for BalanceFloor.
BalanceInquiryRequestModel struct for BalanceInquiryRequestModel.
BankDebitNetworkResponse struct for BankDebitNetworkResponse.
BankDebitNetworkResponseAllOf struct for BankDebitNetworkResponseAllOf.
BanRule struct for BanRule.
BanRuleList struct for BanRuleList.
BanRuleListAllOf struct for BanRuleListAllOf.
BanRulePatch struct for BanRulePatch.
Base struct for Base.
BaseAccountVerification struct for BaseAccountVerification.
BaseCard struct for BaseCard.
BaseCardAllOf struct for BaseCardAllOf.
BaseCashPickup struct for BaseCashPickup.
BaseDisclosure struct for BaseDisclosure.
BaseMasterDisclosure struct for BaseMasterDisclosure.
BasePerson struct for BasePerson.
BasePerson1 struct for BasePerson1.
BaseStatement struct for BaseStatement.
BaseStatementAllOf struct for BaseStatementAllOf.
BaseTemplateFields struct for BaseTemplateFields.
BaseTransaction struct for BaseTransaction.
BaseTransactionDecline The decline object provides information explaining why a declined transaction was declined.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BillingAddress struct for BillingAddress.
BillingPeriod The scheme for determining an account's billing period.
Bin struct for Bin.
BinAndDebitNetwork struct for BinAndDebitNetwork.
BinAndDebitNetworkList struct for BinAndDebitNetworkList.
BinAndDebitNetworkListAllOf struct for BinAndDebitNetworkListAllOf.
BinNetworkMapping struct for BinNetworkMapping.
BinNetworkMappingResponse struct for BinNetworkMappingResponse.
BinResponse struct for BinResponse.
BinResponseList struct for BinResponseList.
BinResponseListAllOf struct for BinResponseListAllOf.
BinUpdateRequest struct for BinUpdateRequest.
Business Represents a business customer.
Business1 struct for Business1.
BusinessBusinessOwnerRelationship Denotes the relationship between specified businesses.
BusinessList struct for BusinessList.
BusinessListAllOf struct for BusinessListAllOf.
CardAcceptorModel struct for CardAcceptorModel.
CardActivationRequest struct for CardActivationRequest.
CardChange Card change details.
CardChangesList struct for CardChangesList.
CardChangesListAllOf struct for CardChangesListAllOf.
CardChangeState - struct for CardChangeState.
CardEditRequest struct for CardEditRequest.
CardFormat struct for CardFormat.
CardImageDetails struct for CardImageDetails.
CardImageDetailsList struct for CardImageDetailsList.
CardImageDetailsListAllOf struct for CardImageDetailsListAllOf.
CardIssuanceRequest - struct for CardIssuanceRequest.
CardListResponse struct for CardListResponse.
CardListResponseAllOf struct for CardListResponseAllOf.
CardOptions struct for CardOptions.
CardPin struct for CardPin.
CardProduct Card Product.
CardProductAllOf struct for CardProductAllOf.
CardProductInternal Card Product Internal.
CardProductInternalAllOf struct for CardProductInternalAllOf.
CardProductListResponse struct for CardProductListResponse.
CardProductListResponseAllOf struct for CardProductListResponseAllOf.
CardProductResponse struct for CardProductResponse.
CardProductUpdateRequest struct for CardProductUpdateRequest.
CardProgram struct for CardProgram.
CardProgramResponse struct for CardProgramResponse.
CardProgramResponseList struct for CardProgramResponseList.
CardProgramResponseListAllOf struct for CardProgramResponseListAllOf.
CardProgramUpdateRequest struct for CardProgramUpdateRequest.
CardResponse - struct for CardResponse.
CardStatusObject The status of the card.
CardTransaction struct for CardTransaction.
CardTransactionAllOf struct for CardTransactionAllOf.
CardTransactionData Transaction metadata specific to transactions with type `CARD`.
CardTransactionDataCurrencyConversion Currency conversion details.
CardTransactionDataMerchant Information about the merchant.
CardTransactionDataPos Information about the point of sale.
CardWidgetUrlResponse A URL for activate card and set pin widgets.
CashPickup struct for CashPickup.
CashPickupAllOf struct for CashPickupAllOf.
CashPickupList struct for CashPickupList.
CashPickupListAllOf struct for CashPickupListAllOf.
CashPickupPatchRequest struct for CashPickupPatchRequest.
CashPickupPatchRequestAllOf struct for CashPickupPatchRequestAllOf.
CashPickupPostRequest struct for CashPickupPostRequest.
CheckTransaction struct for CheckTransaction.
CheckTransactionAllOf struct for CheckTransactionAllOf.
CheckTransactionData Transaction metadata specific to transactions with type `WIRE`.
ClearingModel struct for ClearingModel.
ClientToken A short-lived, one-time token used for accessing client PINs/PANs.
Configuration stores the configuration of the API client.
ContestAch Contested return.
CreateCardImageRequest struct for CreateCardImageRequest.
CreateGatewayRequest struct for CreateGatewayRequest.
CreateSecret201Response struct for CreateSecret201Response.
CreateWebhookRequest struct for CreateWebhookRequest.
Customer Details of a customer.
CustomerAlias Represents a customer's alias.
CustomerAliasList struct for CustomerAliasList.
CustomerAliasListAllOf struct for CustomerAliasListAllOf.
CustomerAllOf struct for CustomerAllOf.
CustomerInBody - struct for CustomerInBody.
CustomerInPath - struct for CustomerInPath.
CustomerList struct for CustomerList.
CustomerListAllOf struct for CustomerListAllOf.
CustomerVerification struct for CustomerVerification.
CustomerVerificationResult Verification result.
CustomerVerificationResultList struct for CustomerVerificationResultList.
CustomerVerificationResultListAllOf struct for CustomerVerificationResultListAllOf.
CustomerVerifyResponse struct for CustomerVerifyResponse.
CustomerVerifyResponseAllOf struct for CustomerVerifyResponseAllOf.
CustomHeaders struct for CustomHeaders.
DebitNetwork struct for DebitNetwork.
DebitNetworkCreateRequest struct for DebitNetworkCreateRequest.
DebitNetworkResponse struct for DebitNetworkResponse.
DebitNetworkResponseList struct for DebitNetworkResponseList.
DebitNetworkResponseListAllOf struct for DebitNetworkResponseListAllOf.
DeleteResponse Deleted object information.
Deposit Deposit using remote deposit capture.
DepositFeedback Approve or reject deposit transactions.
DepositList struct for DepositList.
DepositListAllOf struct for DepositListAllOf.
Detail An object containing information about an individual check performed.
DigitalWalletTokenAddressVerification struct for DigitalWalletTokenAddressVerification.
DigitalWalletTokenEditRequest struct for DigitalWalletTokenEditRequest.
DigitalWalletTokenization struct for DigitalWalletTokenization.
DigitalWalletTokenResponse struct for DigitalWalletTokenResponse.
Disclosure Represents a disclosure.
Disclosure1 Represents a disclosure.
DisclosureList struct for DisclosureList.
DisclosureListAllOf struct for DisclosureListAllOf.
DisclosureResponse Represents all customer disclosures.
DishonorAch Dishonored return.
Document struct for Document.
DocumentList struct for DocumentList.
DocumentListAllOf struct for DocumentListAllOf.
EmbossName The customer details to emboss on the card - Defaults to customer first and last name.
Employment A period of time in which a customer is (was) employed by a particular employer.
EmploymentList struct for EmploymentList.
EmploymentListAllOf struct for EmploymentListAllOf.
EnhancedTransactionData Enriched transaction metadata.
EnhancedTransactionDataEnhancedRawInner struct for EnhancedTransactionDataEnhancedRawInner.
EvaluationContext - struct for EvaluationContext.
EvaluationContextCustomer struct for EvaluationContextCustomer.
EvaluationResponse struct for EvaluationResponse.
Event Webhook event object.
EventList struct for EventList.
EventListAllOf struct for EventListAllOf.
EventResend struct for EventResend.
EventTrigger Webhook event object that will be returned after triggering the given event.
EventType1 - struct for EventType1.
ExternalAccount struct for ExternalAccount.
ExternalAccountAccessToken struct for ExternalAccountAccessToken.
ExternalAccountBalance struct for ExternalAccountBalance.
ExternalAccountLinkToken struct for ExternalAccountLinkToken.
ExternalAccountsList struct for ExternalAccountsList.
ExternalAccountsListAllOf struct for ExternalAccountsListAllOf.
ExternalAccountsTransactionList struct for ExternalAccountsTransactionList.
ExternalAccountTransaction struct for ExternalAccountTransaction.
ExternalAccountVendorData struct for ExternalAccountVendorData.
ExternalCardListResponse struct for ExternalCardListResponse.
ExternalCardListResponseAllOf struct for ExternalCardListResponseAllOf.
ExternalCardRequest struct for ExternalCardRequest.
ExternalCardResponse struct for ExternalCardResponse.
ExternalCardTransaction struct for ExternalCardTransaction.
ExternalCardTransactionAllOf struct for ExternalCardTransactionAllOf.
ExternalCardVerifications Verify card passed AVS and CVV checks in order to use PULL transfer.
ExternalPaymentDate Principal’s date of birth.
Fee struct for Fee.
FinancialInstitution struct for FinancialInstitution.
FinancialRequestModel struct for FinancialRequestModel.
FinicityAccountVerification struct for FinicityAccountVerification.
FulfillmentDetails struct for FulfillmentDetails.
FundingSource struct for FundingSource.
FundingSourceResponse struct for FundingSourceResponse.
FundingSourceResponseList struct for FundingSourceResponseList.
GatewayListResponse struct for GatewayListResponse.
GatewayListResponseAllOf struct for GatewayListResponseAllOf.
GatewayResponse struct for GatewayResponse.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetCardBarcode200Response struct for GetCardBarcode200Response.
GetViralLoopWaitlists Get Viral Loop Waitlists.
GoogleDigitalWalletProvisionRequest struct for GoogleDigitalWalletProvisionRequest.
GoogleDigitalWalletProvisionResponse struct for GoogleDigitalWalletProvisionResponse.
HoldCancelRequest struct for HoldCancelRequest.
HoldCreateRequest struct for HoldCreateRequest.
HoldData struct for HoldData.
HoldDeclineRequest struct for HoldDeclineRequest.
HoldModifyRequest struct for HoldModifyRequest.
HoldPatchRequest struct for HoldPatchRequest.
HoldPostingRequest struct for HoldPostingRequest.
InAppProvisioning struct for InAppProvisioning.
Interest struct for Interest.
InternalAccount struct for InternalAccount.
InternalAccountPatch struct for InternalAccountPatch.
InternalAccountsList struct for InternalAccountsList.
InternalAccountsListAllOf struct for InternalAccountsListAllOf.
InternalTransfer struct for InternalTransfer.
InternalTransferInstruction struct for InternalTransferInstruction.
InternalTransferPatch struct for InternalTransferPatch.
InternalTransferResponse struct for InternalTransferResponse.
InternalTransferResponseAllOf struct for InternalTransferResponseAllOf.
InternalTransferTransaction struct for InternalTransferTransaction.
InternalTransferTransactionAllOf struct for InternalTransferTransactionAllOf.
InternalTransferTransactionData Transaction metadata specific to transactions with type `INTERNAL_TRANSFER`.
ManualAccountVerification struct for ManualAccountVerification.
ManualEntry struct for ManualEntry.
MasterDisclosure Represents a document that must be shown to every party who is subject to a particular regulatory requirement (the _disclosure type_).
MasterDisclosureList struct for MasterDisclosureList.
MasterDisclosureListAllOf struct for MasterDisclosureListAllOf.
MinimumPayment - The scheme for calculating the minimum payment due for outstanding balances in a billing period.
MinimumPaymentFull - The scheme for calculating the minimum payment due for outstanding balances in a billing period.
MinimumPaymentPartial - The scheme for calculating the minimum payment due for outstanding balances in a billing period.
MinimumPaymentRateOrAmount struct for MinimumPaymentRateOrAmount.
MinimumPaymentTypeFull struct for MinimumPaymentTypeFull.
MinimumPaymentTypeRateOrAmount struct for MinimumPaymentTypeRateOrAmount.
ModelError Synctera error responses in API v0 follow [RFC 7807](https://datatracker.ietf.org/doc/html/rfc7807).
MonitoringAlert struct for MonitoringAlert.
MonitoringAlertList struct for MonitoringAlertList.
MonitoringAlertListAllOf struct for MonitoringAlertListAllOf.
MonitoringSubscription struct for MonitoringSubscription.
MonitoringSubscriptionList struct for MonitoringSubscriptionList.
MonitoringSubscriptionListAllOf struct for MonitoringSubscriptionListAllOf.
NetworkFeeModel struct for NetworkFeeModel.
NoteCreate struct for NoteCreate.
NoteList struct for NoteList.
NoteListAllOf struct for NoteListAllOf.
NoteResponse struct for NoteResponse.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OriginalCreditRequestModel struct for OriginalCreditRequestModel.
OriginalCreditSenderData struct for OriginalCreditSenderData.
OutgoingAch Represents a sent ACH transaction.
OutgoingAchList struct for OutgoingAchList.
OutgoingAchListAllOf struct for OutgoingAchListAllOf.
OutgoingAchPatch Update sent ach transaction.
OutgoingAchRequest Send an ACH.
PaginatedResponse struct for PaginatedResponse.
PaginatedResponse1 struct for PaginatedResponse1.
PaginatedTransactions struct for PaginatedTransactions.
PatchAccountProduct - struct for PatchAccountProduct.
PatchAccountsRequestAccountIdentifiers struct for PatchAccountsRequestAccountIdentifiers.
PatchAccountsRequestRoutingIdentifiers struct for PatchAccountsRequestRoutingIdentifiers.
PatchBanStatus struct for PatchBanStatus.
PatchBusiness Represents a business customer.
PatchBusinessBusinessOwnerRelationship Denotes the relationship between specified businesses.
PatchBusinessBusinessOwnerRelationshipAllOf struct for PatchBusinessBusinessOwnerRelationshipAllOf.
PatchCustomer Customer object for patch purpose.
PatchDocument struct for PatchDocument.
PatchExternalAccount struct for PatchExternalAccount.
PatchInterest struct for PatchInterest.
PatchPaymentSchedule Patch request for payment schedule.
PatchPerson Person object for patch purpose.
PatchPersonBusinessOwnerRelationship Denotes the relationship between specified business and person.
PatchPersonBusinessOwnerRelationshipAllOf struct for PatchPersonBusinessOwnerRelationshipAllOf.
PatchPersonBusinessRelationship Denotes the relationship between specified person and business.
PatchPersonBusinessRelationshipAllOf struct for PatchPersonBusinessRelationshipAllOf.
PatchRelationshipIn - struct for PatchRelationshipIn.
Payment Executed payment.
PaymentDate struct for PaymentDate.
PaymentErrorDetails Payment error details.
PaymentInstruction - struct for PaymentInstruction.
PaymentList struct for PaymentList.
PaymentListAllOf struct for PaymentListAllOf.
PaymentSchedule Payment schedule.
PaymentScheduleList struct for PaymentScheduleList.
PaymentScheduleListAllOf struct for PaymentScheduleListAllOf.
PendingTransaction struct for PendingTransaction.
PendingTransactionData struct for PendingTransactionData.
PendingTransactionHistory struct for PendingTransactionHistory.
PendingTransactionHistoryData struct for PendingTransactionHistoryData.
PendingTransactions struct for PendingTransactions.
Person Person object used in requests.
Person1 struct for Person1.
PersonBusinessOwnerRelationship Denotes the relationship between specified person and business.
PersonBusinessRelationship Denotes the relationship between specified person and business.
PersonList struct for PersonList.
PersonListAllOf struct for PersonListAllOf.
PhysicalCard Details pertaining to issuing a new physical card.
PhysicalCardAllOf struct for PhysicalCardAllOf.
PhysicalCardIssuanceRequest struct for PhysicalCardIssuanceRequest.
PhysicalCardPlusStatus struct for PhysicalCardPlusStatus.
PhysicalCardResponse struct for PhysicalCardResponse.
PhysicalCardResponseAllOf struct for PhysicalCardResponseAllOf.
PhysicalCardResponseStatus struct for PhysicalCardResponseStatus.
PhysicalCardResponseStatusAllOf struct for PhysicalCardResponseStatusAllOf.
PingResponse struct for PingResponse.
PlaidAccountVerification struct for PlaidAccountVerification.
PostedTransaction struct for PostedTransaction.
PostedTransactionData struct for PostedTransactionData.
PostedTransactions struct for PostedTransactions.
PrefillRequest struct for PrefillRequest.
Prospect A prospect has a unique identifier.
Prospect1 struct for Prospect1.
Prospect1AllOf struct for Prospect1AllOf.
ProspectAllOf struct for ProspectAllOf.
ProspectEditable struct for ProspectEditable.
ProspectsList struct for ProspectsList.
ProspectsListAllOf struct for ProspectsListAllOf.
ProvisioningControls struct for ProvisioningControls.
PushTokenizeRequestData struct for PushTokenizeRequestData.
QuickstartT10 struct for QuickstartT10.
QuickstartT10Response T-10 cards config details.
RateDetails struct for RateDetails.
RawResponse struct for RawResponse.
RecipientName The name of the recipient to whom the card will be shipped.
Reconciliation Reconciliation.
ReconciliationInput Input data for a reconciliation.
ReconciliationList struct for ReconciliationList.
ReconciliationListAllOf struct for ReconciliationListAllOf.
Relationship The relationship of the account and the customer/business.
Relationship1 struct for Relationship1.
RelationshipIn - struct for RelationshipIn.
RelationshipList struct for RelationshipList.
RelationshipListAllOf struct for RelationshipListAllOf.
RelationshipsList struct for RelationshipsList.
RelationshipsListAllOf struct for RelationshipsListAllOf.
ReplaceSecret200Response struct for ReplaceSecret200Response.
ReplaceSecretRequest struct for ReplaceSecretRequest.
ResendResponse struct for ResendResponse.
ResponseHistoryItem Response history object of the webhook request.
ReturnAch Regular return.
ReversalModel struct for ReversalModel.
RiskData struct for RiskData.
RiskRating Represents a customer's risk profile.
RiskRatingList struct for RiskRatingList.
RiskRatingListAllOf struct for RiskRatingListAllOf.
SavingsSummary A summary of the accrued interest for the saving account in the current period.
ScheduleConfig Payment schedule recurrence configuration.
Security struct for Security.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
Shipping Details about the shipping method.
SimulateCardFulfillment struct for SimulateCardFulfillment.
SingleUseTokenRequest struct for SingleUseTokenRequest.
SingleUseTokenResponse struct for SingleUseTokenResponse.
SocureEventBody struct for SocureEventBody.
SocureGlobalWatchlist struct for SocureGlobalWatchlist.
SocureMatch struct for SocureMatch.
SocureMatchComments struct for SocureMatchComments.
SocureWatchlistResult Encapsulates the relationship between a person and any number of watchlists.
SpendingLimits Account spending limits.
SpendingLimitsTransaction Individual transaction limit.
SpendingLimitWithTime Limit over a specific time period.
Statement A statement for a depository account.
StatementAllOf struct for StatementAllOf.
StatementList struct for StatementList.
StatementListAllOf struct for StatementListAllOf.
StatementSummary struct for StatementSummary.
TemplateFields - struct for TemplateFields.
TemplateFieldsChargeSecured (alpha) For creating CHARGE_SECURED accounts, e.g.
TemplateFieldsChargeSecuredAllOf struct for TemplateFieldsChargeSecuredAllOf.
TemplateFieldsDepository struct for TemplateFieldsDepository.
TemplateFieldsDepositoryAllOf struct for TemplateFieldsDepositoryAllOf.
TemplateFieldsGenericResponse struct for TemplateFieldsGenericResponse.
TemplateFieldsLineOfCredit struct for TemplateFieldsLineOfCredit.
TemplateFieldsLineOfCreditAllOf struct for TemplateFieldsLineOfCreditAllOf.
TemplateList struct for TemplateList.
TemplateListAllOf struct for TemplateListAllOf.
TokenList struct for TokenList.
TokenListResponse struct for TokenListResponse.
Transaction struct for Transaction.
Transaction1 - struct for Transaction1.
TransactionData struct for TransactionData.
TransactionDirectPostRequest struct for TransactionDirectPostRequest.
TransactionLine struct for TransactionLine.
TransactionLine1 struct for TransactionLine1.
TransactionOptions struct for TransactionOptions.
TransactionReverseRequest struct for TransactionReverseRequest.
TransactionUpdateMetaRequest struct for TransactionUpdateMetaRequest.
TransferListResponse struct for TransferListResponse.
TransferListResponseAllOf struct for TransferListResponseAllOf.
TransferRequest Push to card or pull from card.
TransferResponse struct for TransferResponse.
TransferReversalRequest Reversal for a transfer with type PULL.
TriggerEventRequest struct for TriggerEventRequest.
UpdateCardImageRequest struct for UpdateCardImageRequest.
UpdateGatewayRequest struct for UpdateGatewayRequest.
UpdateTransfer struct for UpdateTransfer.
VendorInfo - The information provided to Synctera from the vendor.
VendorInfo1 - The information provided to Synctera from the vendor.
VendorJson struct for VendorJson.
VendorXml struct for VendorXml.
Verification Verification result.
VerificationAllOf struct for VerificationAllOf.
VerificationList struct for VerificationList.
VerificationListAllOf struct for VerificationListAllOf.
VerificationRequest struct for VerificationRequest.
VerificationRequestAllOf struct for VerificationRequestAllOf.
VerificationVendorInfo - The information provided to Synctera from the vendor.
VerificationVendorInfoDetail struct for VerificationVendorInfoDetail.
VerificationVendorJson struct for VerificationVendorJson.
VerificationVendorXml struct for VerificationVendorXml.
VerifyResponse struct for VerifyResponse.
VerifyResponseAllOf struct for VerifyResponseAllOf.
ViralLoopWaitlists Viral Loop Waitlists.
VirtualCard A virtual card.
VirtualCardIssuanceRequest struct for VirtualCardIssuanceRequest.
VirtualCardPlusStatus struct for VirtualCardPlusStatus.
VirtualCardResponse struct for VirtualCardResponse.
VirtualCardResponseAllOf struct for VirtualCardResponseAllOf.
VirtualCardResponseStatus struct for VirtualCardResponseStatus.
Waitlist struct for Waitlist.
WaitlistAllOf Waitlist.
WaitlistAnalytics Daily Waitlist Analytics.
WaitlistAnalyticsList struct for WaitlistAnalyticsList.
WaitlistEditable Waitlist fields that can be specified in a PATCH operation.
WaitlistsList struct for WaitlistsList.
WaitlistsListAllOf struct for WaitlistsListAllOf.
WalletProviderCardOnFile struct for WalletProviderCardOnFile.
WatchlistAlert struct for WatchlistAlert.
WatchlistAlertList struct for WatchlistAlertList.
WatchlistAlertListAllOf struct for WatchlistAlertListAllOf.
WatchlistSubscription struct for WatchlistSubscription.
WatchlistSubscriptionList struct for WatchlistSubscriptionList.
WatchlistSubscriptionListAllOf struct for WatchlistSubscriptionListAllOf.
WatchlistSuppress struct for WatchlistSuppress.
Webhook Webhook object.
WebhookConfig struct for WebhookConfig.
WebhookList struct for WebhookList.
WebhookListAllOf struct for WebhookListAllOf.
WebhookRequest struct for WebhookRequest.
WebhookRequestObject Request body for webhook http request.
WebhookResponse struct for WebhookResponse.
WebhookResponseAllOf struct for WebhookResponseAllOf.
Wire struct for Wire.
WireList struct for WireList.
WireListAllOf struct for WireListAllOf.
WireRequest struct for WireRequest.
WireTransaction struct for WireTransaction.
WireTransactionAllOf struct for WireTransactionAllOf.
WireTransactionData Transaction metadata specific to transactions with type `WIRE`.
WithdrawalRequestModel struct for WithdrawalRequestModel.
Workspace struct for Workspace.
WorkspaceList struct for WorkspaceList.
WorkspaceListAllOf struct for WorkspaceListAllOf.

# Type aliases

AccountAccessStatus Access status for account.
AccountRelationshipType Relationship type.
AccountsApiService AccountsApi service.
AccountType The type of the account.
AccrualPayoutSchedule the model 'AccrualPayoutSchedule'.
ACHApiService ACHApi service.
AchTransactionSubtypes The set of valid ACH transaction subtypes.
AddVendorAccountsErrorReason A machine-readable code describing the reason for the failure.
ApplicationsApiService ApplicationsApi service.
ApplicationStatus Status of the credit application .
ApplicationType The type of the application.
ApplicationType1 Type of Credit Application.
BalanceType For `SAVING` and `CHECKING` accounts: * `ACCOUNT_BALANCE`: the amount of money in the account.
BanRuleStatus Active status for ban_rule.
BanStatus (alpha) Ban status of the person.
BinStatus Bin status.
BusinessesApiService BusinessesApi service.
CalculationMethod the model 'CalculationMethod'.
CardBrand The brand of a card product.
CardCategory The category of the card.
CardFulfillmentStatus The status indicating the state of the card issuance.
CardImageMode The image mode of a card product.
CardImageRejectionReason The category of reason that a card image was rejected.
CardImageStatus The status of a custom card image.
CardPinStatus The status of the card PIN.
CardProductType The type of the card product.
CardsApiService CardsApi service.
CardStatus The status indicating the card lifecycle state.
CardStatusReasonCode The reason for the card status Code | Description --- | --- NEW | Card activated REQ | Requested by you INA | Dormant UNK | Invalid shipping address NEG | Negative account balance REV | Account under review SUS | Suspicious activity OUT | Activity outside program parameters FRD | Confirmed fraud MAT | Matched with an OFAC list LOS | Card reported lost CLO | Card was cloned COM | Account or card was compromised TMP | Awaiting customer confirmation PRC | Initiated by Processor ISS | Initiated by Issuer EXP | Card expired KYC | Failed KYC INF | Information was validated ACT | Account activity was validated AUX | Initiated by a third party PIN | PIN try limit reached STO | Card reported stolen ADD | Address issue NAM | Name issue SSN | SSN issue DOB | DOB issue EML | Email issue PHO | Phone issue FUL | Account/fulfillment mismatch OTH | Other .
CardStatusRequest The status indicating the card lifecycle state.
CardTransactionSimulationsApiService CardTransactionSimulationsApi service.
CardTransactionSubtypes The set of valid CARD transaction subtypes.
CardWebhookSimulationsApiService CardWebhookSimulationsApi service.
CashPickupsAlphaApiService CashPickupsAlphaApi service.
CashPickupStatus the model 'CashPickupStatus'.
ChangeChannel How the change was submitted.
ChangeType The category of card change.
CheckTransactionSubtypes The set of valid CHECK transaction subtypes.
CustomerKycStatus Customer's KYC status.
CustomersApiService CustomersApi service.
CustomerType Customer type.
DcSign The `dc_sign` represents the direction money was moved.
DeviceType The type of device into which the digital wallet token will be provisioned.
DigitalWalletTokensApiService DigitalWalletTokensApi service.
DigitalWalletTokenState Current status of the Digital Wallet Token.
DisclosuresApiService DisclosuresApi service.
DisclosuresDeprecatedApiService DisclosuresDeprecatedApi service.
DisclosureType Describes the regulatory requirement that triggered the disclosure.
DocumentsAlphaApiService DocumentsAlphaApi service.
DocumentType The type of the document.
Encryption Whether the file should be encrypted and access restricted, e.g.
Environment Indicates which environment the workspace belongs to.
EvaluationResult result of the evaluation.
EventType The reason for issuing/re-issuing a card.
EventTypeExplicit All the webhook event types.
EventTypeWildcard the model 'EventTypeWildcard'.
ExtAccountCustomerType The type of customer in the external financial institution.
ExternalAccountsApiService ExternalAccountsApi service.
ExternalAccountVendorValues The vendor selected for the operation.
ExternalCardsAlphaApiService ExternalCardsAlphaApi service.
ExternalCardTransactionSubtypes The set of valid EXTERNAL_CARD transaction subtypes.
Form PHYSICAL or VIRTUAL.
HoldCreateRequestStatus The status of the hold.
IngestionStatus Reconciliation ingestion status values.
InternalAccountsApiService InternalAccountsApi service.
InternalTransferApiService InternalTransferApi service.
InternalTransferTransactionSubtypes The set of valid INTERNAL_TRANSFER transaction subtypes.
KYCKYBVerificationsApiService KYCKYBVerificationsApi service.
KYCVerificationApiService KYCVerificationApi service.
KYCVerificationDeprecatedApiService KYCVerificationDeprecatedApi service.
MinimumPaymentType * RATE_OR_AMOUNT: Describes a minimum payment scheme where the amount calculated is either a portion of the balance due, or a fixed, minimum amount, whichever is greater.
MonitoringApiService MonitoringApi service.
MonitoringStatus The status of the alert.
PaymentsApiService PaymentsApi service.
PaymentSchedulesApiService PaymentSchedulesApi service.
PaymentScheduleStatus Status of the payment schedule.
PaymentStatus Payment request status.
PersonsApiService PersonsApi service.
PhysicalCardFormat The format of a physical card product.
Processor The transaction processor.
ProspectStatus Status of the prospect.
ProviderType Name of the organization that provided this data.
ReconciliationsApiService ReconciliationsApi service.
RelatedResourceType The type of the resource related to the document.
RelatedResourceType1 Type of the resource associated with the note.
RelationshipRole CUSTODIAN - Related party is the custodian e.g.
RelationshipsApiService RelationshipsApi service.
RemoteCheckDepositApiService RemoteCheckDepositApi service.
RemoteCheckDepositBetaApiService RemoteCheckDepositBetaApi service.
ResourceType Types of resources on which ban rule would be applied.
SandboxWipeAlphaApiService SandboxWipeAlphaApi service.
ServerConfigurations stores multiple ServerConfiguration items.
SsnSource Describes the collection method for the customer's SSN: * `MANUAL` – the full 9 digits of the customer's SSN was collected.
StatementsApiService StatementsApi service.
Status The status of the account .
Status1 Status of the person.
TransactionsApiService TransactionsApi service.
TransferType Type of operation for transfer.
TxnEnhancer whether to use a transaction enhancer and/or which vendor to use.
VerificationResult The determination of this verification.
VerificationStatus The result of a KYC/KYB verification.
VerificationType The type of check run on the customer.
VerificationType1 The verification run on the customer.
WatchlistApiService WatchlistApi service.
WatchlistDeprecatedApiService WatchlistDeprecatedApi service.
WebhooksApiService WebhooksApi service.
WidgetType The widget type.
WiresAlphaApiService WiresAlphaApi service.
WireTransactionSubtypes The set of valid WIRE transaction subtypes.