Skip to content

Latest commit

 

History

History
312 lines (206 loc) · 17.7 KB

File metadata and controls

312 lines (206 loc) · 17.7 KB

LegalEntity

Types:

from slash_sdk.types import PaginationResponse, LegalEntityListResponse

Methods:

Account

Types:

from slash_sdk.types import Account, AccountListResponse, AccountRetrieveBalanceResponse

Methods:

VirtualAccount

Types:

from slash_sdk.types import (
    CommissionDetails,
    CommissionRule,
    Money,
    VirtualAccount,
    VirtualAccountModel,
    VirtualAccountCreateResponse,
    VirtualAccountUpdateResponse,
    VirtualAccountListResponse,
)

Methods:

Transaction

Types:

from slash_sdk.types import (
    Transaction,
    TransactionListResponse,
    TransactionAggregateResponse,
    TransactionRetrieveFeeDetailsResponse,
    TransactionUpdateNoteResponse,
)

Methods:

Transfer

Types:

from slash_sdk.types import TransferCreateVirtualAccountTransferResponse

Methods:

Card

Types:

from slash_sdk.types import Card, CardGroupUtilization, CardStatus, CardListResponse

Methods:

SpendingConstraint

Types:

from slash_sdk.types.card import PartialSpendingConstraint, Restriction, SpendingConstraint

Methods:

CardGroup

Types:

from slash_sdk.types import CardGroup, CardGroupListResponse

Methods:

SpendingConstraint

Methods:

CardProduct

Types:

from slash_sdk.types import CardProductListResponse

Methods:

Webhook

Types:

from slash_sdk.types import Webhook, WebhookListResponse

Methods:

Merchant

Types:

from slash_sdk.types import Merchant, MerchantListResponse

Methods:

MerchantCategory

Types:

from slash_sdk.types import MerchantCategoryListResponse

Methods:

DeveloperAccount

Types:

from slash_sdk.types import (
    DeveloperApplicationData,
    DeveloperApplicationModel,
    DeveloperApplicationType,
)

Methods:

DeveloperApplication

Methods:

WellKnown

Types:

from slash_sdk.types import WellKnownRetrieveOpenidConfigurationResponse

Methods:

Oauth2

Types:

from slash_sdk.types import Oauth2GetTokenResponse

Methods:

Userinfo

Types:

from slash_sdk.types.oauth2 import UserInfo

Methods:

Fdx

Customers

Types:

from slash_sdk.types.fdx import CustomerRetrieveCurrentResponse

Methods:

Accounts

Types:

from slash_sdk.types.fdx import (
    DepositAccount,
    InvestmentAccount,
    LineOfCreditAccount,
    LoanAccount,
    AccountRetrieveResponse,
    AccountListResponse,
    AccountListTransactionsResponse,
    AccountRetrieveContactResponse,
    AccountRetrievePaymentNetworksResponse,
)

Methods:

Statements

Types:

from slash_sdk.types.fdx.accounts import StatementListResponse

Methods:

Crypto

Types:

from slash_sdk.types import CryptoCreateOfframpResponse

Methods: