stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsBankAccount

AdminTypes.ShopifyPaymentsBankAccount interface

A bank account that can receive payouts.

Signature:

export interface ShopifyPaymentsBankAccount extends Node 

Extends: Node

Properties

Property Modifiers Type Description
accountNumber   Scalars[‘String’][‘output’] The account number of the bank account.
accountNumberLastDigits   Scalars[‘String’][‘output’] The last digits of the account number (the rest is redacted).
bankName?   Maybe<Scalars[‘String’][‘output’]> (Optional) The name of the bank.
country   CountryCode | `${CountryCode}` The country of the bank.
createdAt   Scalars[‘DateTime’][‘output’] The date that the bank account was created.
currency   CurrencyCode | `${CurrencyCode}` The currency of the bank account.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
payouts   ShopifyPaymentsPayoutConnection All current and previous payouts made between the account and the bank account.
routingNumber   Scalars[‘String’][‘output’] The routing number of the bank account.
status   ShopifyPaymentsBankAccountStatus | `${ShopifyPaymentsBankAccountStatus}` The status of the bank account.