Versions in this module Expand all Collapse all v3 v3.2.0 Nov 21, 2024 v3.1.0 Oct 25, 2024 Changes in this version + type ErrorResponse struct + Details *string + ErrorCode ErrorsEnum + ErrorMessage string + func (o *ErrorResponse) GetDetails() *string + func (o *ErrorResponse) GetErrorCode() ErrorsEnum + func (o *ErrorResponse) GetErrorMessage() string + type V2ErrorResponse struct + Details *string + ErrorCode V2ErrorsEnum + ErrorMessage string + func (o *V2ErrorResponse) GetDetails() *string + func (o *V2ErrorResponse) GetErrorCode() V2ErrorsEnum + func (o *V2ErrorResponse) GetErrorMessage() string v3.0.0 Sep 25, 2024 Changes in this version + type Account struct + Address string + Metadata map[string]any + Type *string + func (o *Account) GetAddress() string + func (o *Account) GetMetadata() map[string]any + func (o *Account) GetType() *string + type AccountBalance struct + AccountID string + Asset string + Balance *big.Int + CreatedAt time.Time + Currency string + LastUpdatedAt time.Time + func (a *AccountBalance) UnmarshalJSON(data []byte) error + func (a AccountBalance) MarshalJSON() ([]byte, error) + func (o *AccountBalance) GetAccountID() string + func (o *AccountBalance) GetAsset() string + func (o *AccountBalance) GetBalance() *big.Int + func (o *AccountBalance) GetCreatedAt() time.Time + func (o *AccountBalance) GetCurrency() string + func (o *AccountBalance) GetLastUpdatedAt() time.Time + type AccountRequest struct + AccountName *string + ConnectorID string + CreatedAt time.Time + DefaultAsset *string + Metadata map[string]string + Reference string + Type AccountType + func (a *AccountRequest) UnmarshalJSON(data []byte) error + func (a AccountRequest) MarshalJSON() ([]byte, error) + func (o *AccountRequest) GetAccountName() *string + func (o *AccountRequest) GetConnectorID() string + func (o *AccountRequest) GetCreatedAt() time.Time + func (o *AccountRequest) GetDefaultAsset() *string + func (o *AccountRequest) GetMetadata() map[string]string + func (o *AccountRequest) GetReference() string + func (o *AccountRequest) GetType() AccountType + type AccountResponse struct + Data AccountWithVolumesAndBalances + func (o *AccountResponse) GetData() AccountWithVolumesAndBalances + type AccountType string + const AccountTypeExternal + const AccountTypeInternal + const AccountTypeUnknown + func (e *AccountType) UnmarshalJSON(data []byte) error + func (e AccountType) ToPointer() *AccountType + type AccountWithVolumesAndBalances struct + Address string + Balances map[string]*big.Int + Metadata map[string]any + Type *string + Volumes map[string]Volume + func (a *AccountWithVolumesAndBalances) UnmarshalJSON(data []byte) error + func (a AccountWithVolumesAndBalances) MarshalJSON() ([]byte, error) + func (o *AccountWithVolumesAndBalances) GetAddress() string + func (o *AccountWithVolumesAndBalances) GetBalances() map[string]*big.Int + func (o *AccountWithVolumesAndBalances) GetMetadata() map[string]any + func (o *AccountWithVolumesAndBalances) GetType() *string + func (o *AccountWithVolumesAndBalances) GetVolumes() map[string]Volume + type AccountsCursor struct + Cursor Cursor + func (o *AccountsCursor) GetCursor() Cursor + type AccountsCursorResponse struct + Cursor AccountsCursorResponseCursor + func (o *AccountsCursorResponse) GetCursor() AccountsCursorResponseCursor + type AccountsCursorResponseCursor struct + Data []Account + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *AccountsCursorResponseCursor) GetData() []Account + func (o *AccountsCursorResponseCursor) GetHasMore() bool + func (o *AccountsCursorResponseCursor) GetNext() *string + func (o *AccountsCursorResponseCursor) GetPageSize() int64 + func (o *AccountsCursorResponseCursor) GetPrevious() *string + type ActivityAddAccountMetadata struct + ID string + Ledger string + Metadata map[string]string + func (o *ActivityAddAccountMetadata) GetID() string + func (o *ActivityAddAccountMetadata) GetLedger() string + func (o *ActivityAddAccountMetadata) GetMetadata() map[string]string + type ActivityConfirmHold struct + ID string + func (o *ActivityConfirmHold) GetID() string + type ActivityCreateTransaction struct + Data *OrchestrationPostTransaction + Ledger *string + func (o *ActivityCreateTransaction) GetData() *OrchestrationPostTransaction + func (o *ActivityCreateTransaction) GetLedger() *string + type ActivityCreateTransactionOutput struct + Data OrchestrationTransaction + func (o *ActivityCreateTransactionOutput) GetData() OrchestrationTransaction + type ActivityCreditWallet struct + Data *OrchestrationCreditWalletRequest + ID *string + func (o *ActivityCreditWallet) GetData() *OrchestrationCreditWalletRequest + func (o *ActivityCreditWallet) GetID() *string + type ActivityDebitWallet struct + Data *DebitWalletRequest + ID *string + func (o *ActivityDebitWallet) GetData() *DebitWalletRequest + func (o *ActivityDebitWallet) GetID() *string + type ActivityDebitWalletOutput struct + Data Hold + func (o *ActivityDebitWalletOutput) GetData() Hold + type ActivityGetAccount struct + ID string + Ledger string + func (o *ActivityGetAccount) GetID() string + func (o *ActivityGetAccount) GetLedger() string + type ActivityGetAccountOutput struct + Data OrchestrationAccount + func (o *ActivityGetAccountOutput) GetData() OrchestrationAccount + type ActivityGetPayment struct + ID string + func (o *ActivityGetPayment) GetID() string + type ActivityGetPaymentOutput struct + Data OrchestrationPayment + func (o *ActivityGetPaymentOutput) GetData() OrchestrationPayment + type ActivityGetWallet struct + ID string + func (o *ActivityGetWallet) GetID() string + type ActivityGetWalletOutput struct + Data WalletWithBalances + func (o *ActivityGetWalletOutput) GetData() WalletWithBalances + type ActivityListWallets struct + Name *string + func (o *ActivityListWallets) GetName() *string + type ActivityRevertTransaction struct + ID string + Ledger string + func (o *ActivityRevertTransaction) GetID() string + func (o *ActivityRevertTransaction) GetLedger() string + type ActivityRevertTransactionOutput struct + Data OrchestrationTransaction + func (o *ActivityRevertTransactionOutput) GetData() OrchestrationTransaction + type ActivityStripeTransfer struct + Amount *big.Int + Asset *string + ConnectorID *string + Destination *string + Metadata *Metadata + WaitingValidation *bool + func (a *ActivityStripeTransfer) UnmarshalJSON(data []byte) error + func (a ActivityStripeTransfer) MarshalJSON() ([]byte, error) + func (o *ActivityStripeTransfer) GetAmount() *big.Int + func (o *ActivityStripeTransfer) GetAsset() *string + func (o *ActivityStripeTransfer) GetConnectorID() *string + func (o *ActivityStripeTransfer) GetDestination() *string + func (o *ActivityStripeTransfer) GetMetadata() *Metadata + func (o *ActivityStripeTransfer) GetWaitingValidation() *bool + type ActivityVoidHold struct + ID string + func (o *ActivityVoidHold) GetID() string + type AddAccountToPoolRequest struct + AccountID string + func (o *AddAccountToPoolRequest) GetAccountID() string + type AdyenConfig struct + APIKey string + HmacKey string + LiveEndpointPrefix *string + Name string + PollingPeriod *string + func (a *AdyenConfig) UnmarshalJSON(data []byte) error + func (a AdyenConfig) MarshalJSON() ([]byte, error) + func (o *AdyenConfig) GetAPIKey() string + func (o *AdyenConfig) GetHmacKey() string + func (o *AdyenConfig) GetLiveEndpointPrefix() *string + func (o *AdyenConfig) GetName() string + func (o *AdyenConfig) GetPollingPeriod() *string + type AggregateBalancesResponse struct + Data map[string]int64 + func (o *AggregateBalancesResponse) GetData() map[string]int64 + type AssetHolder struct + Assets map[string]*big.Int + func (a *AssetHolder) UnmarshalJSON(data []byte) error + func (a AssetHolder) MarshalJSON() ([]byte, error) + func (o *AssetHolder) GetAssets() map[string]*big.Int + type AtlarConfig struct + AccessKey string + BaseURL *string + Name string + PageSize *int64 + PollingPeriod *string + Secret string + TransferInitiationStatusPollingPeriod *string + func (a *AtlarConfig) UnmarshalJSON(data []byte) error + func (a AtlarConfig) MarshalJSON() ([]byte, error) + func (o *AtlarConfig) GetAccessKey() string + func (o *AtlarConfig) GetBaseURL() *string + func (o *AtlarConfig) GetName() string + func (o *AtlarConfig) GetPageSize() *int64 + func (o *AtlarConfig) GetPollingPeriod() *string + func (o *AtlarConfig) GetSecret() string + func (o *AtlarConfig) GetTransferInitiationStatusPollingPeriod() *string + type Attempt struct + Config WebhooksConfig + CreatedAt time.Time + ID string + NextRetryAfter *time.Time + Payload string + RetryAttempt int64 + Status string + StatusCode int64 + UpdatedAt time.Time + WebhookID string + func (a *Attempt) UnmarshalJSON(data []byte) error + func (a Attempt) MarshalJSON() ([]byte, error) + func (o *Attempt) GetConfig() WebhooksConfig + func (o *Attempt) GetCreatedAt() time.Time + func (o *Attempt) GetID() string + func (o *Attempt) GetNextRetryAfter() *time.Time + func (o *Attempt) GetPayload() string + func (o *Attempt) GetRetryAttempt() int64 + func (o *Attempt) GetStatus() string + func (o *Attempt) GetStatusCode() int64 + func (o *Attempt) GetUpdatedAt() time.Time + func (o *Attempt) GetWebhookID() string + type AttemptResponse struct + Data Attempt + func (o *AttemptResponse) GetData() Attempt + type Balance struct + ExpiresAt *time.Time + Name string + Priority *big.Int + func (b *Balance) UnmarshalJSON(data []byte) error + func (b Balance) MarshalJSON() ([]byte, error) + func (o *Balance) GetExpiresAt() *time.Time + func (o *Balance) GetName() string + func (o *Balance) GetPriority() *big.Int + type BalanceWithAssets struct + Assets map[string]*big.Int + ExpiresAt *time.Time + Name string + Priority *big.Int + func (b *BalanceWithAssets) UnmarshalJSON(data []byte) error + func (b BalanceWithAssets) MarshalJSON() ([]byte, error) + func (o *BalanceWithAssets) GetAssets() map[string]*big.Int + func (o *BalanceWithAssets) GetExpiresAt() *time.Time + func (o *BalanceWithAssets) GetName() string + func (o *BalanceWithAssets) GetPriority() *big.Int + type Balances struct + Main V2AssetHolder + func (o *Balances) GetMain() V2AssetHolder + type BalancesCursor struct + Cursor BalancesCursorCursor + func (o *BalancesCursor) GetCursor() BalancesCursorCursor + type BalancesCursorCursor struct + Data []AccountBalance + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *BalancesCursorCursor) GetData() []AccountBalance + func (o *BalancesCursorCursor) GetHasMore() bool + func (o *BalancesCursorCursor) GetNext() *string + func (o *BalancesCursorCursor) GetPageSize() int64 + func (o *BalancesCursorCursor) GetPrevious() *string + type BalancesCursorResponse struct + Cursor BalancesCursorResponseCursor + func (o *BalancesCursorResponse) GetCursor() BalancesCursorResponseCursor + type BalancesCursorResponseCursor struct + Data []map[string]map[string]int64 + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *BalancesCursorResponseCursor) GetData() []map[string]map[string]int64 + func (o *BalancesCursorResponseCursor) GetHasMore() bool + func (o *BalancesCursorResponseCursor) GetNext() *string + func (o *BalancesCursorResponseCursor) GetPageSize() int64 + func (o *BalancesCursorResponseCursor) GetPrevious() *string + type BankAccount struct + AccountID *string + AccountNumber *string + ConnectorID string + Country string + CreatedAt time.Time + ID string + Iban *string + Metadata map[string]string + Name string + Provider *string + RelatedAccounts []BankAccountRelatedAccounts + SwiftBicCode *string + func (b *BankAccount) UnmarshalJSON(data []byte) error + func (b BankAccount) MarshalJSON() ([]byte, error) + func (o *BankAccount) GetAccountID() *string + func (o *BankAccount) GetAccountNumber() *string + func (o *BankAccount) GetConnectorID() string + func (o *BankAccount) GetCountry() string + func (o *BankAccount) GetCreatedAt() time.Time + func (o *BankAccount) GetID() string + func (o *BankAccount) GetIban() *string + func (o *BankAccount) GetMetadata() map[string]string + func (o *BankAccount) GetName() string + func (o *BankAccount) GetProvider() *string + func (o *BankAccount) GetRelatedAccounts() []BankAccountRelatedAccounts + func (o *BankAccount) GetSwiftBicCode() *string + type BankAccountRelatedAccounts struct + AccountID string + ConnectorID string + CreatedAt time.Time + ID string + Provider string + func (b *BankAccountRelatedAccounts) UnmarshalJSON(data []byte) error + func (b BankAccountRelatedAccounts) MarshalJSON() ([]byte, error) + func (o *BankAccountRelatedAccounts) GetAccountID() string + func (o *BankAccountRelatedAccounts) GetConnectorID() string + func (o *BankAccountRelatedAccounts) GetCreatedAt() time.Time + func (o *BankAccountRelatedAccounts) GetID() string + func (o *BankAccountRelatedAccounts) GetProvider() string + type BankAccountRequest struct + AccountNumber *string + ConnectorID string + Country string + Iban *string + Metadata map[string]string + Name string + SwiftBicCode *string + func (o *BankAccountRequest) GetAccountNumber() *string + func (o *BankAccountRequest) GetConnectorID() string + func (o *BankAccountRequest) GetCountry() string + func (o *BankAccountRequest) GetIban() *string + func (o *BankAccountRequest) GetMetadata() map[string]string + func (o *BankAccountRequest) GetName() string + func (o *BankAccountRequest) GetSwiftBicCode() *string + type BankAccountResponse struct + Data BankAccount + func (o *BankAccountResponse) GetData() BankAccount + type BankAccountsCursor struct + Cursor BankAccountsCursorCursor + func (o *BankAccountsCursor) GetCursor() BankAccountsCursorCursor + type BankAccountsCursorCursor struct + Data []BankAccount + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *BankAccountsCursorCursor) GetData() []BankAccount + func (o *BankAccountsCursorCursor) GetHasMore() bool + func (o *BankAccountsCursorCursor) GetNext() *string + func (o *BankAccountsCursorCursor) GetPageSize() int64 + func (o *BankAccountsCursorCursor) GetPrevious() *string + type BankingCircleConfig struct + AuthorizationEndpoint string + Endpoint string + Name string + Password string + PollingPeriod *string + UserCertificate string + UserCertificateKey string + Username string + func (b *BankingCircleConfig) UnmarshalJSON(data []byte) error + func (b BankingCircleConfig) MarshalJSON() ([]byte, error) + func (o *BankingCircleConfig) GetAuthorizationEndpoint() string + func (o *BankingCircleConfig) GetEndpoint() string + func (o *BankingCircleConfig) GetName() string + func (o *BankingCircleConfig) GetPassword() string + func (o *BankingCircleConfig) GetPollingPeriod() *string + func (o *BankingCircleConfig) GetUserCertificate() string + func (o *BankingCircleConfig) GetUserCertificateKey() string + func (o *BankingCircleConfig) GetUsername() string + type Client struct + Description *string + ID string + Metadata map[string]any + Name string + PostLogoutRedirectUris []string + Public *bool + RedirectUris []string + Scopes []string + Secrets []ClientSecret + Trusted *bool + func (o *Client) GetDescription() *string + func (o *Client) GetID() string + func (o *Client) GetMetadata() map[string]any + func (o *Client) GetName() string + func (o *Client) GetPostLogoutRedirectUris() []string + func (o *Client) GetPublic() *bool + func (o *Client) GetRedirectUris() []string + func (o *Client) GetScopes() []string + func (o *Client) GetSecrets() []ClientSecret + func (o *Client) GetTrusted() *bool + type ClientSecret struct + ID string + LastDigits string + Metadata map[string]any + Name string + func (o *ClientSecret) GetID() string + func (o *ClientSecret) GetLastDigits() string + func (o *ClientSecret) GetMetadata() map[string]any + func (o *ClientSecret) GetName() string + type Config struct + Storage LedgerStorage + func (o *Config) GetStorage() LedgerStorage + type ConfigChangeSecret struct + Secret string + func (o *ConfigChangeSecret) GetSecret() string + type ConfigInfo struct + Config Config + Server string + Version string + func (o *ConfigInfo) GetConfig() Config + func (o *ConfigInfo) GetServer() string + func (o *ConfigInfo) GetVersion() string + type ConfigInfoResponse struct + Data ConfigInfo + func (o *ConfigInfoResponse) GetData() ConfigInfo + type ConfigResponse struct + Data WebhooksConfig + func (o *ConfigResponse) GetData() WebhooksConfig + type ConfigUser struct + Endpoint string + EventTypes []string + Name *string + Secret *string + func (o *ConfigUser) GetEndpoint() string + func (o *ConfigUser) GetEventTypes() []string + func (o *ConfigUser) GetName() *string + func (o *ConfigUser) GetSecret() *string + type ConfigsResponse struct + Cursor ConfigsResponseCursor + func (o *ConfigsResponse) GetCursor() ConfigsResponseCursor + type ConfigsResponseCursor struct + Data []WebhooksConfig + HasMore bool + func (o *ConfigsResponseCursor) GetData() []WebhooksConfig + func (o *ConfigsResponseCursor) GetHasMore() bool + type ConfirmHoldRequest struct + Amount *big.Int + Final *bool + func (c *ConfirmHoldRequest) UnmarshalJSON(data []byte) error + func (c ConfirmHoldRequest) MarshalJSON() ([]byte, error) + func (o *ConfirmHoldRequest) GetAmount() *big.Int + func (o *ConfirmHoldRequest) GetFinal() *bool + type Connector string + const ConnectorAdyen + const ConnectorAtlar + const ConnectorBankingCircle + const ConnectorCurrencyCloud + const ConnectorDummyPay + const ConnectorGeneric + const ConnectorMangopay + const ConnectorModulr + const ConnectorMoneycorp + const ConnectorStripe + const ConnectorWise + func (e *Connector) UnmarshalJSON(data []byte) error + func (e Connector) ToPointer() *Connector + type ConnectorConfig struct + AdyenConfig *AdyenConfig + AtlarConfig *AtlarConfig + BankingCircleConfig *BankingCircleConfig + CurrencyCloudConfig *CurrencyCloudConfig + DummyPayConfig *DummyPayConfig + GenericConfig *GenericConfig + MangoPayConfig *MangoPayConfig + ModulrConfig *ModulrConfig + MoneycorpConfig *MoneycorpConfig + StripeConfig *StripeConfig + Type ConnectorConfigType + WiseConfig *WiseConfig + func CreateConnectorConfigAdyenConfig(adyenConfig AdyenConfig) ConnectorConfig + func CreateConnectorConfigAtlarConfig(atlarConfig AtlarConfig) ConnectorConfig + func CreateConnectorConfigBankingCircleConfig(bankingCircleConfig BankingCircleConfig) ConnectorConfig + func CreateConnectorConfigCurrencyCloudConfig(currencyCloudConfig CurrencyCloudConfig) ConnectorConfig + func CreateConnectorConfigDummyPayConfig(dummyPayConfig DummyPayConfig) ConnectorConfig + func CreateConnectorConfigGenericConfig(genericConfig GenericConfig) ConnectorConfig + func CreateConnectorConfigMangoPayConfig(mangoPayConfig MangoPayConfig) ConnectorConfig + func CreateConnectorConfigModulrConfig(modulrConfig ModulrConfig) ConnectorConfig + func CreateConnectorConfigMoneycorpConfig(moneycorpConfig MoneycorpConfig) ConnectorConfig + func CreateConnectorConfigStripeConfig(stripeConfig StripeConfig) ConnectorConfig + func CreateConnectorConfigWiseConfig(wiseConfig WiseConfig) ConnectorConfig + func (u *ConnectorConfig) UnmarshalJSON(data []byte) error + func (u ConnectorConfig) MarshalJSON() ([]byte, error) + type ConnectorConfigResponse struct + Data ConnectorConfig + func (o *ConnectorConfigResponse) GetData() ConnectorConfig + type ConnectorConfigType string + const ConnectorConfigTypeAdyenConfig + const ConnectorConfigTypeAtlarConfig + const ConnectorConfigTypeBankingCircleConfig + const ConnectorConfigTypeCurrencyCloudConfig + const ConnectorConfigTypeDummyPayConfig + const ConnectorConfigTypeGenericConfig + const ConnectorConfigTypeMangoPayConfig + const ConnectorConfigTypeModulrConfig + const ConnectorConfigTypeMoneycorpConfig + const ConnectorConfigTypeStripeConfig + const ConnectorConfigTypeWiseConfig + type ConnectorResponse struct + Data Data + func (o *ConnectorResponse) GetData() Data + type ConnectorsConfigsResponse struct + Data ConnectorsConfigsResponseData + func (o *ConnectorsConfigsResponse) GetData() ConnectorsConfigsResponseData + type ConnectorsConfigsResponseConnector struct + Key Key + func (o *ConnectorsConfigsResponseConnector) GetKey() Key + type ConnectorsConfigsResponseData struct + Connector ConnectorsConfigsResponseConnector + func (o *ConnectorsConfigsResponseData) GetConnector() ConnectorsConfigsResponseConnector + type ConnectorsResponse struct + Data []ConnectorsResponseData + func (o *ConnectorsResponse) GetData() []ConnectorsResponseData + type ConnectorsResponseData struct + ConnectorID string + Enabled *bool + Name string + Provider Connector + func (o *ConnectorsResponseData) GetConnectorID() string + func (o *ConnectorsResponseData) GetEnabled() *bool + func (o *ConnectorsResponseData) GetName() string + func (o *ConnectorsResponseData) GetProvider() Connector + type Contract struct + Account *string + Expr Expr + func (o *Contract) GetAccount() *string + func (o *Contract) GetExpr() Expr + type CreateBalanceRequest struct + ExpiresAt *time.Time + Name string + Priority *big.Int + func (c *CreateBalanceRequest) UnmarshalJSON(data []byte) error + func (c CreateBalanceRequest) MarshalJSON() ([]byte, error) + func (o *CreateBalanceRequest) GetExpiresAt() *time.Time + func (o *CreateBalanceRequest) GetName() string + func (o *CreateBalanceRequest) GetPriority() *big.Int + type CreateBalanceResponse struct + Data Balance + func (o *CreateBalanceResponse) GetData() Balance + type CreateClientRequest struct + Description *string + Metadata map[string]any + Name string + PostLogoutRedirectUris []string + Public *bool + RedirectUris []string + Scopes []string + Trusted *bool + func (o *CreateClientRequest) GetDescription() *string + func (o *CreateClientRequest) GetMetadata() map[string]any + func (o *CreateClientRequest) GetName() string + func (o *CreateClientRequest) GetPostLogoutRedirectUris() []string + func (o *CreateClientRequest) GetPublic() *bool + func (o *CreateClientRequest) GetRedirectUris() []string + func (o *CreateClientRequest) GetScopes() []string + func (o *CreateClientRequest) GetTrusted() *bool + type CreateClientResponse struct + Data *Client + func (o *CreateClientResponse) GetData() *Client + type CreateSecretRequest struct + Metadata map[string]any + Name string + func (o *CreateSecretRequest) GetMetadata() map[string]any + func (o *CreateSecretRequest) GetName() string + type CreateSecretResponse struct + Data *Secret + func (o *CreateSecretResponse) GetData() *Secret + type CreateTriggerResponse struct + Data Trigger + func (o *CreateTriggerResponse) GetData() Trigger + type CreateWalletRequest struct + Metadata map[string]string + Name string + func (o *CreateWalletRequest) GetMetadata() map[string]string + func (o *CreateWalletRequest) GetName() string + type CreateWalletResponse struct + Data Wallet + func (o *CreateWalletResponse) GetData() Wallet + type CreateWorkflowRequest struct + Name *string + Stages []map[string]any + func (o *CreateWorkflowRequest) GetName() *string + func (o *CreateWorkflowRequest) GetStages() []map[string]any + type CreateWorkflowResponse struct + Data Workflow + func (o *CreateWorkflowResponse) GetData() Workflow + type CreditWalletRequest struct + Amount Monetary + Balance *string + Metadata map[string]string + Reference *string + Sources []Subject + Timestamp *time.Time + func (c *CreditWalletRequest) UnmarshalJSON(data []byte) error + func (c CreditWalletRequest) MarshalJSON() ([]byte, error) + func (o *CreditWalletRequest) GetAmount() Monetary + func (o *CreditWalletRequest) GetBalance() *string + func (o *CreditWalletRequest) GetMetadata() map[string]string + func (o *CreditWalletRequest) GetReference() *string + func (o *CreditWalletRequest) GetSources() []Subject + func (o *CreditWalletRequest) GetTimestamp() *time.Time + type CurrencyCloudConfig struct + APIKey string + Endpoint *string + LoginID string + Name string + PollingPeriod *string + func (c *CurrencyCloudConfig) UnmarshalJSON(data []byte) error + func (c CurrencyCloudConfig) MarshalJSON() ([]byte, error) + func (o *CurrencyCloudConfig) GetAPIKey() string + func (o *CurrencyCloudConfig) GetEndpoint() *string + func (o *CurrencyCloudConfig) GetLoginID() string + func (o *CurrencyCloudConfig) GetName() string + func (o *CurrencyCloudConfig) GetPollingPeriod() *string + type Cursor struct + Data []PaymentsAccount + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *Cursor) GetData() []PaymentsAccount + func (o *Cursor) GetHasMore() bool + func (o *Cursor) GetNext() *string + func (o *Cursor) GetPageSize() int64 + func (o *Cursor) GetPrevious() *string + type Data struct + ConnectorID string + func (o *Data) GetConnectorID() string + type DebitWalletRequest struct + Amount Monetary + Balances []string + Description *string + Destination *Subject + Metadata map[string]string + Pending *bool + Timestamp *time.Time + func (d *DebitWalletRequest) UnmarshalJSON(data []byte) error + func (d DebitWalletRequest) MarshalJSON() ([]byte, error) + func (o *DebitWalletRequest) GetAmount() Monetary + func (o *DebitWalletRequest) GetBalances() []string + func (o *DebitWalletRequest) GetDescription() *string + func (o *DebitWalletRequest) GetDestination() *Subject + func (o *DebitWalletRequest) GetDestinationAccount() *LedgerAccountSubject + func (o *DebitWalletRequest) GetDestinationWallet() *WalletSubject + func (o *DebitWalletRequest) GetMetadata() map[string]string + func (o *DebitWalletRequest) GetPending() *bool + func (o *DebitWalletRequest) GetTimestamp() *time.Time + type DebitWalletResponse struct + Data Hold + func (o *DebitWalletResponse) GetData() Hold + type Descriptor struct + Key *string + Name *string + func (o *Descriptor) GetKey() *string + func (o *Descriptor) GetName() *string + type DummyPayConfig struct + Directory string + FilePollingPeriod *string + Name string + NumberOfAccountsPreGenerated *int64 + NumberOfPaymentsPreGenerated *int64 + PrefixFileToIngest *string + func (d *DummyPayConfig) UnmarshalJSON(data []byte) error + func (d DummyPayConfig) MarshalJSON() ([]byte, error) + func (o *DummyPayConfig) GetDirectory() string + func (o *DummyPayConfig) GetFilePollingPeriod() *string + func (o *DummyPayConfig) GetName() string + func (o *DummyPayConfig) GetNumberOfAccountsPreGenerated() *int64 + func (o *DummyPayConfig) GetNumberOfPaymentsPreGenerated() *int64 + func (o *DummyPayConfig) GetPrefixFileToIngest() *string + type ErrorsEnum string + const ErrorsEnumCompilationFailed + const ErrorsEnumConflict + const ErrorsEnumInsufficientFund + const ErrorsEnumInternal + const ErrorsEnumMetadataOverride + const ErrorsEnumNoScript + const ErrorsEnumNotFound + const ErrorsEnumValidation + func (e *ErrorsEnum) UnmarshalJSON(data []byte) error + func (e ErrorsEnum) ToPointer() *ErrorsEnum + type ExpandedDebitHold struct + Description string + Destination *Subject + ID string + Metadata map[string]string + OriginalAmount *big.Int + Remaining *big.Int + WalletID string + func (e *ExpandedDebitHold) UnmarshalJSON(data []byte) error + func (e ExpandedDebitHold) MarshalJSON() ([]byte, error) + func (o *ExpandedDebitHold) GetDescription() string + func (o *ExpandedDebitHold) GetDestination() *Subject + func (o *ExpandedDebitHold) GetDestinationAccount() *LedgerAccountSubject + func (o *ExpandedDebitHold) GetDestinationWallet() *WalletSubject + func (o *ExpandedDebitHold) GetID() string + func (o *ExpandedDebitHold) GetMetadata() map[string]string + func (o *ExpandedDebitHold) GetOriginalAmount() *big.Int + func (o *ExpandedDebitHold) GetRemaining() *big.Int + func (o *ExpandedDebitHold) GetWalletID() string + type Expr struct + type Filter struct + Error *string + Match *bool + func (o *Filter) GetError() *string + func (o *Filter) GetMatch() *bool + type ForwardBankAccountRequest struct + ConnectorID string + func (o *ForwardBankAccountRequest) GetConnectorID() string + type GenericConfig struct + APIKey string + Endpoint string + Name string + PollingPeriod *string + func (g *GenericConfig) UnmarshalJSON(data []byte) error + func (g GenericConfig) MarshalJSON() ([]byte, error) + func (o *GenericConfig) GetAPIKey() string + func (o *GenericConfig) GetEndpoint() string + func (o *GenericConfig) GetName() string + func (o *GenericConfig) GetPollingPeriod() *string + type GetBalanceResponse struct + Data BalanceWithAssets + func (o *GetBalanceResponse) GetData() BalanceWithAssets + type GetHoldResponse struct + Data ExpandedDebitHold + func (o *GetHoldResponse) GetData() ExpandedDebitHold + type GetHoldsResponse struct + Cursor GetHoldsResponseCursor + func (o *GetHoldsResponse) GetCursor() GetHoldsResponseCursor + type GetHoldsResponseCursor struct + Data []Hold + HasMore *bool + Next *string + PageSize int64 + Previous *string + func (o *GetHoldsResponseCursor) GetData() []Hold + func (o *GetHoldsResponseCursor) GetHasMore() *bool + func (o *GetHoldsResponseCursor) GetNext() *string + func (o *GetHoldsResponseCursor) GetPageSize() int64 + func (o *GetHoldsResponseCursor) GetPrevious() *string + type GetTransactionsResponse struct + Cursor GetTransactionsResponseCursor + func (o *GetTransactionsResponse) GetCursor() GetTransactionsResponseCursor + type GetTransactionsResponseCursor struct + Data []WalletsTransaction + HasMore *bool + Next *string + PageSize int64 + Previous *string + func (o *GetTransactionsResponseCursor) GetData() []WalletsTransaction + func (o *GetTransactionsResponseCursor) GetHasMore() *bool + func (o *GetTransactionsResponseCursor) GetNext() *string + func (o *GetTransactionsResponseCursor) GetPageSize() int64 + func (o *GetTransactionsResponseCursor) GetPrevious() *string + type GetVersionsResponse struct + Env string + Region string + Versions []Version + func (o *GetVersionsResponse) GetEnv() string + func (o *GetVersionsResponse) GetRegion() string + func (o *GetVersionsResponse) GetVersions() []Version + type GetWalletResponse struct + Data WalletWithBalances + func (o *GetWalletResponse) GetData() WalletWithBalances + type GetWalletSummaryResponse struct + AvailableFunds map[string]*big.Int + Balances []BalanceWithAssets + ExpirableFunds map[string]*big.Int + ExpiredFunds map[string]*big.Int + HoldFunds map[string]*big.Int + func (g *GetWalletSummaryResponse) UnmarshalJSON(data []byte) error + func (g GetWalletSummaryResponse) MarshalJSON() ([]byte, error) + func (o *GetWalletSummaryResponse) GetAvailableFunds() map[string]*big.Int + func (o *GetWalletSummaryResponse) GetBalances() []BalanceWithAssets + func (o *GetWalletSummaryResponse) GetExpirableFunds() map[string]*big.Int + func (o *GetWalletSummaryResponse) GetExpiredFunds() map[string]*big.Int + func (o *GetWalletSummaryResponse) GetHoldFunds() map[string]*big.Int + type GetWorkflowInstanceHistoryResponse struct + Data []WorkflowInstanceHistory + func (o *GetWorkflowInstanceHistoryResponse) GetData() []WorkflowInstanceHistory + type GetWorkflowInstanceHistoryStageResponse struct + Data []WorkflowInstanceHistoryStage + func (o *GetWorkflowInstanceHistoryStageResponse) GetData() []WorkflowInstanceHistoryStage + type GetWorkflowInstanceResponse struct + Data WorkflowInstance + func (o *GetWorkflowInstanceResponse) GetData() WorkflowInstance + type GetWorkflowResponse struct + Data Workflow + func (o *GetWorkflowResponse) GetData() Workflow + type Hold struct + Description string + Destination *Subject + ID string + Metadata map[string]string + WalletID string + func (o *Hold) GetDescription() string + func (o *Hold) GetDestination() *Subject + func (o *Hold) GetDestinationAccount() *LedgerAccountSubject + func (o *Hold) GetDestinationWallet() *WalletSubject + func (o *Hold) GetID() string + func (o *Hold) GetMetadata() map[string]string + func (o *Hold) GetWalletID() string + type Key struct + DataType string + Required bool + func (o *Key) GetDataType() string + func (o *Key) GetRequired() bool + type LedgerAccountSubject struct + Identifier string + Type string + func (o *LedgerAccountSubject) GetIdentifier() string + func (o *LedgerAccountSubject) GetType() string + type LedgerInfo struct + Name *string + Storage *Storage + func (o *LedgerInfo) GetName() *string + func (o *LedgerInfo) GetStorage() *Storage + type LedgerInfoResponse struct + Data *LedgerInfo + func (o *LedgerInfoResponse) GetData() *LedgerInfo + type LedgerStorage struct + Driver string + Ledgers []string + func (o *LedgerStorage) GetDriver() string + func (o *LedgerStorage) GetLedgers() []string + type ListBalancesResponse struct + Cursor ListBalancesResponseCursor + func (o *ListBalancesResponse) GetCursor() ListBalancesResponseCursor + type ListBalancesResponseCursor struct + Data []Balance + HasMore *bool + Next *string + PageSize int64 + Previous *string + func (o *ListBalancesResponseCursor) GetData() []Balance + func (o *ListBalancesResponseCursor) GetHasMore() *bool + func (o *ListBalancesResponseCursor) GetNext() *string + func (o *ListBalancesResponseCursor) GetPageSize() int64 + func (o *ListBalancesResponseCursor) GetPrevious() *string + type ListClientsResponse struct + Data []Client + func (o *ListClientsResponse) GetData() []Client + type ListRunsResponse struct + Data []WorkflowInstance + func (o *ListRunsResponse) GetData() []WorkflowInstance + type ListTriggersOccurrencesResponse struct + Data []TriggerOccurrence + func (o *ListTriggersOccurrencesResponse) GetData() []TriggerOccurrence + type ListTriggersResponse struct + Data []Trigger + func (o *ListTriggersResponse) GetData() []Trigger + type ListUsersResponse struct + Data []User + func (o *ListUsersResponse) GetData() []User + type ListWalletsResponse struct + Cursor ListWalletsResponseCursor + func (o *ListWalletsResponse) GetCursor() ListWalletsResponseCursor + type ListWalletsResponseCursor struct + Data []Wallet + HasMore *bool + Next *string + PageSize int64 + Previous *string + func (o *ListWalletsResponseCursor) GetData() []Wallet + func (o *ListWalletsResponseCursor) GetHasMore() *bool + func (o *ListWalletsResponseCursor) GetNext() *string + func (o *ListWalletsResponseCursor) GetPageSize() int64 + func (o *ListWalletsResponseCursor) GetPrevious() *string + type ListWorkflowsResponse struct + Data []Workflow + func (o *ListWorkflowsResponse) GetData() []Workflow + type Log struct + Data map[string]any + Date time.Time + Hash string + ID int64 + Type Type + func (l *Log) UnmarshalJSON(data []byte) error + func (l Log) MarshalJSON() ([]byte, error) + func (o *Log) GetData() map[string]any + func (o *Log) GetDate() time.Time + func (o *Log) GetHash() string + func (o *Log) GetID() int64 + func (o *Log) GetType() Type + type LogsCursorResponse struct + Cursor LogsCursorResponseCursor + func (o *LogsCursorResponse) GetCursor() LogsCursorResponseCursor + type LogsCursorResponseCursor struct + Data []Log + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *LogsCursorResponseCursor) GetData() []Log + func (o *LogsCursorResponseCursor) GetHasMore() bool + func (o *LogsCursorResponseCursor) GetNext() *string + func (o *LogsCursorResponseCursor) GetPageSize() int64 + func (o *LogsCursorResponseCursor) GetPrevious() *string + type MangoPayConfig struct + APIKey string + ClientID string + Endpoint string + Name string + PollingPeriod *string + func (m *MangoPayConfig) UnmarshalJSON(data []byte) error + func (m MangoPayConfig) MarshalJSON() ([]byte, error) + func (o *MangoPayConfig) GetAPIKey() string + func (o *MangoPayConfig) GetClientID() string + func (o *MangoPayConfig) GetEndpoint() string + func (o *MangoPayConfig) GetName() string + func (o *MangoPayConfig) GetPollingPeriod() *string + type Mapping struct + Contracts []Contract + func (o *Mapping) GetContracts() []Contract + type MappingResponse struct + Data *Mapping + func (o *MappingResponse) GetData() *Mapping + type Metadata struct + type MigrationInfo struct + Date *time.Time + Name *string + State *State + Version *int64 + func (m *MigrationInfo) UnmarshalJSON(data []byte) error + func (m MigrationInfo) MarshalJSON() ([]byte, error) + func (o *MigrationInfo) GetDate() *time.Time + func (o *MigrationInfo) GetName() *string + func (o *MigrationInfo) GetState() *State + func (o *MigrationInfo) GetVersion() *int64 + type ModulrConfig struct + APIKey string + APISecret string + Endpoint *string + Name string + PollingPeriod *string + func (m *ModulrConfig) UnmarshalJSON(data []byte) error + func (m ModulrConfig) MarshalJSON() ([]byte, error) + func (o *ModulrConfig) GetAPIKey() string + func (o *ModulrConfig) GetAPISecret() string + func (o *ModulrConfig) GetEndpoint() *string + func (o *ModulrConfig) GetName() string + func (o *ModulrConfig) GetPollingPeriod() *string + type Monetary struct + Amount *big.Int + Asset string + func (m *Monetary) UnmarshalJSON(data []byte) error + func (m Monetary) MarshalJSON() ([]byte, error) + func (o *Monetary) GetAmount() *big.Int + func (o *Monetary) GetAsset() string + type MoneycorpConfig struct + APIKey string + ClientID string + Endpoint string + Name string + PollingPeriod *string + func (m *MoneycorpConfig) UnmarshalJSON(data []byte) error + func (m MoneycorpConfig) MarshalJSON() ([]byte, error) + func (o *MoneycorpConfig) GetAPIKey() string + func (o *MoneycorpConfig) GetClientID() string + func (o *MoneycorpConfig) GetEndpoint() string + func (o *MoneycorpConfig) GetName() string + func (o *MoneycorpConfig) GetPollingPeriod() *string + type OrchestrationAccount struct + Address string + EffectiveVolumes map[string]Volume + Metadata map[string]string + Volumes map[string]Volume + func (o *OrchestrationAccount) GetAddress() string + func (o *OrchestrationAccount) GetEffectiveVolumes() map[string]Volume + func (o *OrchestrationAccount) GetMetadata() map[string]string + func (o *OrchestrationAccount) GetVolumes() map[string]Volume + type OrchestrationConnector string + const OrchestrationConnectorBankingCircle + const OrchestrationConnectorCurrencyCloud + const OrchestrationConnectorDummyPay + const OrchestrationConnectorMangopay + const OrchestrationConnectorModulr + const OrchestrationConnectorMoneycorp + const OrchestrationConnectorStripe + const OrchestrationConnectorWise + func (e *OrchestrationConnector) UnmarshalJSON(data []byte) error + func (e OrchestrationConnector) ToPointer() *OrchestrationConnector + type OrchestrationCreditWalletRequest struct + Amount Monetary + Balance *string + Metadata map[string]string + Reference *string + Sources []Subject + Timestamp *time.Time + func (o *OrchestrationCreditWalletRequest) GetAmount() Monetary + func (o *OrchestrationCreditWalletRequest) GetBalance() *string + func (o *OrchestrationCreditWalletRequest) GetMetadata() map[string]string + func (o *OrchestrationCreditWalletRequest) GetReference() *string + func (o *OrchestrationCreditWalletRequest) GetSources() []Subject + func (o *OrchestrationCreditWalletRequest) GetTimestamp() *time.Time + func (o *OrchestrationCreditWalletRequest) UnmarshalJSON(data []byte) error + func (o OrchestrationCreditWalletRequest) MarshalJSON() ([]byte, error) + type OrchestrationListWalletsResponse struct + Cursor OrchestrationListWalletsResponseCursor + func (o *OrchestrationListWalletsResponse) GetCursor() OrchestrationListWalletsResponseCursor + type OrchestrationListWalletsResponseCursor struct + Data []OrchestrationWallet + HasMore *bool + Next *string + PageSize int64 + Previous *string + func (o *OrchestrationListWalletsResponseCursor) GetData() []OrchestrationWallet + func (o *OrchestrationListWalletsResponseCursor) GetHasMore() *bool + func (o *OrchestrationListWalletsResponseCursor) GetNext() *string + func (o *OrchestrationListWalletsResponseCursor) GetPageSize() int64 + func (o *OrchestrationListWalletsResponseCursor) GetPrevious() *string + type OrchestrationPayment struct + Adjustments []OrchestrationPaymentAdjustment + Asset string + ConnectorID string + CreatedAt time.Time + DestinationAccountID string + ID string + InitialAmount *big.Int + Metadata *OrchestrationPaymentMetadata + Provider *OrchestrationConnector + Raw *OrchestrationPaymentRaw + Reference string + Scheme OrchestrationPaymentScheme + SourceAccountID string + Status OrchestrationPaymentStatus + Type OrchestrationPaymentType + func (o *OrchestrationPayment) GetAdjustments() []OrchestrationPaymentAdjustment + func (o *OrchestrationPayment) GetAsset() string + func (o *OrchestrationPayment) GetConnectorID() string + func (o *OrchestrationPayment) GetCreatedAt() time.Time + func (o *OrchestrationPayment) GetDestinationAccountID() string + func (o *OrchestrationPayment) GetID() string + func (o *OrchestrationPayment) GetInitialAmount() *big.Int + func (o *OrchestrationPayment) GetMetadata() *OrchestrationPaymentMetadata + func (o *OrchestrationPayment) GetProvider() *OrchestrationConnector + func (o *OrchestrationPayment) GetRaw() *OrchestrationPaymentRaw + func (o *OrchestrationPayment) GetReference() string + func (o *OrchestrationPayment) GetScheme() OrchestrationPaymentScheme + func (o *OrchestrationPayment) GetSourceAccountID() string + func (o *OrchestrationPayment) GetStatus() OrchestrationPaymentStatus + func (o *OrchestrationPayment) GetType() OrchestrationPaymentType + func (o *OrchestrationPayment) UnmarshalJSON(data []byte) error + func (o OrchestrationPayment) MarshalJSON() ([]byte, error) + type OrchestrationPaymentAdjustment struct + Absolute bool + Amount *big.Int + Date time.Time + Raw OrchestrationPaymentAdjustmentRaw + Status OrchestrationPaymentStatus + func (o *OrchestrationPaymentAdjustment) GetAbsolute() bool + func (o *OrchestrationPaymentAdjustment) GetAmount() *big.Int + func (o *OrchestrationPaymentAdjustment) GetDate() time.Time + func (o *OrchestrationPaymentAdjustment) GetRaw() OrchestrationPaymentAdjustmentRaw + func (o *OrchestrationPaymentAdjustment) GetStatus() OrchestrationPaymentStatus + func (o *OrchestrationPaymentAdjustment) UnmarshalJSON(data []byte) error + func (o OrchestrationPaymentAdjustment) MarshalJSON() ([]byte, error) + type OrchestrationPaymentAdjustmentRaw struct + type OrchestrationPaymentMetadata struct + Key *string + func (o *OrchestrationPaymentMetadata) GetKey() *string + type OrchestrationPaymentRaw struct + type OrchestrationPaymentScheme string + const OrchestrationPaymentSchemeA2a + const OrchestrationPaymentSchemeAch + const OrchestrationPaymentSchemeAchDebit + const OrchestrationPaymentSchemeAmex + const OrchestrationPaymentSchemeApplePay + const OrchestrationPaymentSchemeDiners + const OrchestrationPaymentSchemeDiscover + const OrchestrationPaymentSchemeGooglePay + const OrchestrationPaymentSchemeJcb + const OrchestrationPaymentSchemeMastercard + const OrchestrationPaymentSchemeOther + const OrchestrationPaymentSchemeRtp + const OrchestrationPaymentSchemeSepa + const OrchestrationPaymentSchemeSepaCredit + const OrchestrationPaymentSchemeSepaDebit + const OrchestrationPaymentSchemeUnionpay + const OrchestrationPaymentSchemeUnknown + const OrchestrationPaymentSchemeVisa + func (e *OrchestrationPaymentScheme) UnmarshalJSON(data []byte) error + func (e OrchestrationPaymentScheme) ToPointer() *OrchestrationPaymentScheme + type OrchestrationPaymentStatus string + const OrchestrationPaymentStatusActive + const OrchestrationPaymentStatusCancelled + const OrchestrationPaymentStatusFailed + const OrchestrationPaymentStatusPending + const OrchestrationPaymentStatusSucceeded + const OrchestrationPaymentStatusTerminated + func (e *OrchestrationPaymentStatus) UnmarshalJSON(data []byte) error + func (e OrchestrationPaymentStatus) ToPointer() *OrchestrationPaymentStatus + type OrchestrationPaymentType string + const OrchestrationPaymentTypeOther + const OrchestrationPaymentTypePayIn + const OrchestrationPaymentTypePayout + const OrchestrationPaymentTypeTransfer + func (e *OrchestrationPaymentType) UnmarshalJSON(data []byte) error + func (e OrchestrationPaymentType) ToPointer() *OrchestrationPaymentType + type OrchestrationPostTransaction struct + Metadata map[string]string + Postings []Posting + Reference *string + Script *OrchestrationPostTransactionScript + Timestamp *time.Time + func (o *OrchestrationPostTransaction) GetMetadata() map[string]string + func (o *OrchestrationPostTransaction) GetPostings() []Posting + func (o *OrchestrationPostTransaction) GetReference() *string + func (o *OrchestrationPostTransaction) GetScript() *OrchestrationPostTransactionScript + func (o *OrchestrationPostTransaction) GetTimestamp() *time.Time + func (o *OrchestrationPostTransaction) UnmarshalJSON(data []byte) error + func (o OrchestrationPostTransaction) MarshalJSON() ([]byte, error) + type OrchestrationPostTransactionScript struct + Plain string + Vars map[string]any + func (o *OrchestrationPostTransactionScript) GetPlain() string + func (o *OrchestrationPostTransactionScript) GetVars() map[string]any + type OrchestrationTransaction struct + ID *big.Int + Metadata map[string]string + Postings []Posting + Reference *string + Reverted bool + Timestamp time.Time + func (o *OrchestrationTransaction) GetID() *big.Int + func (o *OrchestrationTransaction) GetMetadata() map[string]string + func (o *OrchestrationTransaction) GetPostings() []Posting + func (o *OrchestrationTransaction) GetReference() *string + func (o *OrchestrationTransaction) GetReverted() bool + func (o *OrchestrationTransaction) GetTimestamp() time.Time + func (o *OrchestrationTransaction) UnmarshalJSON(data []byte) error + func (o OrchestrationTransaction) MarshalJSON() ([]byte, error) + type OrchestrationV2Transaction struct + Metadata map[string]string + Postings []V2Posting + Reference *string + Timestamp time.Time + Txid *big.Int + func (o *OrchestrationV2Transaction) GetMetadata() map[string]string + func (o *OrchestrationV2Transaction) GetPostings() []V2Posting + func (o *OrchestrationV2Transaction) GetReference() *string + func (o *OrchestrationV2Transaction) GetTimestamp() time.Time + func (o *OrchestrationV2Transaction) GetTxid() *big.Int + func (o *OrchestrationV2Transaction) UnmarshalJSON(data []byte) error + func (o OrchestrationV2Transaction) MarshalJSON() ([]byte, error) + type OrchestrationWallet struct + CreatedAt time.Time + ID string + Ledger string + Metadata map[string]string + Name string + func (o *OrchestrationWallet) GetCreatedAt() time.Time + func (o *OrchestrationWallet) GetID() string + func (o *OrchestrationWallet) GetLedger() string + func (o *OrchestrationWallet) GetMetadata() map[string]string + func (o *OrchestrationWallet) GetName() string + func (o *OrchestrationWallet) UnmarshalJSON(data []byte) error + func (o OrchestrationWallet) MarshalJSON() ([]byte, error) + type Payment struct + Adjustments []PaymentAdjustment + Amount *big.Int + Asset string + ConnectorID string + CreatedAt time.Time + DestinationAccountID string + ID string + InitialAmount *big.Int + Metadata map[string]string + Provider *Connector + Raw *Raw + Reference string + Scheme PaymentScheme + SourceAccountID string + Status PaymentStatus + Type PaymentType + func (o *Payment) GetAdjustments() []PaymentAdjustment + func (o *Payment) GetAmount() *big.Int + func (o *Payment) GetAsset() string + func (o *Payment) GetConnectorID() string + func (o *Payment) GetCreatedAt() time.Time + func (o *Payment) GetDestinationAccountID() string + func (o *Payment) GetID() string + func (o *Payment) GetInitialAmount() *big.Int + func (o *Payment) GetMetadata() map[string]string + func (o *Payment) GetProvider() *Connector + func (o *Payment) GetRaw() *Raw + func (o *Payment) GetReference() string + func (o *Payment) GetScheme() PaymentScheme + func (o *Payment) GetSourceAccountID() string + func (o *Payment) GetStatus() PaymentStatus + func (o *Payment) GetType() PaymentType + func (p *Payment) UnmarshalJSON(data []byte) error + func (p Payment) MarshalJSON() ([]byte, error) + type PaymentAdjustment struct + Amount *big.Int + CreatedAt time.Time + Raw PaymentAdjustmentRaw + Reference string + Status PaymentStatus + func (o *PaymentAdjustment) GetAmount() *big.Int + func (o *PaymentAdjustment) GetCreatedAt() time.Time + func (o *PaymentAdjustment) GetRaw() PaymentAdjustmentRaw + func (o *PaymentAdjustment) GetReference() string + func (o *PaymentAdjustment) GetStatus() PaymentStatus + func (p *PaymentAdjustment) UnmarshalJSON(data []byte) error + func (p PaymentAdjustment) MarshalJSON() ([]byte, error) + type PaymentAdjustmentRaw struct + type PaymentRequest struct + Amount *big.Int + Asset string + ConnectorID string + CreatedAt time.Time + DestinationAccountID *string + Reference string + Scheme PaymentScheme + SourceAccountID *string + Status PaymentStatus + Type PaymentType + func (o *PaymentRequest) GetAmount() *big.Int + func (o *PaymentRequest) GetAsset() string + func (o *PaymentRequest) GetConnectorID() string + func (o *PaymentRequest) GetCreatedAt() time.Time + func (o *PaymentRequest) GetDestinationAccountID() *string + func (o *PaymentRequest) GetReference() string + func (o *PaymentRequest) GetScheme() PaymentScheme + func (o *PaymentRequest) GetSourceAccountID() *string + func (o *PaymentRequest) GetStatus() PaymentStatus + func (o *PaymentRequest) GetType() PaymentType + func (p *PaymentRequest) UnmarshalJSON(data []byte) error + func (p PaymentRequest) MarshalJSON() ([]byte, error) + type PaymentResponse struct + Data Payment + func (o *PaymentResponse) GetData() Payment + type PaymentScheme string + const PaymentSchemeA2a + const PaymentSchemeAch + const PaymentSchemeAchDebit + const PaymentSchemeAlipay + const PaymentSchemeAmex + const PaymentSchemeApplePay + const PaymentSchemeCup + const PaymentSchemeDiners + const PaymentSchemeDiscover + const PaymentSchemeDoku + const PaymentSchemeDragonpay + const PaymentSchemeGooglePay + const PaymentSchemeJcb + const PaymentSchemeMaestro + const PaymentSchemeMastercard + const PaymentSchemeMolpay + const PaymentSchemeOther + const PaymentSchemeRtp + const PaymentSchemeSepa + const PaymentSchemeSepaCredit + const PaymentSchemeSepaDebit + const PaymentSchemeUnionpay + const PaymentSchemeUnknown + const PaymentSchemeVisa + func (e *PaymentScheme) UnmarshalJSON(data []byte) error + func (e PaymentScheme) ToPointer() *PaymentScheme + type PaymentStatus string + const PaymentStatusCancelled + const PaymentStatusDispute + const PaymentStatusDisputeLost + const PaymentStatusDisputeWon + const PaymentStatusExpired + const PaymentStatusFailed + const PaymentStatusOther + const PaymentStatusPending + const PaymentStatusRefunded + const PaymentStatusRefundedFailure + const PaymentStatusSucceeded + func (e *PaymentStatus) UnmarshalJSON(data []byte) error + func (e PaymentStatus) ToPointer() *PaymentStatus + type PaymentType string + const PaymentTypeOther + const PaymentTypePayIn + const PaymentTypePayout + const PaymentTypeTransfer + func (e *PaymentType) UnmarshalJSON(data []byte) error + func (e PaymentType) ToPointer() *PaymentType + type PaymentsAccount struct + AccountName string + ConnectorID string + CreatedAt time.Time + DefaultAsset string + DefaultCurrency string + ID string + Metadata map[string]string + Pools []string + Provider *string + Raw *PaymentsAccountRaw + Reference string + Type AccountType + func (o *PaymentsAccount) GetAccountName() string + func (o *PaymentsAccount) GetConnectorID() string + func (o *PaymentsAccount) GetCreatedAt() time.Time + func (o *PaymentsAccount) GetDefaultAsset() string + func (o *PaymentsAccount) GetDefaultCurrency() string + func (o *PaymentsAccount) GetID() string + func (o *PaymentsAccount) GetMetadata() map[string]string + func (o *PaymentsAccount) GetPools() []string + func (o *PaymentsAccount) GetProvider() *string + func (o *PaymentsAccount) GetRaw() *PaymentsAccountRaw + func (o *PaymentsAccount) GetReference() string + func (o *PaymentsAccount) GetType() AccountType + func (p *PaymentsAccount) UnmarshalJSON(data []byte) error + func (p PaymentsAccount) MarshalJSON() ([]byte, error) + type PaymentsAccountRaw struct + type PaymentsAccountResponse struct + Data PaymentsAccount + func (o *PaymentsAccountResponse) GetData() PaymentsAccount + type PaymentsCursor struct + Cursor PaymentsCursorCursor + func (o *PaymentsCursor) GetCursor() PaymentsCursorCursor + type PaymentsCursorCursor struct + Data []Payment + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *PaymentsCursorCursor) GetData() []Payment + func (o *PaymentsCursorCursor) GetHasMore() bool + func (o *PaymentsCursorCursor) GetNext() *string + func (o *PaymentsCursorCursor) GetPageSize() int64 + func (o *PaymentsCursorCursor) GetPrevious() *string + type PaymentsErrorsEnum string + const PaymentsErrorsEnumInternal + const PaymentsErrorsEnumNotFound + const PaymentsErrorsEnumValidation + func (e *PaymentsErrorsEnum) UnmarshalJSON(data []byte) error + func (e PaymentsErrorsEnum) ToPointer() *PaymentsErrorsEnum + type PoliciesCursorResponse struct + Cursor PoliciesCursorResponseCursor + func (o *PoliciesCursorResponse) GetCursor() PoliciesCursorResponseCursor + type PoliciesCursorResponseCursor struct + Data []Policy + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *PoliciesCursorResponseCursor) GetData() []Policy + func (o *PoliciesCursorResponseCursor) GetHasMore() bool + func (o *PoliciesCursorResponseCursor) GetNext() *string + func (o *PoliciesCursorResponseCursor) GetPageSize() int64 + func (o *PoliciesCursorResponseCursor) GetPrevious() *string + type Policy struct + CreatedAt time.Time + ID string + LedgerName string + LedgerQuery map[string]any + Name string + PaymentsPoolID string + func (o *Policy) GetCreatedAt() time.Time + func (o *Policy) GetID() string + func (o *Policy) GetLedgerName() string + func (o *Policy) GetLedgerQuery() map[string]any + func (o *Policy) GetName() string + func (o *Policy) GetPaymentsPoolID() string + func (p *Policy) UnmarshalJSON(data []byte) error + func (p Policy) MarshalJSON() ([]byte, error) + type PolicyRequest struct + LedgerName string + LedgerQuery map[string]any + Name string + PaymentsPoolID string + func (o *PolicyRequest) GetLedgerName() string + func (o *PolicyRequest) GetLedgerQuery() map[string]any + func (o *PolicyRequest) GetName() string + func (o *PolicyRequest) GetPaymentsPoolID() string + type PolicyResponse struct + Data Policy + func (o *PolicyResponse) GetData() Policy + type Pool struct + Accounts []string + ID string + Name string + func (o *Pool) GetAccounts() []string + func (o *Pool) GetID() string + func (o *Pool) GetName() string + type PoolBalance struct + Amount *big.Int + Asset string + func (o *PoolBalance) GetAmount() *big.Int + func (o *PoolBalance) GetAsset() string + func (p *PoolBalance) UnmarshalJSON(data []byte) error + func (p PoolBalance) MarshalJSON() ([]byte, error) + type PoolBalances struct + Balances []PoolBalance + func (o *PoolBalances) GetBalances() []PoolBalance + type PoolBalancesResponse struct + Data PoolBalances + func (o *PoolBalancesResponse) GetData() PoolBalances + type PoolRequest struct + AccountIDs []string + Name string + func (o *PoolRequest) GetAccountIDs() []string + func (o *PoolRequest) GetName() string + type PoolResponse struct + Data Pool + func (o *PoolResponse) GetData() Pool + type PoolsCursor struct + Cursor PoolsCursorCursor + func (o *PoolsCursor) GetCursor() PoolsCursorCursor + type PoolsCursorCursor struct + Data []Pool + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *PoolsCursorCursor) GetData() []Pool + func (o *PoolsCursorCursor) GetHasMore() bool + func (o *PoolsCursorCursor) GetNext() *string + func (o *PoolsCursorCursor) GetPageSize() int64 + func (o *PoolsCursorCursor) GetPrevious() *string + type PostTransaction struct + Metadata map[string]any + Postings []Posting + Reference *string + Script *PostTransactionScript + Timestamp *time.Time + func (o *PostTransaction) GetMetadata() map[string]any + func (o *PostTransaction) GetPostings() []Posting + func (o *PostTransaction) GetReference() *string + func (o *PostTransaction) GetScript() *PostTransactionScript + func (o *PostTransaction) GetTimestamp() *time.Time + func (p *PostTransaction) UnmarshalJSON(data []byte) error + func (p PostTransaction) MarshalJSON() ([]byte, error) + type PostTransactionScript struct + Plain string + Vars map[string]any + func (o *PostTransactionScript) GetPlain() string + func (o *PostTransactionScript) GetVars() map[string]any + type Posting struct + Amount *big.Int + Asset string + Destination string + Source string + func (o *Posting) GetAmount() *big.Int + func (o *Posting) GetAsset() string + func (o *Posting) GetDestination() string + func (o *Posting) GetSource() string + func (p *Posting) UnmarshalJSON(data []byte) error + func (p Posting) MarshalJSON() ([]byte, error) + type Query struct + After []string + Cursor *string + Ledgers []string + PageSize *int64 + Policy *string + Raw *QueryRaw + Sort *string + Target *string + Terms []string + func (o *Query) GetAfter() []string + func (o *Query) GetCursor() *string + func (o *Query) GetLedgers() []string + func (o *Query) GetPageSize() *int64 + func (o *Query) GetPolicy() *string + func (o *Query) GetRaw() *QueryRaw + func (o *Query) GetSort() *string + func (o *Query) GetTarget() *string + func (o *Query) GetTerms() []string + type QueryRaw struct + type Raw struct + type ReadClientResponse struct + Data *Client + func (o *ReadClientResponse) GetData() *Client + type ReadTriggerResponse struct + Data Trigger + func (o *ReadTriggerResponse) GetData() Trigger + type ReadUserResponse struct + Data *User + func (o *ReadUserResponse) GetData() *User + type Reconciliation struct + CreatedAt time.Time + DriftBalances map[string]*big.Int + Error *string + ID string + LedgerBalances map[string]*big.Int + PaymentsBalances map[string]*big.Int + PolicyID string + ReconciledAtLedger time.Time + ReconciledAtPayments time.Time + Status string + func (o *Reconciliation) GetCreatedAt() time.Time + func (o *Reconciliation) GetDriftBalances() map[string]*big.Int + func (o *Reconciliation) GetError() *string + func (o *Reconciliation) GetID() string + func (o *Reconciliation) GetLedgerBalances() map[string]*big.Int + func (o *Reconciliation) GetPaymentsBalances() map[string]*big.Int + func (o *Reconciliation) GetPolicyID() string + func (o *Reconciliation) GetReconciledAtLedger() time.Time + func (o *Reconciliation) GetReconciledAtPayments() time.Time + func (o *Reconciliation) GetStatus() string + func (r *Reconciliation) UnmarshalJSON(data []byte) error + func (r Reconciliation) MarshalJSON() ([]byte, error) + type ReconciliationRequest struct + ReconciledAtLedger time.Time + ReconciledAtPayments time.Time + func (o *ReconciliationRequest) GetReconciledAtLedger() time.Time + func (o *ReconciliationRequest) GetReconciledAtPayments() time.Time + func (r *ReconciliationRequest) UnmarshalJSON(data []byte) error + func (r ReconciliationRequest) MarshalJSON() ([]byte, error) + type ReconciliationResponse struct + Data Reconciliation + func (o *ReconciliationResponse) GetData() Reconciliation + type ReconciliationsCursorResponse struct + Cursor ReconciliationsCursorResponseCursor + func (o *ReconciliationsCursorResponse) GetCursor() ReconciliationsCursorResponseCursor + type ReconciliationsCursorResponseCursor struct + Data []Reconciliation + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *ReconciliationsCursorResponseCursor) GetData() []Reconciliation + func (o *ReconciliationsCursorResponseCursor) GetHasMore() bool + func (o *ReconciliationsCursorResponseCursor) GetNext() *string + func (o *ReconciliationsCursorResponseCursor) GetPageSize() int64 + func (o *ReconciliationsCursorResponseCursor) GetPrevious() *string + type Response struct + Cursor *ResponseCursor + Data map[string]any + func (o *Response) GetCursor() *ResponseCursor + func (o *Response) GetData() map[string]any + type ResponseCursor struct + Data []map[string]any + HasMore *bool + Next *string + PageSize *int64 + Previous *string + Total *Total + func (o *ResponseCursor) GetData() []map[string]any + func (o *ResponseCursor) GetHasMore() *bool + func (o *ResponseCursor) GetNext() *string + func (o *ResponseCursor) GetPageSize() *int64 + func (o *ResponseCursor) GetPrevious() *string + func (o *ResponseCursor) GetTotal() *Total + type ReverseTransferInitiationRequest struct + Amount *big.Int + Asset string + Description string + Metadata map[string]string + Reference string + func (o *ReverseTransferInitiationRequest) GetAmount() *big.Int + func (o *ReverseTransferInitiationRequest) GetAsset() string + func (o *ReverseTransferInitiationRequest) GetDescription() string + func (o *ReverseTransferInitiationRequest) GetMetadata() map[string]string + func (o *ReverseTransferInitiationRequest) GetReference() string + func (r *ReverseTransferInitiationRequest) UnmarshalJSON(data []byte) error + func (r ReverseTransferInitiationRequest) MarshalJSON() ([]byte, error) + type RunWorkflowResponse struct + Data WorkflowInstance + func (o *RunWorkflowResponse) GetData() WorkflowInstance + type Schemas struct + ResponseType string + func (o *Schemas) GetResponseType() string + type Scheme string + const SchemeA2a + const SchemeAch + const SchemeAchDebit + const SchemeAmex + const SchemeApplePay + const SchemeDiners + const SchemeDiscover + const SchemeGooglePay + const SchemeJcb + const SchemeMastercard + const SchemeOther + const SchemeRtp + const SchemeSepa + const SchemeSepaCredit + const SchemeSepaDebit + const SchemeUnionpay + const SchemeUnknown + const SchemeVisa + func (e *Scheme) UnmarshalJSON(data []byte) error + func (e Scheme) ToPointer() *Scheme + type Script struct + Metadata map[string]any + Plain string + Reference *string + Vars map[string]any + func (o *Script) GetMetadata() map[string]any + func (o *Script) GetPlain() string + func (o *Script) GetReference() *string + func (o *Script) GetVars() map[string]any + type ScriptResponse struct + Details *string + ErrorCode *ErrorsEnum + ErrorMessage *string + Transaction *Transaction + func (o *ScriptResponse) GetDetails() *string + func (o *ScriptResponse) GetErrorCode() *ErrorsEnum + func (o *ScriptResponse) GetErrorMessage() *string + func (o *ScriptResponse) GetTransaction() *Transaction + type Secret struct + Clear string + ID string + LastDigits string + Metadata map[string]any + Name string + func (o *Secret) GetClear() string + func (o *Secret) GetID() string + func (o *Secret) GetLastDigits() string + func (o *Secret) GetMetadata() map[string]any + func (o *Secret) GetName() string + type Security struct + ClientID *string + ClientSecret *string + TokenURL *string + func (o *Security) GetClientID() *string + func (o *Security) GetClientSecret() *string + func (o *Security) GetTokenURL() *string + func (s *Security) UnmarshalJSON(data []byte) error + func (s Security) MarshalJSON() ([]byte, error) + type ServerInfo struct + Version string + func (o *ServerInfo) GetVersion() string + type Stage struct + StageDelay *StageDelay + StageSend *StageSend + StageWaitEvent *StageWaitEvent + Type StageType + Update *Update + func CreateStageStageDelay(stageDelay StageDelay) Stage + func CreateStageStageSend(stageSend StageSend) Stage + func CreateStageStageWaitEvent(stageWaitEvent StageWaitEvent) Stage + func CreateStageUpdate(update Update) Stage + func (u *Stage) UnmarshalJSON(data []byte) error + func (u Stage) MarshalJSON() ([]byte, error) + type StageDelay struct + Duration *string + Until *time.Time + func (o *StageDelay) GetDuration() *string + func (o *StageDelay) GetUntil() *time.Time + func (s *StageDelay) UnmarshalJSON(data []byte) error + func (s StageDelay) MarshalJSON() ([]byte, error) + type StageSend struct + Amount *Monetary + Destination *StageSendDestination + Metadata map[string]string + Source *StageSendSource + Timestamp *time.Time + func (o *StageSend) GetAmount() *Monetary + func (o *StageSend) GetDestination() *StageSendDestination + func (o *StageSend) GetMetadata() map[string]string + func (o *StageSend) GetSource() *StageSendSource + func (o *StageSend) GetTimestamp() *time.Time + func (s *StageSend) UnmarshalJSON(data []byte) error + func (s StageSend) MarshalJSON() ([]byte, error) + type StageSendDestination struct + Account *StageSendDestinationAccount + Payment *StageSendDestinationPayment + Wallet *StageSendDestinationWallet + func (o *StageSendDestination) GetAccount() *StageSendDestinationAccount + func (o *StageSendDestination) GetPayment() *StageSendDestinationPayment + func (o *StageSendDestination) GetWallet() *StageSendDestinationWallet + type StageSendDestinationAccount struct + ID string + Ledger *string + func (o *StageSendDestinationAccount) GetID() string + func (o *StageSendDestinationAccount) GetLedger() *string + type StageSendDestinationPayment struct + Psp string + func (o *StageSendDestinationPayment) GetPsp() string + type StageSendDestinationWallet struct + Balance *string + ID string + func (o *StageSendDestinationWallet) GetBalance() *string + func (o *StageSendDestinationWallet) GetID() string + type StageSendSource struct + Account *StageSendSourceAccount + Payment *StageSendSourcePayment + Wallet *StageSendSourceWallet + func (o *StageSendSource) GetAccount() *StageSendSourceAccount + func (o *StageSendSource) GetPayment() *StageSendSourcePayment + func (o *StageSendSource) GetWallet() *StageSendSourceWallet + type StageSendSourceAccount struct + ID string + Ledger *string + func (o *StageSendSourceAccount) GetID() string + func (o *StageSendSourceAccount) GetLedger() *string + type StageSendSourcePayment struct + ID string + func (o *StageSendSourcePayment) GetID() string + type StageSendSourceWallet struct + Balance *string + ID string + func (o *StageSendSourceWallet) GetBalance() *string + func (o *StageSendSourceWallet) GetID() string + type StageStatus struct + Error *string + InstanceID string + Stage float64 + StartedAt time.Time + TerminatedAt *time.Time + func (o *StageStatus) GetError() *string + func (o *StageStatus) GetInstanceID() string + func (o *StageStatus) GetStage() float64 + func (o *StageStatus) GetStartedAt() time.Time + func (o *StageStatus) GetTerminatedAt() *time.Time + func (s *StageStatus) UnmarshalJSON(data []byte) error + func (s StageStatus) MarshalJSON() ([]byte, error) + type StageType string + const StageTypeStageDelay + const StageTypeStageSend + const StageTypeStageWaitEvent + const StageTypeUpdate + type StageWaitEvent struct + Event string + func (o *StageWaitEvent) GetEvent() string + type State string + const StateDone + const StateToDo + func (e *State) UnmarshalJSON(data []byte) error + func (e State) ToPointer() *State + type Stats struct + Accounts int64 + Transactions int64 + func (o *Stats) GetAccounts() int64 + func (o *Stats) GetTransactions() int64 + type StatsResponse struct + Data Stats + func (o *StatsResponse) GetData() Stats + type Status string + const StatusFailed + const StatusProcessed + const StatusProcessing + const StatusRejected + const StatusValidated + const StatusWaitingForValidation + func (e *Status) UnmarshalJSON(data []byte) error + func (e Status) ToPointer() *Status + type Storage struct + Migrations []MigrationInfo + func (o *Storage) GetMigrations() []MigrationInfo + type StripeConfig struct + APIKey string + Name string + PageSize *int64 + PollingPeriod *string + func (o *StripeConfig) GetAPIKey() string + func (o *StripeConfig) GetName() string + func (o *StripeConfig) GetPageSize() *int64 + func (o *StripeConfig) GetPollingPeriod() *string + func (s *StripeConfig) UnmarshalJSON(data []byte) error + func (s StripeConfig) MarshalJSON() ([]byte, error) + type Subject struct + LedgerAccountSubject *LedgerAccountSubject + Type SubjectType + WalletSubject *WalletSubject + func CreateSubjectAccount(account LedgerAccountSubject) Subject + func CreateSubjectWallet(wallet WalletSubject) Subject + func (u *Subject) UnmarshalJSON(data []byte) error + func (u Subject) MarshalJSON() ([]byte, error) + type SubjectType string + const SubjectTypeAccount + const SubjectTypeWallet + type TaskBankingCircle struct + ConnectorID string + CreatedAt time.Time + Descriptor Descriptor + Error *string + ID string + State TaskBankingCircleState + Status PaymentStatus + UpdatedAt time.Time + func (o *TaskBankingCircle) GetConnectorID() string + func (o *TaskBankingCircle) GetCreatedAt() time.Time + func (o *TaskBankingCircle) GetDescriptor() Descriptor + func (o *TaskBankingCircle) GetError() *string + func (o *TaskBankingCircle) GetID() string + func (o *TaskBankingCircle) GetState() TaskBankingCircleState + func (o *TaskBankingCircle) GetStatus() PaymentStatus + func (o *TaskBankingCircle) GetUpdatedAt() time.Time + func (t *TaskBankingCircle) UnmarshalJSON(data []byte) error + func (t TaskBankingCircle) MarshalJSON() ([]byte, error) + type TaskBankingCircleState struct + type TaskCurrencyCloud struct + ConnectorID string + CreatedAt time.Time + Descriptor TaskCurrencyCloudDescriptor + Error *string + ID string + State TaskCurrencyCloudState + Status PaymentStatus + UpdatedAt time.Time + func (o *TaskCurrencyCloud) GetConnectorID() string + func (o *TaskCurrencyCloud) GetCreatedAt() time.Time + func (o *TaskCurrencyCloud) GetDescriptor() TaskCurrencyCloudDescriptor + func (o *TaskCurrencyCloud) GetError() *string + func (o *TaskCurrencyCloud) GetID() string + func (o *TaskCurrencyCloud) GetState() TaskCurrencyCloudState + func (o *TaskCurrencyCloud) GetStatus() PaymentStatus + func (o *TaskCurrencyCloud) GetUpdatedAt() time.Time + func (t *TaskCurrencyCloud) UnmarshalJSON(data []byte) error + func (t TaskCurrencyCloud) MarshalJSON() ([]byte, error) + type TaskCurrencyCloudDescriptor struct + Name *string + func (o *TaskCurrencyCloudDescriptor) GetName() *string + type TaskCurrencyCloudState struct + type TaskDummyPay struct + ConnectorID string + CreatedAt time.Time + Descriptor TaskDummyPayDescriptor + Error *string + ID string + State TaskDummyPayState + Status PaymentStatus + UpdatedAt time.Time + func (o *TaskDummyPay) GetConnectorID() string + func (o *TaskDummyPay) GetCreatedAt() time.Time + func (o *TaskDummyPay) GetDescriptor() TaskDummyPayDescriptor + func (o *TaskDummyPay) GetError() *string + func (o *TaskDummyPay) GetID() string + func (o *TaskDummyPay) GetState() TaskDummyPayState + func (o *TaskDummyPay) GetStatus() PaymentStatus + func (o *TaskDummyPay) GetUpdatedAt() time.Time + func (t *TaskDummyPay) UnmarshalJSON(data []byte) error + func (t TaskDummyPay) MarshalJSON() ([]byte, error) + type TaskDummyPayDescriptor struct + FileName *string + Key *string + Name *string + func (o *TaskDummyPayDescriptor) GetFileName() *string + func (o *TaskDummyPayDescriptor) GetKey() *string + func (o *TaskDummyPayDescriptor) GetName() *string + type TaskDummyPayState struct + type TaskMangoPay struct + ConnectorID string + CreatedAt time.Time + Descriptor TaskMangoPayDescriptor + Error *string + ID string + State TaskMangoPayState + Status PaymentStatus + UpdatedAt time.Time + func (o *TaskMangoPay) GetConnectorID() string + func (o *TaskMangoPay) GetCreatedAt() time.Time + func (o *TaskMangoPay) GetDescriptor() TaskMangoPayDescriptor + func (o *TaskMangoPay) GetError() *string + func (o *TaskMangoPay) GetID() string + func (o *TaskMangoPay) GetState() TaskMangoPayState + func (o *TaskMangoPay) GetStatus() PaymentStatus + func (o *TaskMangoPay) GetUpdatedAt() time.Time + func (t *TaskMangoPay) UnmarshalJSON(data []byte) error + func (t TaskMangoPay) MarshalJSON() ([]byte, error) + type TaskMangoPayDescriptor struct + Key *string + Name *string + UserID *string + func (o *TaskMangoPayDescriptor) GetKey() *string + func (o *TaskMangoPayDescriptor) GetName() *string + func (o *TaskMangoPayDescriptor) GetUserID() *string + type TaskMangoPayState struct + type TaskModulr struct + ConnectorID string + CreatedAt time.Time + Descriptor TaskModulrDescriptor + Error *string + ID string + State TaskModulrState + Status PaymentStatus + UpdatedAt time.Time + func (o *TaskModulr) GetConnectorID() string + func (o *TaskModulr) GetCreatedAt() time.Time + func (o *TaskModulr) GetDescriptor() TaskModulrDescriptor + func (o *TaskModulr) GetError() *string + func (o *TaskModulr) GetID() string + func (o *TaskModulr) GetState() TaskModulrState + func (o *TaskModulr) GetStatus() PaymentStatus + func (o *TaskModulr) GetUpdatedAt() time.Time + func (t *TaskModulr) UnmarshalJSON(data []byte) error + func (t TaskModulr) MarshalJSON() ([]byte, error) + type TaskModulrDescriptor struct + AccountID *string + Key *string + Name *string + func (o *TaskModulrDescriptor) GetAccountID() *string + func (o *TaskModulrDescriptor) GetKey() *string + func (o *TaskModulrDescriptor) GetName() *string + type TaskModulrState struct + type TaskMoneycorp struct + ConnectorID string + CreatedAt time.Time + Descriptor TaskMoneycorpDescriptor + Error *string + ID string + State TaskMoneycorpState + Status PaymentStatus + UpdatedAt time.Time + func (o *TaskMoneycorp) GetConnectorID() string + func (o *TaskMoneycorp) GetCreatedAt() time.Time + func (o *TaskMoneycorp) GetDescriptor() TaskMoneycorpDescriptor + func (o *TaskMoneycorp) GetError() *string + func (o *TaskMoneycorp) GetID() string + func (o *TaskMoneycorp) GetState() TaskMoneycorpState + func (o *TaskMoneycorp) GetStatus() PaymentStatus + func (o *TaskMoneycorp) GetUpdatedAt() time.Time + func (t *TaskMoneycorp) UnmarshalJSON(data []byte) error + func (t TaskMoneycorp) MarshalJSON() ([]byte, error) + type TaskMoneycorpDescriptor struct + AccountID *string + Key *string + Name *string + func (o *TaskMoneycorpDescriptor) GetAccountID() *string + func (o *TaskMoneycorpDescriptor) GetKey() *string + func (o *TaskMoneycorpDescriptor) GetName() *string + type TaskMoneycorpState struct + type TaskResponse struct + Data TaskResponseData + func (o *TaskResponse) GetData() TaskResponseData + type TaskResponseData struct + TaskBankingCircle *TaskBankingCircle + TaskCurrencyCloud *TaskCurrencyCloud + TaskDummyPay *TaskDummyPay + TaskMangoPay *TaskMangoPay + TaskModulr *TaskModulr + TaskMoneycorp *TaskMoneycorp + TaskStripe *TaskStripe + TaskWise *TaskWise + Type TaskResponseDataType + func CreateTaskResponseDataTaskBankingCircle(taskBankingCircle TaskBankingCircle) TaskResponseData + func CreateTaskResponseDataTaskCurrencyCloud(taskCurrencyCloud TaskCurrencyCloud) TaskResponseData + func CreateTaskResponseDataTaskDummyPay(taskDummyPay TaskDummyPay) TaskResponseData + func CreateTaskResponseDataTaskMangoPay(taskMangoPay TaskMangoPay) TaskResponseData + func CreateTaskResponseDataTaskModulr(taskModulr TaskModulr) TaskResponseData + func CreateTaskResponseDataTaskMoneycorp(taskMoneycorp TaskMoneycorp) TaskResponseData + func CreateTaskResponseDataTaskStripe(taskStripe TaskStripe) TaskResponseData + func CreateTaskResponseDataTaskWise(taskWise TaskWise) TaskResponseData + func (u *TaskResponseData) UnmarshalJSON(data []byte) error + func (u TaskResponseData) MarshalJSON() ([]byte, error) + type TaskResponseDataType string + const TaskResponseDataTypeTaskBankingCircle + const TaskResponseDataTypeTaskCurrencyCloud + const TaskResponseDataTypeTaskDummyPay + const TaskResponseDataTypeTaskMangoPay + const TaskResponseDataTypeTaskModulr + const TaskResponseDataTypeTaskMoneycorp + const TaskResponseDataTypeTaskStripe + const TaskResponseDataTypeTaskWise + type TaskStripe struct + ConnectorID string + CreatedAt time.Time + Descriptor TaskStripeDescriptor + Error *string + ID string + State TaskStripeState + Status PaymentStatus + UpdatedAt time.Time + func (o *TaskStripe) GetConnectorID() string + func (o *TaskStripe) GetCreatedAt() time.Time + func (o *TaskStripe) GetDescriptor() TaskStripeDescriptor + func (o *TaskStripe) GetError() *string + func (o *TaskStripe) GetID() string + func (o *TaskStripe) GetState() TaskStripeState + func (o *TaskStripe) GetStatus() PaymentStatus + func (o *TaskStripe) GetUpdatedAt() time.Time + func (t *TaskStripe) UnmarshalJSON(data []byte) error + func (t TaskStripe) MarshalJSON() ([]byte, error) + type TaskStripeDescriptor struct + Account string + Main *bool + Name string + func (o *TaskStripeDescriptor) GetAccount() string + func (o *TaskStripeDescriptor) GetMain() *bool + func (o *TaskStripeDescriptor) GetName() string + type TaskStripeState struct + type TaskWise struct + ConnectorID string + CreatedAt time.Time + Descriptor TaskWiseDescriptor + Error *string + ID string + State TaskWiseState + Status PaymentStatus + UpdatedAt time.Time + func (o *TaskWise) GetConnectorID() string + func (o *TaskWise) GetCreatedAt() time.Time + func (o *TaskWise) GetDescriptor() TaskWiseDescriptor + func (o *TaskWise) GetError() *string + func (o *TaskWise) GetID() string + func (o *TaskWise) GetState() TaskWiseState + func (o *TaskWise) GetStatus() PaymentStatus + func (o *TaskWise) GetUpdatedAt() time.Time + func (t *TaskWise) UnmarshalJSON(data []byte) error + func (t TaskWise) MarshalJSON() ([]byte, error) + type TaskWiseDescriptor struct + Key *string + Name *string + ProfileID *int64 + func (o *TaskWiseDescriptor) GetKey() *string + func (o *TaskWiseDescriptor) GetName() *string + func (o *TaskWiseDescriptor) GetProfileID() *int64 + type TaskWiseState struct + type TasksCursor struct + Cursor TasksCursorCursor + func (o *TasksCursor) GetCursor() TasksCursorCursor + type TasksCursorCursor struct + Data []TasksCursorData + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *TasksCursorCursor) GetData() []TasksCursorData + func (o *TasksCursorCursor) GetHasMore() bool + func (o *TasksCursorCursor) GetNext() *string + func (o *TasksCursorCursor) GetPageSize() int64 + func (o *TasksCursorCursor) GetPrevious() *string + type TasksCursorData struct + TaskBankingCircle *TaskBankingCircle + TaskCurrencyCloud *TaskCurrencyCloud + TaskDummyPay *TaskDummyPay + TaskMangoPay *TaskMangoPay + TaskModulr *TaskModulr + TaskMoneycorp *TaskMoneycorp + TaskStripe *TaskStripe + TaskWise *TaskWise + Type TasksCursorDataType + func CreateTasksCursorDataTaskBankingCircle(taskBankingCircle TaskBankingCircle) TasksCursorData + func CreateTasksCursorDataTaskCurrencyCloud(taskCurrencyCloud TaskCurrencyCloud) TasksCursorData + func CreateTasksCursorDataTaskDummyPay(taskDummyPay TaskDummyPay) TasksCursorData + func CreateTasksCursorDataTaskMangoPay(taskMangoPay TaskMangoPay) TasksCursorData + func CreateTasksCursorDataTaskModulr(taskModulr TaskModulr) TasksCursorData + func CreateTasksCursorDataTaskMoneycorp(taskMoneycorp TaskMoneycorp) TasksCursorData + func CreateTasksCursorDataTaskStripe(taskStripe TaskStripe) TasksCursorData + func CreateTasksCursorDataTaskWise(taskWise TaskWise) TasksCursorData + func (u *TasksCursorData) UnmarshalJSON(data []byte) error + func (u TasksCursorData) MarshalJSON() ([]byte, error) + type TasksCursorDataType string + const TasksCursorDataTypeTaskBankingCircle + const TasksCursorDataTypeTaskCurrencyCloud + const TasksCursorDataTypeTaskDummyPay + const TasksCursorDataTypeTaskMangoPay + const TasksCursorDataTypeTaskModulr + const TasksCursorDataTypeTaskMoneycorp + const TasksCursorDataTypeTaskStripe + const TasksCursorDataTypeTaskWise + type Total struct + Relation *string + Value *int64 + func (o *Total) GetRelation() *string + func (o *Total) GetValue() *int64 + type Transaction struct + Metadata map[string]any + PostCommitVolumes map[string]map[string]Volume + Postings []Posting + PreCommitVolumes map[string]map[string]Volume + Reference *string + Timestamp time.Time + Txid *big.Int + func (o *Transaction) GetMetadata() map[string]any + func (o *Transaction) GetPostCommitVolumes() map[string]map[string]Volume + func (o *Transaction) GetPostings() []Posting + func (o *Transaction) GetPreCommitVolumes() map[string]map[string]Volume + func (o *Transaction) GetReference() *string + func (o *Transaction) GetTimestamp() time.Time + func (o *Transaction) GetTxid() *big.Int + func (t *Transaction) UnmarshalJSON(data []byte) error + func (t Transaction) MarshalJSON() ([]byte, error) + type TransactionData struct + Metadata map[string]any + Postings []Posting + Reference *string + Timestamp *time.Time + func (o *TransactionData) GetMetadata() map[string]any + func (o *TransactionData) GetPostings() []Posting + func (o *TransactionData) GetReference() *string + func (o *TransactionData) GetTimestamp() *time.Time + func (t *TransactionData) UnmarshalJSON(data []byte) error + func (t TransactionData) MarshalJSON() ([]byte, error) + type TransactionResponse struct + Data Transaction + func (o *TransactionResponse) GetData() Transaction + type Transactions struct + Transactions []TransactionData + func (o *Transactions) GetTransactions() []TransactionData + type TransactionsCursorResponse struct + Cursor TransactionsCursorResponseCursor + func (o *TransactionsCursorResponse) GetCursor() TransactionsCursorResponseCursor + type TransactionsCursorResponseCursor struct + Data []Transaction + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *TransactionsCursorResponseCursor) GetData() []Transaction + func (o *TransactionsCursorResponseCursor) GetHasMore() bool + func (o *TransactionsCursorResponseCursor) GetNext() *string + func (o *TransactionsCursorResponseCursor) GetPageSize() int64 + func (o *TransactionsCursorResponseCursor) GetPrevious() *string + type TransactionsResponse struct + Data []Transaction + func (o *TransactionsResponse) GetData() []Transaction + type TransferInitiation struct + Amount *big.Int + Asset string + ConnectorID string + CreatedAt time.Time + Description string + DestinationAccountID string + Error string + ID string + InitialAmount *big.Int + Metadata map[string]string + Reference string + RelatedAdjustments []TransferInitiationAdjusments + RelatedPayments []TransferInitiationPayments + ScheduledAt time.Time + SourceAccountID string + Status TransferInitiationStatus + Type TransferInitiationType + func (o *TransferInitiation) GetAmount() *big.Int + func (o *TransferInitiation) GetAsset() string + func (o *TransferInitiation) GetConnectorID() string + func (o *TransferInitiation) GetCreatedAt() time.Time + func (o *TransferInitiation) GetDescription() string + func (o *TransferInitiation) GetDestinationAccountID() string + func (o *TransferInitiation) GetError() string + func (o *TransferInitiation) GetID() string + func (o *TransferInitiation) GetInitialAmount() *big.Int + func (o *TransferInitiation) GetMetadata() map[string]string + func (o *TransferInitiation) GetReference() string + func (o *TransferInitiation) GetRelatedAdjustments() []TransferInitiationAdjusments + func (o *TransferInitiation) GetRelatedPayments() []TransferInitiationPayments + func (o *TransferInitiation) GetScheduledAt() time.Time + func (o *TransferInitiation) GetSourceAccountID() string + func (o *TransferInitiation) GetStatus() TransferInitiationStatus + func (o *TransferInitiation) GetType() TransferInitiationType + func (t *TransferInitiation) UnmarshalJSON(data []byte) error + func (t TransferInitiation) MarshalJSON() ([]byte, error) + type TransferInitiationAdjusments struct + AdjustmentID string + CreatedAt time.Time + Error string + Metadata map[string]string + Status TransferInitiationStatus + func (o *TransferInitiationAdjusments) GetAdjustmentID() string + func (o *TransferInitiationAdjusments) GetCreatedAt() time.Time + func (o *TransferInitiationAdjusments) GetError() string + func (o *TransferInitiationAdjusments) GetMetadata() map[string]string + func (o *TransferInitiationAdjusments) GetStatus() TransferInitiationStatus + func (t *TransferInitiationAdjusments) UnmarshalJSON(data []byte) error + func (t TransferInitiationAdjusments) MarshalJSON() ([]byte, error) + type TransferInitiationPayments struct + CreatedAt time.Time + Error string + PaymentID string + Status TransferInitiationStatus + func (o *TransferInitiationPayments) GetCreatedAt() time.Time + func (o *TransferInitiationPayments) GetError() string + func (o *TransferInitiationPayments) GetPaymentID() string + func (o *TransferInitiationPayments) GetStatus() TransferInitiationStatus + func (t *TransferInitiationPayments) UnmarshalJSON(data []byte) error + func (t TransferInitiationPayments) MarshalJSON() ([]byte, error) + type TransferInitiationRequest struct + Amount *big.Int + Asset string + ConnectorID *string + Description string + DestinationAccountID string + Metadata map[string]string + Provider *Connector + Reference string + ScheduledAt time.Time + SourceAccountID string + Type TransferInitiationRequestType + Validated bool + func (o *TransferInitiationRequest) GetAmount() *big.Int + func (o *TransferInitiationRequest) GetAsset() string + func (o *TransferInitiationRequest) GetConnectorID() *string + func (o *TransferInitiationRequest) GetDescription() string + func (o *TransferInitiationRequest) GetDestinationAccountID() string + func (o *TransferInitiationRequest) GetMetadata() map[string]string + func (o *TransferInitiationRequest) GetProvider() *Connector + func (o *TransferInitiationRequest) GetReference() string + func (o *TransferInitiationRequest) GetScheduledAt() time.Time + func (o *TransferInitiationRequest) GetSourceAccountID() string + func (o *TransferInitiationRequest) GetType() TransferInitiationRequestType + func (o *TransferInitiationRequest) GetValidated() bool + func (t *TransferInitiationRequest) UnmarshalJSON(data []byte) error + func (t TransferInitiationRequest) MarshalJSON() ([]byte, error) + type TransferInitiationRequestType string + const TransferInitiationRequestTypePayout + const TransferInitiationRequestTypeTransfer + func (e *TransferInitiationRequestType) UnmarshalJSON(data []byte) error + func (e TransferInitiationRequestType) ToPointer() *TransferInitiationRequestType + type TransferInitiationResponse struct + Data TransferInitiation + func (o *TransferInitiationResponse) GetData() TransferInitiation + type TransferInitiationStatus string + const TransferInitiationStatusAskRetried + const TransferInitiationStatusAskReversed + const TransferInitiationStatusFailed + const TransferInitiationStatusPartiallyReversed + const TransferInitiationStatusProcessed + const TransferInitiationStatusProcessing + const TransferInitiationStatusRejected + const TransferInitiationStatusReverseFailed + const TransferInitiationStatusReverseProcessing + const TransferInitiationStatusReversed + const TransferInitiationStatusValidated + const TransferInitiationStatusWaitingForValidation + func (e *TransferInitiationStatus) UnmarshalJSON(data []byte) error + func (e TransferInitiationStatus) ToPointer() *TransferInitiationStatus + type TransferInitiationType string + const TransferInitiationTypePayout + const TransferInitiationTypeTransfer + func (e *TransferInitiationType) UnmarshalJSON(data []byte) error + func (e TransferInitiationType) ToPointer() *TransferInitiationType + type TransferInitiationsCursor struct + Cursor TransferInitiationsCursorCursor + func (o *TransferInitiationsCursor) GetCursor() TransferInitiationsCursorCursor + type TransferInitiationsCursorCursor struct + Data []TransferInitiation + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *TransferInitiationsCursorCursor) GetData() []TransferInitiation + func (o *TransferInitiationsCursorCursor) GetHasMore() bool + func (o *TransferInitiationsCursorCursor) GetNext() *string + func (o *TransferInitiationsCursorCursor) GetPageSize() int64 + func (o *TransferInitiationsCursorCursor) GetPrevious() *string + type TransferRequest struct + Amount *big.Int + Asset string + Destination string + Source *string + func (o *TransferRequest) GetAmount() *big.Int + func (o *TransferRequest) GetAsset() string + func (o *TransferRequest) GetDestination() string + func (o *TransferRequest) GetSource() *string + func (t *TransferRequest) UnmarshalJSON(data []byte) error + func (t TransferRequest) MarshalJSON() ([]byte, error) + type TransferResponse struct + ID *string + func (o *TransferResponse) GetID() *string + type Trigger struct + CreatedAt time.Time + Event string + Filter *string + ID string + Name *string + Vars map[string]any + WorkflowID string + func (o *Trigger) GetCreatedAt() time.Time + func (o *Trigger) GetEvent() string + func (o *Trigger) GetFilter() *string + func (o *Trigger) GetID() string + func (o *Trigger) GetName() *string + func (o *Trigger) GetVars() map[string]any + func (o *Trigger) GetWorkflowID() string + func (t *Trigger) UnmarshalJSON(data []byte) error + func (t Trigger) MarshalJSON() ([]byte, error) + type TriggerData struct + Event string + Filter *string + Name *string + Vars map[string]any + WorkflowID string + func (o *TriggerData) GetEvent() string + func (o *TriggerData) GetFilter() *string + func (o *TriggerData) GetName() *string + func (o *TriggerData) GetVars() map[string]any + func (o *TriggerData) GetWorkflowID() string + type TriggerOccurrence struct + Date time.Time + Error *string + Event map[string]any + TriggerID string + WorkflowInstance *WorkflowInstance + WorkflowInstanceID *string + func (o *TriggerOccurrence) GetDate() time.Time + func (o *TriggerOccurrence) GetError() *string + func (o *TriggerOccurrence) GetEvent() map[string]any + func (o *TriggerOccurrence) GetTriggerID() string + func (o *TriggerOccurrence) GetWorkflowInstance() *WorkflowInstance + func (o *TriggerOccurrence) GetWorkflowInstanceID() *string + func (t *TriggerOccurrence) UnmarshalJSON(data []byte) error + func (t TriggerOccurrence) MarshalJSON() ([]byte, error) + type Type string + const TypeNewTransaction + const TypeSetMetadata + func (e *Type) UnmarshalJSON(data []byte) error + func (e Type) ToPointer() *Type + type Update struct + Account *UpdateAccount + func (o *Update) GetAccount() *UpdateAccount + type UpdateAccount struct + ID string + Ledger string + Metadata map[string]string + func (o *UpdateAccount) GetID() string + func (o *UpdateAccount) GetLedger() string + func (o *UpdateAccount) GetMetadata() map[string]string + type UpdateBankAccountMetadataRequest struct + Metadata map[string]string + func (o *UpdateBankAccountMetadataRequest) GetMetadata() map[string]string + type UpdateClientRequest struct + Description *string + Metadata map[string]any + Name string + PostLogoutRedirectUris []string + Public *bool + RedirectUris []string + Scopes []string + Trusted *bool + func (o *UpdateClientRequest) GetDescription() *string + func (o *UpdateClientRequest) GetMetadata() map[string]any + func (o *UpdateClientRequest) GetName() string + func (o *UpdateClientRequest) GetPostLogoutRedirectUris() []string + func (o *UpdateClientRequest) GetPublic() *bool + func (o *UpdateClientRequest) GetRedirectUris() []string + func (o *UpdateClientRequest) GetScopes() []string + func (o *UpdateClientRequest) GetTrusted() *bool + type UpdateClientResponse struct + Data *Client + func (o *UpdateClientResponse) GetData() *Client + type UpdateTransferInitiationStatusRequest struct + Status Status + func (o *UpdateTransferInitiationStatusRequest) GetStatus() Status + type User struct + Email *string + ID *string + Subject *string + func (o *User) GetEmail() *string + func (o *User) GetID() *string + func (o *User) GetSubject() *string + type V2Account struct + Address string + EffectiveVolumes map[string]V2Volume + Metadata map[string]string + Volumes map[string]V2Volume + func (o *V2Account) GetAddress() string + func (o *V2Account) GetEffectiveVolumes() map[string]V2Volume + func (o *V2Account) GetMetadata() map[string]string + func (o *V2Account) GetVolumes() map[string]V2Volume + type V2AccountResponse struct + Data V2Account + func (o *V2AccountResponse) GetData() V2Account + type V2AccountsCursorResponse struct + Cursor V2AccountsCursorResponseCursor + func (o *V2AccountsCursorResponse) GetCursor() V2AccountsCursorResponseCursor + type V2AccountsCursorResponseCursor struct + Data []V2Account + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2AccountsCursorResponseCursor) GetData() []V2Account + func (o *V2AccountsCursorResponseCursor) GetHasMore() bool + func (o *V2AccountsCursorResponseCursor) GetNext() *string + func (o *V2AccountsCursorResponseCursor) GetPageSize() int64 + func (o *V2AccountsCursorResponseCursor) GetPrevious() *string + type V2ActivityAddAccountMetadata struct + ID string + Ledger string + Metadata map[string]string + func (o *V2ActivityAddAccountMetadata) GetID() string + func (o *V2ActivityAddAccountMetadata) GetLedger() string + func (o *V2ActivityAddAccountMetadata) GetMetadata() map[string]string + type V2ActivityConfirmHold struct + ID string + func (o *V2ActivityConfirmHold) GetID() string + type V2ActivityCreateTransaction struct + Data *V2PostTransaction + Ledger *string + func (o *V2ActivityCreateTransaction) GetData() *V2PostTransaction + func (o *V2ActivityCreateTransaction) GetLedger() *string + type V2ActivityCreateTransactionOutput struct + Data []OrchestrationV2Transaction + func (o *V2ActivityCreateTransactionOutput) GetData() []OrchestrationV2Transaction + type V2ActivityCreditWallet struct + Data *V2CreditWalletRequest + ID *string + func (o *V2ActivityCreditWallet) GetData() *V2CreditWalletRequest + func (o *V2ActivityCreditWallet) GetID() *string + type V2ActivityDebitWallet struct + Data *V2DebitWalletRequest + ID *string + func (o *V2ActivityDebitWallet) GetData() *V2DebitWalletRequest + func (o *V2ActivityDebitWallet) GetID() *string + type V2ActivityDebitWalletOutput struct + Data V2Hold + func (o *V2ActivityDebitWalletOutput) GetData() V2Hold + type V2ActivityGetAccount struct + ID string + Ledger string + func (o *V2ActivityGetAccount) GetID() string + func (o *V2ActivityGetAccount) GetLedger() string + type V2ActivityGetAccountOutput struct + Data V2Account + func (o *V2ActivityGetAccountOutput) GetData() V2Account + type V2ActivityGetPayment struct + ID string + func (o *V2ActivityGetPayment) GetID() string + type V2ActivityGetPaymentOutput struct + Data V2Payment + func (o *V2ActivityGetPaymentOutput) GetData() V2Payment + type V2ActivityGetWallet struct + ID string + func (o *V2ActivityGetWallet) GetID() string + type V2ActivityGetWalletOutput struct + Data V2WalletWithBalances + func (o *V2ActivityGetWalletOutput) GetData() V2WalletWithBalances + type V2ActivityListWallets struct + Name *string + func (o *V2ActivityListWallets) GetName() *string + type V2ActivityStripeTransfer struct + Amount *big.Int + Asset *string + ConnectorID *string + Destination *string + Metadata *V2ActivityStripeTransferMetadata + WaitingValidation *bool + func (o *V2ActivityStripeTransfer) GetAmount() *big.Int + func (o *V2ActivityStripeTransfer) GetAsset() *string + func (o *V2ActivityStripeTransfer) GetConnectorID() *string + func (o *V2ActivityStripeTransfer) GetDestination() *string + func (o *V2ActivityStripeTransfer) GetMetadata() *V2ActivityStripeTransferMetadata + func (o *V2ActivityStripeTransfer) GetWaitingValidation() *bool + func (v *V2ActivityStripeTransfer) UnmarshalJSON(data []byte) error + func (v V2ActivityStripeTransfer) MarshalJSON() ([]byte, error) + type V2ActivityStripeTransferMetadata struct + type V2ActivityVoidHold struct + ID string + func (o *V2ActivityVoidHold) GetID() string + type V2AggregateBalancesResponse struct + Data map[string]*big.Int + func (o *V2AggregateBalancesResponse) GetData() map[string]*big.Int + func (v *V2AggregateBalancesResponse) UnmarshalJSON(data []byte) error + func (v V2AggregateBalancesResponse) MarshalJSON() ([]byte, error) + type V2AssetHolder struct + Assets map[string]*big.Int + func (o *V2AssetHolder) GetAssets() map[string]*big.Int + func (v *V2AssetHolder) UnmarshalJSON(data []byte) error + func (v V2AssetHolder) MarshalJSON() ([]byte, error) + type V2BulkElement struct + Type V2BulkElementType + V2BulkElementAddMetadata *V2BulkElementAddMetadata + V2BulkElementCreateTransaction *V2BulkElementCreateTransaction + V2BulkElementDeleteMetadata *V2BulkElementDeleteMetadata + V2BulkElementRevertTransaction *V2BulkElementRevertTransaction + func CreateV2BulkElementAddMetadata(addMetadata V2BulkElementAddMetadata) V2BulkElement + func CreateV2BulkElementCreateTransaction(createTransaction V2BulkElementCreateTransaction) V2BulkElement + func CreateV2BulkElementDeleteMetadata(deleteMetadata V2BulkElementDeleteMetadata) V2BulkElement + func CreateV2BulkElementRevertTransaction(revertTransaction V2BulkElementRevertTransaction) V2BulkElement + func (u *V2BulkElement) UnmarshalJSON(data []byte) error + func (u V2BulkElement) MarshalJSON() ([]byte, error) + type V2BulkElementAddMetadata struct + Action string + Data *V2BulkElementAddMetadataData + Ik *string + func (o *V2BulkElementAddMetadata) GetAction() string + func (o *V2BulkElementAddMetadata) GetData() *V2BulkElementAddMetadataData + func (o *V2BulkElementAddMetadata) GetIk() *string + type V2BulkElementAddMetadataData struct + Metadata map[string]string + TargetID V2TargetID + TargetType V2TargetType + func (o *V2BulkElementAddMetadataData) GetMetadata() map[string]string + func (o *V2BulkElementAddMetadataData) GetTargetID() V2TargetID + func (o *V2BulkElementAddMetadataData) GetTargetType() V2TargetType + type V2BulkElementCreateTransaction struct + Action string + Data *V2PostTransaction + Ik *string + func (o *V2BulkElementCreateTransaction) GetAction() string + func (o *V2BulkElementCreateTransaction) GetData() *V2PostTransaction + func (o *V2BulkElementCreateTransaction) GetIk() *string + type V2BulkElementDeleteMetadata struct + Action string + Data *V2BulkElementDeleteMetadataData + Ik *string + func (o *V2BulkElementDeleteMetadata) GetAction() string + func (o *V2BulkElementDeleteMetadata) GetData() *V2BulkElementDeleteMetadataData + func (o *V2BulkElementDeleteMetadata) GetIk() *string + type V2BulkElementDeleteMetadataData struct + Key string + TargetID V2TargetID + TargetType V2TargetType + func (o *V2BulkElementDeleteMetadataData) GetKey() string + func (o *V2BulkElementDeleteMetadataData) GetTargetID() V2TargetID + func (o *V2BulkElementDeleteMetadataData) GetTargetType() V2TargetType + type V2BulkElementResult struct + Schemas *Schemas + Type V2BulkElementResultType + V2BulkElementResultCreateTransactionSchemas *V2BulkElementResultCreateTransactionSchemas + V2BulkElementResultDeleteMetadataSchemas *V2BulkElementResultDeleteMetadataSchemas + V2BulkElementResultErrorSchemas *V2BulkElementResultErrorSchemas + V2BulkElementResultRevertTransactionSchemas *V2BulkElementResultRevertTransactionSchemas + func CreateV2BulkElementResultAddMetadata(addMetadata Schemas) V2BulkElementResult + func CreateV2BulkElementResultCreateTransaction(createTransaction V2BulkElementResultCreateTransactionSchemas) V2BulkElementResult + func CreateV2BulkElementResultDeleteMetadata(deleteMetadata V2BulkElementResultDeleteMetadataSchemas) V2BulkElementResult + func CreateV2BulkElementResultError(error V2BulkElementResultErrorSchemas) V2BulkElementResult + func CreateV2BulkElementResultRevertTransaction(revertTransaction V2BulkElementResultRevertTransactionSchemas) V2BulkElementResult + func (u *V2BulkElementResult) UnmarshalJSON(data []byte) error + func (u V2BulkElementResult) MarshalJSON() ([]byte, error) + type V2BulkElementResultCreateTransactionSchemas struct + Data V2Transaction + ResponseType string + func (o *V2BulkElementResultCreateTransactionSchemas) GetData() V2Transaction + func (o *V2BulkElementResultCreateTransactionSchemas) GetResponseType() string + type V2BulkElementResultDeleteMetadataSchemas struct + ResponseType string + func (o *V2BulkElementResultDeleteMetadataSchemas) GetResponseType() string + type V2BulkElementResultErrorSchemas struct + ErrorCode string + ErrorDescription string + ErrorDetails *string + ResponseType string + func (o *V2BulkElementResultErrorSchemas) GetErrorCode() string + func (o *V2BulkElementResultErrorSchemas) GetErrorDescription() string + func (o *V2BulkElementResultErrorSchemas) GetErrorDetails() *string + func (o *V2BulkElementResultErrorSchemas) GetResponseType() string + type V2BulkElementResultRevertTransactionSchemas struct + Data V2Transaction + ResponseType string + func (o *V2BulkElementResultRevertTransactionSchemas) GetData() V2Transaction + func (o *V2BulkElementResultRevertTransactionSchemas) GetResponseType() string + type V2BulkElementResultType string + const V2BulkElementResultTypeAddMetadata + const V2BulkElementResultTypeCreateTransaction + const V2BulkElementResultTypeDeleteMetadata + const V2BulkElementResultTypeError + const V2BulkElementResultTypeRevertTransaction + type V2BulkElementRevertTransaction struct + Action string + Data *V2BulkElementRevertTransactionData + Ik *string + func (o *V2BulkElementRevertTransaction) GetAction() string + func (o *V2BulkElementRevertTransaction) GetData() *V2BulkElementRevertTransactionData + func (o *V2BulkElementRevertTransaction) GetIk() *string + type V2BulkElementRevertTransactionData struct + AtEffectiveDate *bool + Force *bool + ID *big.Int + func (o *V2BulkElementRevertTransactionData) GetAtEffectiveDate() *bool + func (o *V2BulkElementRevertTransactionData) GetForce() *bool + func (o *V2BulkElementRevertTransactionData) GetID() *big.Int + func (v *V2BulkElementRevertTransactionData) UnmarshalJSON(data []byte) error + func (v V2BulkElementRevertTransactionData) MarshalJSON() ([]byte, error) + type V2BulkElementType string + const V2BulkElementTypeAddMetadata + const V2BulkElementTypeCreateTransaction + const V2BulkElementTypeDeleteMetadata + const V2BulkElementTypeRevertTransaction + type V2BulkResponse struct + Data []V2BulkElementResult + func (o *V2BulkResponse) GetData() []V2BulkElementResult + type V2ConfigInfoResponse struct + Server string + Version string + func (o *V2ConfigInfoResponse) GetServer() string + func (o *V2ConfigInfoResponse) GetVersion() string + type V2Connector string + const V2ConnectorBankingCircle + const V2ConnectorCurrencyCloud + const V2ConnectorDummyPay + const V2ConnectorMangopay + const V2ConnectorModulr + const V2ConnectorMoneycorp + const V2ConnectorStripe + const V2ConnectorWise + func (e *V2Connector) UnmarshalJSON(data []byte) error + func (e V2Connector) ToPointer() *V2Connector + type V2CreateLedgerRequest struct + Bucket *string + Metadata map[string]string + func (o *V2CreateLedgerRequest) GetBucket() *string + func (o *V2CreateLedgerRequest) GetMetadata() map[string]string + type V2CreateTransactionResponse struct + Data V2Transaction + func (o *V2CreateTransactionResponse) GetData() V2Transaction + type V2CreateTriggerResponse struct + Data V2Trigger + func (o *V2CreateTriggerResponse) GetData() V2Trigger + type V2CreateWorkflowRequest struct + Name *string + Stages []map[string]any + func (o *V2CreateWorkflowRequest) GetName() *string + func (o *V2CreateWorkflowRequest) GetStages() []map[string]any + type V2CreateWorkflowResponse struct + Data V2Workflow + func (o *V2CreateWorkflowResponse) GetData() V2Workflow + type V2CreditWalletRequest struct + Amount V2Monetary + Balance *string + Metadata map[string]string + Reference *string + Sources []V2Subject + Timestamp *time.Time + func (o *V2CreditWalletRequest) GetAmount() V2Monetary + func (o *V2CreditWalletRequest) GetBalance() *string + func (o *V2CreditWalletRequest) GetMetadata() map[string]string + func (o *V2CreditWalletRequest) GetReference() *string + func (o *V2CreditWalletRequest) GetSources() []V2Subject + func (o *V2CreditWalletRequest) GetTimestamp() *time.Time + func (v *V2CreditWalletRequest) UnmarshalJSON(data []byte) error + func (v V2CreditWalletRequest) MarshalJSON() ([]byte, error) + type V2DebitWalletRequest struct + Amount V2Monetary + Balances []string + Description *string + Destination *V2Subject + Metadata map[string]string + Pending *bool + Timestamp *time.Time + func (o *V2DebitWalletRequest) GetAmount() V2Monetary + func (o *V2DebitWalletRequest) GetBalances() []string + func (o *V2DebitWalletRequest) GetDescription() *string + func (o *V2DebitWalletRequest) GetDestination() *V2Subject + func (o *V2DebitWalletRequest) GetDestinationAccount() *V2LedgerAccountSubject + func (o *V2DebitWalletRequest) GetDestinationWallet() *V2WalletSubject + func (o *V2DebitWalletRequest) GetMetadata() map[string]string + func (o *V2DebitWalletRequest) GetPending() *bool + func (o *V2DebitWalletRequest) GetTimestamp() *time.Time + func (v *V2DebitWalletRequest) UnmarshalJSON(data []byte) error + func (v V2DebitWalletRequest) MarshalJSON() ([]byte, error) + type V2ErrorsEnum string + const V2ErrorsEnumAlreadyRevert + const V2ErrorsEnumCompilationFailed + const V2ErrorsEnumConflict + const V2ErrorsEnumImport + const V2ErrorsEnumInsufficientFund + const V2ErrorsEnumInternal + const V2ErrorsEnumLedgerNotFound + const V2ErrorsEnumMetadataOverride + const V2ErrorsEnumNoPostings + const V2ErrorsEnumNotFound + const V2ErrorsEnumRevertOccurring + const V2ErrorsEnumValidation + func (e *V2ErrorsEnum) UnmarshalJSON(data []byte) error + func (e V2ErrorsEnum) ToPointer() *V2ErrorsEnum + type V2ExpandedTransaction struct + ID *big.Int + Metadata map[string]string + PostCommitVolumes map[string]map[string]V2Volume + Postings []V2Posting + PreCommitVolumes map[string]map[string]V2Volume + Reference *string + Reverted bool + Timestamp time.Time + func (o *V2ExpandedTransaction) GetID() *big.Int + func (o *V2ExpandedTransaction) GetMetadata() map[string]string + func (o *V2ExpandedTransaction) GetPostCommitVolumes() map[string]map[string]V2Volume + func (o *V2ExpandedTransaction) GetPostings() []V2Posting + func (o *V2ExpandedTransaction) GetPreCommitVolumes() map[string]map[string]V2Volume + func (o *V2ExpandedTransaction) GetReference() *string + func (o *V2ExpandedTransaction) GetReverted() bool + func (o *V2ExpandedTransaction) GetTimestamp() time.Time + func (v *V2ExpandedTransaction) UnmarshalJSON(data []byte) error + func (v V2ExpandedTransaction) MarshalJSON() ([]byte, error) + type V2GetLedgerResponse struct + Data V2Ledger + func (o *V2GetLedgerResponse) GetData() V2Ledger + type V2GetTransactionResponse struct + Data V2ExpandedTransaction + func (o *V2GetTransactionResponse) GetData() V2ExpandedTransaction + type V2GetWorkflowInstanceHistoryResponse struct + Data []V2WorkflowInstanceHistory + func (o *V2GetWorkflowInstanceHistoryResponse) GetData() []V2WorkflowInstanceHistory + type V2GetWorkflowInstanceHistoryStageResponse struct + Data []V2WorkflowInstanceHistoryStage + func (o *V2GetWorkflowInstanceHistoryStageResponse) GetData() []V2WorkflowInstanceHistoryStage + type V2GetWorkflowInstanceResponse struct + Data V2WorkflowInstance + func (o *V2GetWorkflowInstanceResponse) GetData() V2WorkflowInstance + type V2GetWorkflowResponse struct + Data V2Workflow + func (o *V2GetWorkflowResponse) GetData() V2Workflow + type V2Hold struct + Description string + Destination *V2Subject + ID string + Metadata map[string]string + WalletID string + func (o *V2Hold) GetDescription() string + func (o *V2Hold) GetDestination() *V2Subject + func (o *V2Hold) GetDestinationAccount() *V2LedgerAccountSubject + func (o *V2Hold) GetDestinationWallet() *V2WalletSubject + func (o *V2Hold) GetID() string + func (o *V2Hold) GetMetadata() map[string]string + func (o *V2Hold) GetWalletID() string + type V2Ledger struct + AddedAt time.Time + Bucket string + Metadata map[string]string + Name string + func (o *V2Ledger) GetAddedAt() time.Time + func (o *V2Ledger) GetBucket() string + func (o *V2Ledger) GetMetadata() map[string]string + func (o *V2Ledger) GetName() string + func (v *V2Ledger) UnmarshalJSON(data []byte) error + func (v V2Ledger) MarshalJSON() ([]byte, error) + type V2LedgerAccountSubject struct + Identifier string + Type string + func (o *V2LedgerAccountSubject) GetIdentifier() string + func (o *V2LedgerAccountSubject) GetType() string + type V2LedgerInfo struct + Name *string + Storage *V2LedgerInfoStorage + func (o *V2LedgerInfo) GetName() *string + func (o *V2LedgerInfo) GetStorage() *V2LedgerInfoStorage + type V2LedgerInfoResponse struct + Data *V2LedgerInfo + func (o *V2LedgerInfoResponse) GetData() *V2LedgerInfo + type V2LedgerInfoStorage struct + Migrations []V2MigrationInfo + func (o *V2LedgerInfoStorage) GetMigrations() []V2MigrationInfo + type V2LedgerListResponse struct + Cursor V2LedgerListResponseCursor + func (o *V2LedgerListResponse) GetCursor() V2LedgerListResponseCursor + type V2LedgerListResponseCursor struct + Data []V2Ledger + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2LedgerListResponseCursor) GetData() []V2Ledger + func (o *V2LedgerListResponseCursor) GetHasMore() bool + func (o *V2LedgerListResponseCursor) GetNext() *string + func (o *V2LedgerListResponseCursor) GetPageSize() int64 + func (o *V2LedgerListResponseCursor) GetPrevious() *string + type V2ListRunsResponse struct + Cursor V2ListRunsResponseCursor + func (o *V2ListRunsResponse) GetCursor() V2ListRunsResponseCursor + type V2ListRunsResponseCursor struct + Data []V2WorkflowInstance + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2ListRunsResponseCursor) GetData() []V2WorkflowInstance + func (o *V2ListRunsResponseCursor) GetHasMore() bool + func (o *V2ListRunsResponseCursor) GetNext() *string + func (o *V2ListRunsResponseCursor) GetPageSize() int64 + func (o *V2ListRunsResponseCursor) GetPrevious() *string + type V2ListTriggersOccurrencesResponse struct + Cursor V2ListTriggersOccurrencesResponseCursor + func (o *V2ListTriggersOccurrencesResponse) GetCursor() V2ListTriggersOccurrencesResponseCursor + type V2ListTriggersOccurrencesResponseCursor struct + Data []V2TriggerOccurrence + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2ListTriggersOccurrencesResponseCursor) GetData() []V2TriggerOccurrence + func (o *V2ListTriggersOccurrencesResponseCursor) GetHasMore() bool + func (o *V2ListTriggersOccurrencesResponseCursor) GetNext() *string + func (o *V2ListTriggersOccurrencesResponseCursor) GetPageSize() int64 + func (o *V2ListTriggersOccurrencesResponseCursor) GetPrevious() *string + type V2ListTriggersResponse struct + Cursor V2ListTriggersResponseCursor + func (o *V2ListTriggersResponse) GetCursor() V2ListTriggersResponseCursor + type V2ListTriggersResponseCursor struct + Data []V2Trigger + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2ListTriggersResponseCursor) GetData() []V2Trigger + func (o *V2ListTriggersResponseCursor) GetHasMore() bool + func (o *V2ListTriggersResponseCursor) GetNext() *string + func (o *V2ListTriggersResponseCursor) GetPageSize() int64 + func (o *V2ListTriggersResponseCursor) GetPrevious() *string + type V2ListWalletsResponse struct + Cursor V2ListWalletsResponseCursor + func (o *V2ListWalletsResponse) GetCursor() V2ListWalletsResponseCursor + type V2ListWalletsResponseCursor struct + Data []V2Wallet + HasMore *bool + Next *string + PageSize int64 + Previous *string + func (o *V2ListWalletsResponseCursor) GetData() []V2Wallet + func (o *V2ListWalletsResponseCursor) GetHasMore() *bool + func (o *V2ListWalletsResponseCursor) GetNext() *string + func (o *V2ListWalletsResponseCursor) GetPageSize() int64 + func (o *V2ListWalletsResponseCursor) GetPrevious() *string + type V2ListWorkflowsResponse struct + Cursor V2ListWorkflowsResponseCursor + func (o *V2ListWorkflowsResponse) GetCursor() V2ListWorkflowsResponseCursor + type V2ListWorkflowsResponseCursor struct + Data []V2Workflow + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2ListWorkflowsResponseCursor) GetData() []V2Workflow + func (o *V2ListWorkflowsResponseCursor) GetHasMore() bool + func (o *V2ListWorkflowsResponseCursor) GetNext() *string + func (o *V2ListWorkflowsResponseCursor) GetPageSize() int64 + func (o *V2ListWorkflowsResponseCursor) GetPrevious() *string + type V2Log struct + Data map[string]any + Date time.Time + Hash string + ID *big.Int + Type V2LogType + func (o *V2Log) GetData() map[string]any + func (o *V2Log) GetDate() time.Time + func (o *V2Log) GetHash() string + func (o *V2Log) GetID() *big.Int + func (o *V2Log) GetType() V2LogType + func (v *V2Log) UnmarshalJSON(data []byte) error + func (v V2Log) MarshalJSON() ([]byte, error) + type V2LogType string + const V2LogTypeNewTransaction + const V2LogTypeRevertedTransaction + const V2LogTypeSetMetadata + func (e *V2LogType) UnmarshalJSON(data []byte) error + func (e V2LogType) ToPointer() *V2LogType + type V2LogsCursorResponse struct + Cursor V2LogsCursorResponseCursor + func (o *V2LogsCursorResponse) GetCursor() V2LogsCursorResponseCursor + type V2LogsCursorResponseCursor struct + Data []V2Log + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2LogsCursorResponseCursor) GetData() []V2Log + func (o *V2LogsCursorResponseCursor) GetHasMore() bool + func (o *V2LogsCursorResponseCursor) GetNext() *string + func (o *V2LogsCursorResponseCursor) GetPageSize() int64 + func (o *V2LogsCursorResponseCursor) GetPrevious() *string + type V2MigrationInfo struct + Date *time.Time + Name *string + State *V2MigrationInfoState + Version *int64 + func (o *V2MigrationInfo) GetDate() *time.Time + func (o *V2MigrationInfo) GetName() *string + func (o *V2MigrationInfo) GetState() *V2MigrationInfoState + func (o *V2MigrationInfo) GetVersion() *int64 + func (v *V2MigrationInfo) UnmarshalJSON(data []byte) error + func (v V2MigrationInfo) MarshalJSON() ([]byte, error) + type V2MigrationInfoState string + const V2MigrationInfoStateDone + const V2MigrationInfoStateToDo + func (e *V2MigrationInfoState) UnmarshalJSON(data []byte) error + func (e V2MigrationInfoState) ToPointer() *V2MigrationInfoState + type V2Monetary struct + Amount *big.Int + Asset string + func (o *V2Monetary) GetAmount() *big.Int + func (o *V2Monetary) GetAsset() string + func (v *V2Monetary) UnmarshalJSON(data []byte) error + func (v V2Monetary) MarshalJSON() ([]byte, error) + type V2Payment struct + Adjustments []V2PaymentAdjustment + Asset string + ConnectorID string + CreatedAt time.Time + DestinationAccountID string + ID string + InitialAmount *big.Int + Metadata *V2PaymentMetadata + Provider *V2Connector + Raw *V2PaymentRaw + Reference string + Scheme Scheme + SourceAccountID string + Status V2PaymentStatus + Type V2PaymentType + func (o *V2Payment) GetAdjustments() []V2PaymentAdjustment + func (o *V2Payment) GetAsset() string + func (o *V2Payment) GetConnectorID() string + func (o *V2Payment) GetCreatedAt() time.Time + func (o *V2Payment) GetDestinationAccountID() string + func (o *V2Payment) GetID() string + func (o *V2Payment) GetInitialAmount() *big.Int + func (o *V2Payment) GetMetadata() *V2PaymentMetadata + func (o *V2Payment) GetProvider() *V2Connector + func (o *V2Payment) GetRaw() *V2PaymentRaw + func (o *V2Payment) GetReference() string + func (o *V2Payment) GetScheme() Scheme + func (o *V2Payment) GetSourceAccountID() string + func (o *V2Payment) GetStatus() V2PaymentStatus + func (o *V2Payment) GetType() V2PaymentType + func (v *V2Payment) UnmarshalJSON(data []byte) error + func (v V2Payment) MarshalJSON() ([]byte, error) + type V2PaymentAdjustment struct + Absolute bool + Amount *big.Int + Date time.Time + Raw V2PaymentAdjustmentRaw + Status V2PaymentStatus + func (o *V2PaymentAdjustment) GetAbsolute() bool + func (o *V2PaymentAdjustment) GetAmount() *big.Int + func (o *V2PaymentAdjustment) GetDate() time.Time + func (o *V2PaymentAdjustment) GetRaw() V2PaymentAdjustmentRaw + func (o *V2PaymentAdjustment) GetStatus() V2PaymentStatus + func (v *V2PaymentAdjustment) UnmarshalJSON(data []byte) error + func (v V2PaymentAdjustment) MarshalJSON() ([]byte, error) + type V2PaymentAdjustmentRaw struct + type V2PaymentMetadata struct + Key *string + func (o *V2PaymentMetadata) GetKey() *string + type V2PaymentRaw struct + type V2PaymentStatus string + const V2PaymentStatusActive + const V2PaymentStatusCancelled + const V2PaymentStatusFailed + const V2PaymentStatusPending + const V2PaymentStatusSucceeded + const V2PaymentStatusTerminated + func (e *V2PaymentStatus) UnmarshalJSON(data []byte) error + func (e V2PaymentStatus) ToPointer() *V2PaymentStatus + type V2PaymentType string + const V2PaymentTypeOther + const V2PaymentTypePayIn + const V2PaymentTypePayout + const V2PaymentTypeTransfer + func (e *V2PaymentType) UnmarshalJSON(data []byte) error + func (e V2PaymentType) ToPointer() *V2PaymentType + type V2PostTransaction struct + Metadata map[string]string + Postings []V2Posting + Reference *string + Script *V2PostTransactionScript + Timestamp *time.Time + func (o *V2PostTransaction) GetMetadata() map[string]string + func (o *V2PostTransaction) GetPostings() []V2Posting + func (o *V2PostTransaction) GetReference() *string + func (o *V2PostTransaction) GetScript() *V2PostTransactionScript + func (o *V2PostTransaction) GetTimestamp() *time.Time + func (v *V2PostTransaction) UnmarshalJSON(data []byte) error + func (v V2PostTransaction) MarshalJSON() ([]byte, error) + type V2PostTransactionScript struct + Plain string + Vars map[string]any + func (o *V2PostTransactionScript) GetPlain() string + func (o *V2PostTransactionScript) GetVars() map[string]any + type V2Posting struct + Amount *big.Int + Asset string + Destination string + Source string + func (o *V2Posting) GetAmount() *big.Int + func (o *V2Posting) GetAsset() string + func (o *V2Posting) GetDestination() string + func (o *V2Posting) GetSource() string + func (v *V2Posting) UnmarshalJSON(data []byte) error + func (v V2Posting) MarshalJSON() ([]byte, error) + type V2ReadTriggerResponse struct + Data V2Trigger + func (o *V2ReadTriggerResponse) GetData() V2Trigger + type V2RevertTransactionResponse struct + Data V2Transaction + func (o *V2RevertTransactionResponse) GetData() V2Transaction + type V2RunWorkflowResponse struct + Data V2WorkflowInstance + func (o *V2RunWorkflowResponse) GetData() V2WorkflowInstance + type V2ServerInfo struct + Version string + func (o *V2ServerInfo) GetVersion() string + type V2Stage struct + Type V2StageType + V2StageDelay *V2StageDelay + V2StageSend *V2StageSend + V2StageWaitEvent *V2StageWaitEvent + V2Update *V2Update + func CreateV2StageV2StageDelay(v2StageDelay V2StageDelay) V2Stage + func CreateV2StageV2StageSend(v2StageSend V2StageSend) V2Stage + func CreateV2StageV2StageWaitEvent(v2StageWaitEvent V2StageWaitEvent) V2Stage + func CreateV2StageV2Update(v2Update V2Update) V2Stage + func (u *V2Stage) UnmarshalJSON(data []byte) error + func (u V2Stage) MarshalJSON() ([]byte, error) + type V2StageDelay struct + Duration *string + Until *time.Time + func (o *V2StageDelay) GetDuration() *string + func (o *V2StageDelay) GetUntil() *time.Time + func (v *V2StageDelay) UnmarshalJSON(data []byte) error + func (v V2StageDelay) MarshalJSON() ([]byte, error) + type V2StageSend struct + Amount *V2Monetary + Destination *V2StageSendDestination + Metadata map[string]string + Source *V2StageSendSource + Timestamp *time.Time + func (o *V2StageSend) GetAmount() *V2Monetary + func (o *V2StageSend) GetDestination() *V2StageSendDestination + func (o *V2StageSend) GetMetadata() map[string]string + func (o *V2StageSend) GetSource() *V2StageSendSource + func (o *V2StageSend) GetTimestamp() *time.Time + func (v *V2StageSend) UnmarshalJSON(data []byte) error + func (v V2StageSend) MarshalJSON() ([]byte, error) + type V2StageSendDestination struct + Account *V2StageSendDestinationAccount + Payment *V2StageSendDestinationPayment + Wallet *V2StageSendDestinationWallet + func (o *V2StageSendDestination) GetAccount() *V2StageSendDestinationAccount + func (o *V2StageSendDestination) GetPayment() *V2StageSendDestinationPayment + func (o *V2StageSendDestination) GetWallet() *V2StageSendDestinationWallet + type V2StageSendDestinationAccount struct + ID string + Ledger *string + func (o *V2StageSendDestinationAccount) GetID() string + func (o *V2StageSendDestinationAccount) GetLedger() *string + type V2StageSendDestinationPayment struct + Psp string + func (o *V2StageSendDestinationPayment) GetPsp() string + type V2StageSendDestinationWallet struct + Balance *string + ID string + func (o *V2StageSendDestinationWallet) GetBalance() *string + func (o *V2StageSendDestinationWallet) GetID() string + type V2StageSendSource struct + Account *V2StageSendSourceAccount + Payment *V2StageSendSourcePayment + Wallet *V2StageSendSourceWallet + func (o *V2StageSendSource) GetAccount() *V2StageSendSourceAccount + func (o *V2StageSendSource) GetPayment() *V2StageSendSourcePayment + func (o *V2StageSendSource) GetWallet() *V2StageSendSourceWallet + type V2StageSendSourceAccount struct + ID string + Ledger *string + func (o *V2StageSendSourceAccount) GetID() string + func (o *V2StageSendSourceAccount) GetLedger() *string + type V2StageSendSourcePayment struct + ID string + func (o *V2StageSendSourcePayment) GetID() string + type V2StageSendSourceWallet struct + Balance *string + ID string + func (o *V2StageSendSourceWallet) GetBalance() *string + func (o *V2StageSendSourceWallet) GetID() string + type V2StageStatus struct + Error *string + InstanceID string + Stage float64 + StartedAt time.Time + TerminatedAt *time.Time + func (o *V2StageStatus) GetError() *string + func (o *V2StageStatus) GetInstanceID() string + func (o *V2StageStatus) GetStage() float64 + func (o *V2StageStatus) GetStartedAt() time.Time + func (o *V2StageStatus) GetTerminatedAt() *time.Time + func (v *V2StageStatus) UnmarshalJSON(data []byte) error + func (v V2StageStatus) MarshalJSON() ([]byte, error) + type V2StageType string + const V2StageTypeV2StageDelay + const V2StageTypeV2StageSend + const V2StageTypeV2StageWaitEvent + const V2StageTypeV2Update + type V2StageWaitEvent struct + Event string + func (o *V2StageWaitEvent) GetEvent() string + type V2Stats struct + Accounts int64 + Transactions *big.Int + func (o *V2Stats) GetAccounts() int64 + func (o *V2Stats) GetTransactions() *big.Int + func (v *V2Stats) UnmarshalJSON(data []byte) error + func (v V2Stats) MarshalJSON() ([]byte, error) + type V2StatsResponse struct + Data V2Stats + func (o *V2StatsResponse) GetData() V2Stats + type V2Subject struct + Type V2SubjectType + V2LedgerAccountSubject *V2LedgerAccountSubject + V2WalletSubject *V2WalletSubject + func CreateV2SubjectAccount(account V2LedgerAccountSubject) V2Subject + func CreateV2SubjectWallet(wallet V2WalletSubject) V2Subject + func (u *V2Subject) UnmarshalJSON(data []byte) error + func (u V2Subject) MarshalJSON() ([]byte, error) + type V2SubjectType string + const V2SubjectTypeAccount + const V2SubjectTypeWallet + type V2TargetID struct + Bigint *big.Int + Str *string + Type V2TargetIDType + func CreateV2TargetIDBigint(bigint *big.Int) V2TargetID + func CreateV2TargetIDStr(str string) V2TargetID + func (u *V2TargetID) UnmarshalJSON(data []byte) error + func (u V2TargetID) MarshalJSON() ([]byte, error) + type V2TargetIDType string + const V2TargetIDTypeBigint + const V2TargetIDTypeStr + type V2TargetType string + const V2TargetTypeAccount + const V2TargetTypeTransaction + func (e *V2TargetType) UnmarshalJSON(data []byte) error + func (e V2TargetType) ToPointer() *V2TargetType + type V2TestTriggerResponse struct + Data V2TriggerTest + func (o *V2TestTriggerResponse) GetData() V2TriggerTest + type V2Transaction struct + ID *big.Int + Metadata map[string]string + Postings []V2Posting + Reference *string + Reverted bool + Timestamp time.Time + func (o *V2Transaction) GetID() *big.Int + func (o *V2Transaction) GetMetadata() map[string]string + func (o *V2Transaction) GetPostings() []V2Posting + func (o *V2Transaction) GetReference() *string + func (o *V2Transaction) GetReverted() bool + func (o *V2Transaction) GetTimestamp() time.Time + func (v *V2Transaction) UnmarshalJSON(data []byte) error + func (v V2Transaction) MarshalJSON() ([]byte, error) + type V2TransactionsCursorResponse struct + Cursor V2TransactionsCursorResponseCursor + func (o *V2TransactionsCursorResponse) GetCursor() V2TransactionsCursorResponseCursor + type V2TransactionsCursorResponseCursor struct + Data []V2ExpandedTransaction + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2TransactionsCursorResponseCursor) GetData() []V2ExpandedTransaction + func (o *V2TransactionsCursorResponseCursor) GetHasMore() bool + func (o *V2TransactionsCursorResponseCursor) GetNext() *string + func (o *V2TransactionsCursorResponseCursor) GetPageSize() int64 + func (o *V2TransactionsCursorResponseCursor) GetPrevious() *string + type V2Trigger struct + CreatedAt time.Time + Event string + Filter *string + ID string + Name *string + Vars map[string]any + WorkflowID string + func (o *V2Trigger) GetCreatedAt() time.Time + func (o *V2Trigger) GetEvent() string + func (o *V2Trigger) GetFilter() *string + func (o *V2Trigger) GetID() string + func (o *V2Trigger) GetName() *string + func (o *V2Trigger) GetVars() map[string]any + func (o *V2Trigger) GetWorkflowID() string + func (v *V2Trigger) UnmarshalJSON(data []byte) error + func (v V2Trigger) MarshalJSON() ([]byte, error) + type V2TriggerData struct + Event string + Filter *string + Name *string + Vars map[string]any + WorkflowID string + func (o *V2TriggerData) GetEvent() string + func (o *V2TriggerData) GetFilter() *string + func (o *V2TriggerData) GetName() *string + func (o *V2TriggerData) GetVars() map[string]any + func (o *V2TriggerData) GetWorkflowID() string + type V2TriggerOccurrence struct + Date time.Time + Error *string + Event map[string]any + TriggerID string + WorkflowInstance *V2WorkflowInstance + WorkflowInstanceID *string + func (o *V2TriggerOccurrence) GetDate() time.Time + func (o *V2TriggerOccurrence) GetError() *string + func (o *V2TriggerOccurrence) GetEvent() map[string]any + func (o *V2TriggerOccurrence) GetTriggerID() string + func (o *V2TriggerOccurrence) GetWorkflowInstance() *V2WorkflowInstance + func (o *V2TriggerOccurrence) GetWorkflowInstanceID() *string + func (v *V2TriggerOccurrence) UnmarshalJSON(data []byte) error + func (v V2TriggerOccurrence) MarshalJSON() ([]byte, error) + type V2TriggerTest struct + Filter *Filter + Variables map[string]Variables + func (o *V2TriggerTest) GetFilter() *Filter + func (o *V2TriggerTest) GetVariables() map[string]Variables + type V2Update struct + Account *V2UpdateAccount + func (o *V2Update) GetAccount() *V2UpdateAccount + type V2UpdateAccount struct + ID string + Ledger string + Metadata map[string]string + func (o *V2UpdateAccount) GetID() string + func (o *V2UpdateAccount) GetLedger() string + func (o *V2UpdateAccount) GetMetadata() map[string]string + type V2Volume struct + Balance *big.Int + Input *big.Int + Output *big.Int + func (o *V2Volume) GetBalance() *big.Int + func (o *V2Volume) GetInput() *big.Int + func (o *V2Volume) GetOutput() *big.Int + func (v *V2Volume) UnmarshalJSON(data []byte) error + func (v V2Volume) MarshalJSON() ([]byte, error) + type V2VolumesWithBalance struct + Account string + Asset string + Balance *big.Int + Input *big.Int + Output *big.Int + func (o *V2VolumesWithBalance) GetAccount() string + func (o *V2VolumesWithBalance) GetAsset() string + func (o *V2VolumesWithBalance) GetBalance() *big.Int + func (o *V2VolumesWithBalance) GetInput() *big.Int + func (o *V2VolumesWithBalance) GetOutput() *big.Int + func (v *V2VolumesWithBalance) UnmarshalJSON(data []byte) error + func (v V2VolumesWithBalance) MarshalJSON() ([]byte, error) + type V2VolumesWithBalanceCursorResponse struct + Cursor V2VolumesWithBalanceCursorResponseCursor + func (o *V2VolumesWithBalanceCursorResponse) GetCursor() V2VolumesWithBalanceCursorResponseCursor + type V2VolumesWithBalanceCursorResponseCursor struct + Data []V2VolumesWithBalance + HasMore bool + Next *string + PageSize int64 + Previous *string + func (o *V2VolumesWithBalanceCursorResponseCursor) GetData() []V2VolumesWithBalance + func (o *V2VolumesWithBalanceCursorResponseCursor) GetHasMore() bool + func (o *V2VolumesWithBalanceCursorResponseCursor) GetNext() *string + func (o *V2VolumesWithBalanceCursorResponseCursor) GetPageSize() int64 + func (o *V2VolumesWithBalanceCursorResponseCursor) GetPrevious() *string + type V2Wallet struct + CreatedAt time.Time + ID string + Ledger string + Metadata map[string]string + Name string + func (o *V2Wallet) GetCreatedAt() time.Time + func (o *V2Wallet) GetID() string + func (o *V2Wallet) GetLedger() string + func (o *V2Wallet) GetMetadata() map[string]string + func (o *V2Wallet) GetName() string + func (v *V2Wallet) UnmarshalJSON(data []byte) error + func (v V2Wallet) MarshalJSON() ([]byte, error) + type V2WalletSubject struct + Balance *string + Identifier string + Type string + func (o *V2WalletSubject) GetBalance() *string + func (o *V2WalletSubject) GetIdentifier() string + func (o *V2WalletSubject) GetType() string + type V2WalletWithBalances struct + Balances Balances + CreatedAt time.Time + ID string + Ledger string + Metadata map[string]string + Name string + func (o *V2WalletWithBalances) GetBalances() Balances + func (o *V2WalletWithBalances) GetCreatedAt() time.Time + func (o *V2WalletWithBalances) GetID() string + func (o *V2WalletWithBalances) GetLedger() string + func (o *V2WalletWithBalances) GetMetadata() map[string]string + func (o *V2WalletWithBalances) GetName() string + func (v *V2WalletWithBalances) UnmarshalJSON(data []byte) error + func (v V2WalletWithBalances) MarshalJSON() ([]byte, error) + type V2Workflow struct + Config V2WorkflowConfig + CreatedAt time.Time + ID string + UpdatedAt time.Time + func (o *V2Workflow) GetConfig() V2WorkflowConfig + func (o *V2Workflow) GetCreatedAt() time.Time + func (o *V2Workflow) GetID() string + func (o *V2Workflow) GetUpdatedAt() time.Time + func (v *V2Workflow) UnmarshalJSON(data []byte) error + func (v V2Workflow) MarshalJSON() ([]byte, error) + type V2WorkflowConfig struct + Name *string + Stages []map[string]any + func (o *V2WorkflowConfig) GetName() *string + func (o *V2WorkflowConfig) GetStages() []map[string]any + type V2WorkflowInstance struct + CreatedAt time.Time + Error *string + ID string + Status []V2StageStatus + Terminated bool + TerminatedAt *time.Time + UpdatedAt time.Time + WorkflowID string + func (o *V2WorkflowInstance) GetCreatedAt() time.Time + func (o *V2WorkflowInstance) GetError() *string + func (o *V2WorkflowInstance) GetID() string + func (o *V2WorkflowInstance) GetStatus() []V2StageStatus + func (o *V2WorkflowInstance) GetTerminated() bool + func (o *V2WorkflowInstance) GetTerminatedAt() *time.Time + func (o *V2WorkflowInstance) GetUpdatedAt() time.Time + func (o *V2WorkflowInstance) GetWorkflowID() string + func (v *V2WorkflowInstance) UnmarshalJSON(data []byte) error + func (v V2WorkflowInstance) MarshalJSON() ([]byte, error) + type V2WorkflowInstanceHistory struct + Error *string + Input V2Stage + Name string + StartedAt time.Time + Terminated bool + TerminatedAt *time.Time + func (o *V2WorkflowInstanceHistory) GetError() *string + func (o *V2WorkflowInstanceHistory) GetInput() V2Stage + func (o *V2WorkflowInstanceHistory) GetName() string + func (o *V2WorkflowInstanceHistory) GetStartedAt() time.Time + func (o *V2WorkflowInstanceHistory) GetTerminated() bool + func (o *V2WorkflowInstanceHistory) GetTerminatedAt() *time.Time + func (v *V2WorkflowInstanceHistory) UnmarshalJSON(data []byte) error + func (v V2WorkflowInstanceHistory) MarshalJSON() ([]byte, error) + type V2WorkflowInstanceHistoryStage struct + Attempt int64 + Error *string + Input V2WorkflowInstanceHistoryStageInput + LastFailure *string + Name string + NextExecution *time.Time + Output *V2WorkflowInstanceHistoryStageOutput + StartedAt time.Time + Terminated bool + TerminatedAt *time.Time + func (o *V2WorkflowInstanceHistoryStage) GetAttempt() int64 + func (o *V2WorkflowInstanceHistoryStage) GetError() *string + func (o *V2WorkflowInstanceHistoryStage) GetInput() V2WorkflowInstanceHistoryStageInput + func (o *V2WorkflowInstanceHistoryStage) GetLastFailure() *string + func (o *V2WorkflowInstanceHistoryStage) GetName() string + func (o *V2WorkflowInstanceHistoryStage) GetNextExecution() *time.Time + func (o *V2WorkflowInstanceHistoryStage) GetOutput() *V2WorkflowInstanceHistoryStageOutput + func (o *V2WorkflowInstanceHistoryStage) GetStartedAt() time.Time + func (o *V2WorkflowInstanceHistoryStage) GetTerminated() bool + func (o *V2WorkflowInstanceHistoryStage) GetTerminatedAt() *time.Time + func (v *V2WorkflowInstanceHistoryStage) UnmarshalJSON(data []byte) error + func (v V2WorkflowInstanceHistoryStage) MarshalJSON() ([]byte, error) + type V2WorkflowInstanceHistoryStageInput struct + AddAccountMetadata *V2ActivityAddAccountMetadata + ConfirmHold *V2ActivityConfirmHold + CreateTransaction *V2ActivityCreateTransaction + CreditWallet *V2ActivityCreditWallet + DebitWallet *V2ActivityDebitWallet + GetAccount *V2ActivityGetAccount + GetPayment *V2ActivityGetPayment + GetWallet *V2ActivityGetWallet + ListWallets *V2ActivityListWallets + StripeTransfer *V2ActivityStripeTransfer + VoidHold *V2ActivityVoidHold + func (o *V2WorkflowInstanceHistoryStageInput) GetAddAccountMetadata() *V2ActivityAddAccountMetadata + func (o *V2WorkflowInstanceHistoryStageInput) GetConfirmHold() *V2ActivityConfirmHold + func (o *V2WorkflowInstanceHistoryStageInput) GetCreateTransaction() *V2ActivityCreateTransaction + func (o *V2WorkflowInstanceHistoryStageInput) GetCreditWallet() *V2ActivityCreditWallet + func (o *V2WorkflowInstanceHistoryStageInput) GetDebitWallet() *V2ActivityDebitWallet + func (o *V2WorkflowInstanceHistoryStageInput) GetGetAccount() *V2ActivityGetAccount + func (o *V2WorkflowInstanceHistoryStageInput) GetGetPayment() *V2ActivityGetPayment + func (o *V2WorkflowInstanceHistoryStageInput) GetGetWallet() *V2ActivityGetWallet + func (o *V2WorkflowInstanceHistoryStageInput) GetListWallets() *V2ActivityListWallets + func (o *V2WorkflowInstanceHistoryStageInput) GetStripeTransfer() *V2ActivityStripeTransfer + func (o *V2WorkflowInstanceHistoryStageInput) GetVoidHold() *V2ActivityVoidHold + type V2WorkflowInstanceHistoryStageOutput struct + CreateTransaction *V2ActivityCreateTransactionOutput + DebitWallet *V2ActivityDebitWalletOutput + GetAccount *V2ActivityGetAccountOutput + GetPayment *V2ActivityGetPaymentOutput + GetWallet *V2ActivityGetWalletOutput + ListWallets *V2ListWalletsResponse + func (o *V2WorkflowInstanceHistoryStageOutput) GetCreateTransaction() *V2ActivityCreateTransactionOutput + func (o *V2WorkflowInstanceHistoryStageOutput) GetDebitWallet() *V2ActivityDebitWalletOutput + func (o *V2WorkflowInstanceHistoryStageOutput) GetGetAccount() *V2ActivityGetAccountOutput + func (o *V2WorkflowInstanceHistoryStageOutput) GetGetPayment() *V2ActivityGetPaymentOutput + func (o *V2WorkflowInstanceHistoryStageOutput) GetGetWallet() *V2ActivityGetWalletOutput + func (o *V2WorkflowInstanceHistoryStageOutput) GetListWallets() *V2ListWalletsResponse + type Variables struct + Error *string + Value *string + func (o *Variables) GetError() *string + func (o *Variables) GetValue() *string + type Version struct + Health bool + Name string + Version string + func (o *Version) GetHealth() bool + func (o *Version) GetName() string + func (o *Version) GetVersion() string + type Volume struct + Balance *big.Int + Input *big.Int + Output *big.Int + func (o *Volume) GetBalance() *big.Int + func (o *Volume) GetInput() *big.Int + func (o *Volume) GetOutput() *big.Int + func (v *Volume) UnmarshalJSON(data []byte) error + func (v Volume) MarshalJSON() ([]byte, error) + type Wallet struct + Balances *WalletBalances + CreatedAt time.Time + ID string + Ledger string + Metadata map[string]string + Name string + func (o *Wallet) GetBalances() *WalletBalances + func (o *Wallet) GetCreatedAt() time.Time + func (o *Wallet) GetID() string + func (o *Wallet) GetLedger() string + func (o *Wallet) GetMetadata() map[string]string + func (o *Wallet) GetName() string + func (w *Wallet) UnmarshalJSON(data []byte) error + func (w Wallet) MarshalJSON() ([]byte, error) + type WalletBalances struct + Main AssetHolder + func (o *WalletBalances) GetMain() AssetHolder + type WalletSubject struct + Balance *string + Identifier string + Type string + func (o *WalletSubject) GetBalance() *string + func (o *WalletSubject) GetIdentifier() string + func (o *WalletSubject) GetType() string + type WalletWithBalances struct + Balances WalletWithBalancesBalances + CreatedAt time.Time + ID string + Ledger string + Metadata map[string]string + Name string + func (o *WalletWithBalances) GetBalances() WalletWithBalancesBalances + func (o *WalletWithBalances) GetCreatedAt() time.Time + func (o *WalletWithBalances) GetID() string + func (o *WalletWithBalances) GetLedger() string + func (o *WalletWithBalances) GetMetadata() map[string]string + func (o *WalletWithBalances) GetName() string + func (w *WalletWithBalances) UnmarshalJSON(data []byte) error + func (w WalletWithBalances) MarshalJSON() ([]byte, error) + type WalletWithBalancesBalances struct + Main AssetHolder + func (o *WalletWithBalancesBalances) GetMain() AssetHolder + type WalletsTransaction struct + ID int64 + Ledger *string + Metadata map[string]string + PostCommitVolumes map[string]map[string]WalletsVolume + Postings []Posting + PreCommitVolumes map[string]map[string]WalletsVolume + Reference *string + Timestamp time.Time + func (o *WalletsTransaction) GetID() int64 + func (o *WalletsTransaction) GetLedger() *string + func (o *WalletsTransaction) GetMetadata() map[string]string + func (o *WalletsTransaction) GetPostCommitVolumes() map[string]map[string]WalletsVolume + func (o *WalletsTransaction) GetPostings() []Posting + func (o *WalletsTransaction) GetPreCommitVolumes() map[string]map[string]WalletsVolume + func (o *WalletsTransaction) GetReference() *string + func (o *WalletsTransaction) GetTimestamp() time.Time + func (w *WalletsTransaction) UnmarshalJSON(data []byte) error + func (w WalletsTransaction) MarshalJSON() ([]byte, error) + type WalletsVolume struct + Balance *big.Int + Input *big.Int + Output *big.Int + func (o *WalletsVolume) GetBalance() *big.Int + func (o *WalletsVolume) GetInput() *big.Int + func (o *WalletsVolume) GetOutput() *big.Int + func (w *WalletsVolume) UnmarshalJSON(data []byte) error + func (w WalletsVolume) MarshalJSON() ([]byte, error) + type WebhooksConfig struct + Active bool + CreatedAt time.Time + Endpoint string + EventTypes []string + ID string + Secret string + UpdatedAt time.Time + func (o *WebhooksConfig) GetActive() bool + func (o *WebhooksConfig) GetCreatedAt() time.Time + func (o *WebhooksConfig) GetEndpoint() string + func (o *WebhooksConfig) GetEventTypes() []string + func (o *WebhooksConfig) GetID() string + func (o *WebhooksConfig) GetSecret() string + func (o *WebhooksConfig) GetUpdatedAt() time.Time + func (w *WebhooksConfig) UnmarshalJSON(data []byte) error + func (w WebhooksConfig) MarshalJSON() ([]byte, error) + type WebhooksErrorsEnum string + const WebhooksErrorsEnumInternal + const WebhooksErrorsEnumNotFound + const WebhooksErrorsEnumValidation + func (e *WebhooksErrorsEnum) UnmarshalJSON(data []byte) error + func (e WebhooksErrorsEnum) ToPointer() *WebhooksErrorsEnum + type WiseConfig struct + APIKey string + Name string + PollingPeriod *string + func (o *WiseConfig) GetAPIKey() string + func (o *WiseConfig) GetName() string + func (o *WiseConfig) GetPollingPeriod() *string + func (w *WiseConfig) UnmarshalJSON(data []byte) error + func (w WiseConfig) MarshalJSON() ([]byte, error) + type Workflow struct + Config WorkflowConfig + CreatedAt time.Time + ID string + UpdatedAt time.Time + func (o *Workflow) GetConfig() WorkflowConfig + func (o *Workflow) GetCreatedAt() time.Time + func (o *Workflow) GetID() string + func (o *Workflow) GetUpdatedAt() time.Time + func (w *Workflow) UnmarshalJSON(data []byte) error + func (w Workflow) MarshalJSON() ([]byte, error) + type WorkflowConfig struct + Name *string + Stages []map[string]any + func (o *WorkflowConfig) GetName() *string + func (o *WorkflowConfig) GetStages() []map[string]any + type WorkflowInstance struct + CreatedAt time.Time + Error *string + ID string + Status []StageStatus + Terminated bool + TerminatedAt *time.Time + UpdatedAt time.Time + WorkflowID string + func (o *WorkflowInstance) GetCreatedAt() time.Time + func (o *WorkflowInstance) GetError() *string + func (o *WorkflowInstance) GetID() string + func (o *WorkflowInstance) GetStatus() []StageStatus + func (o *WorkflowInstance) GetTerminated() bool + func (o *WorkflowInstance) GetTerminatedAt() *time.Time + func (o *WorkflowInstance) GetUpdatedAt() time.Time + func (o *WorkflowInstance) GetWorkflowID() string + func (w *WorkflowInstance) UnmarshalJSON(data []byte) error + func (w WorkflowInstance) MarshalJSON() ([]byte, error) + type WorkflowInstanceHistory struct + Error *string + Input Stage + Name string + StartedAt time.Time + Terminated bool + TerminatedAt *time.Time + func (o *WorkflowInstanceHistory) GetError() *string + func (o *WorkflowInstanceHistory) GetInput() Stage + func (o *WorkflowInstanceHistory) GetName() string + func (o *WorkflowInstanceHistory) GetStartedAt() time.Time + func (o *WorkflowInstanceHistory) GetTerminated() bool + func (o *WorkflowInstanceHistory) GetTerminatedAt() *time.Time + func (w *WorkflowInstanceHistory) UnmarshalJSON(data []byte) error + func (w WorkflowInstanceHistory) MarshalJSON() ([]byte, error) + type WorkflowInstanceHistoryStage struct + Attempt int64 + Error *string + Input WorkflowInstanceHistoryStageInput + LastFailure *string + Name string + NextExecution *time.Time + Output *WorkflowInstanceHistoryStageOutput + StartedAt time.Time + Terminated bool + TerminatedAt *time.Time + func (o *WorkflowInstanceHistoryStage) GetAttempt() int64 + func (o *WorkflowInstanceHistoryStage) GetError() *string + func (o *WorkflowInstanceHistoryStage) GetInput() WorkflowInstanceHistoryStageInput + func (o *WorkflowInstanceHistoryStage) GetLastFailure() *string + func (o *WorkflowInstanceHistoryStage) GetName() string + func (o *WorkflowInstanceHistoryStage) GetNextExecution() *time.Time + func (o *WorkflowInstanceHistoryStage) GetOutput() *WorkflowInstanceHistoryStageOutput + func (o *WorkflowInstanceHistoryStage) GetStartedAt() time.Time + func (o *WorkflowInstanceHistoryStage) GetTerminated() bool + func (o *WorkflowInstanceHistoryStage) GetTerminatedAt() *time.Time + func (w *WorkflowInstanceHistoryStage) UnmarshalJSON(data []byte) error + func (w WorkflowInstanceHistoryStage) MarshalJSON() ([]byte, error) + type WorkflowInstanceHistoryStageInput struct + AddAccountMetadata *ActivityAddAccountMetadata + ConfirmHold *ActivityConfirmHold + CreateTransaction *ActivityCreateTransaction + CreditWallet *ActivityCreditWallet + DebitWallet *ActivityDebitWallet + GetAccount *ActivityGetAccount + GetPayment *ActivityGetPayment + GetWallet *ActivityGetWallet + ListWallets *ActivityListWallets + RevertTransaction *ActivityRevertTransaction + StripeTransfer *ActivityStripeTransfer + VoidHold *ActivityVoidHold + func (o *WorkflowInstanceHistoryStageInput) GetAddAccountMetadata() *ActivityAddAccountMetadata + func (o *WorkflowInstanceHistoryStageInput) GetConfirmHold() *ActivityConfirmHold + func (o *WorkflowInstanceHistoryStageInput) GetCreateTransaction() *ActivityCreateTransaction + func (o *WorkflowInstanceHistoryStageInput) GetCreditWallet() *ActivityCreditWallet + func (o *WorkflowInstanceHistoryStageInput) GetDebitWallet() *ActivityDebitWallet + func (o *WorkflowInstanceHistoryStageInput) GetGetAccount() *ActivityGetAccount + func (o *WorkflowInstanceHistoryStageInput) GetGetPayment() *ActivityGetPayment + func (o *WorkflowInstanceHistoryStageInput) GetGetWallet() *ActivityGetWallet + func (o *WorkflowInstanceHistoryStageInput) GetListWallets() *ActivityListWallets + func (o *WorkflowInstanceHistoryStageInput) GetRevertTransaction() *ActivityRevertTransaction + func (o *WorkflowInstanceHistoryStageInput) GetStripeTransfer() *ActivityStripeTransfer + func (o *WorkflowInstanceHistoryStageInput) GetVoidHold() *ActivityVoidHold + type WorkflowInstanceHistoryStageOutput struct + CreateTransaction *ActivityCreateTransactionOutput + DebitWallet *ActivityDebitWalletOutput + GetAccount *ActivityGetAccountOutput + GetPayment *ActivityGetPaymentOutput + GetWallet *ActivityGetWalletOutput + ListWallets *OrchestrationListWalletsResponse + RevertTransaction *ActivityRevertTransactionOutput + func (o *WorkflowInstanceHistoryStageOutput) GetCreateTransaction() *ActivityCreateTransactionOutput + func (o *WorkflowInstanceHistoryStageOutput) GetDebitWallet() *ActivityDebitWalletOutput + func (o *WorkflowInstanceHistoryStageOutput) GetGetAccount() *ActivityGetAccountOutput + func (o *WorkflowInstanceHistoryStageOutput) GetGetPayment() *ActivityGetPaymentOutput + func (o *WorkflowInstanceHistoryStageOutput) GetGetWallet() *ActivityGetWalletOutput + func (o *WorkflowInstanceHistoryStageOutput) GetListWallets() *OrchestrationListWalletsResponse + func (o *WorkflowInstanceHistoryStageOutput) GetRevertTransaction() *ActivityRevertTransactionOutput Other modules containing this package github.com/formancehq/formance-sdk-go github.com/formancehq/formance-sdk-go/v2