CryptoPaymentToken:
    | { card: { brand: string; funding: string; last4: string } }
    | { us_bank_account: { bank_name?: string | null; last4: string } }

A representation of the crypto payment token, which contains details about the payment method used.