UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

7 lines (6 loc) 288 B
import StripeSdk from 'stripe'; /** * Check if external account is bank account */ declare const isExternalAccountIsBankAccount: (externalAccount: StripeSdk.BankAccount | StripeSdk.Card) => externalAccount is StripeSdk.BankAccount; export { isExternalAccountIsBankAccount as default };