Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaymentMethodExpiring

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:payment_method_expiring"
links: { fx:customer: Customer; fx:default_billing_address: Backend.Rels.DefaultBillingAddress; fx:default_payment_method: Backend.Rels.DefaultPaymentMethod; fx:store: Backend.Rels.Store; fx:subscriptions: Backend.Rels.Subscriptions; self: PaymentMethodExpiring }

Type declaration

props: { cc_exp_month: string; cc_exp_year: string; cc_number_masked: string; cc_type: string; date_created: null | string; date_modified: null | string; email: string; first_name: string; last_name: string; months_before_expiration: number }

Type declaration

  • cc_exp_month: string

    The payment card expiration month in the MM format.

  • cc_exp_year: string

    The payment card expiration year in the YYYY format.

  • cc_number_masked: string

    A masked version of this payment card showing only the last 4 digits.

  • cc_type: string

    The credit card or debit card type.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • email: string

    The customer's email address.

  • first_name: string

    The customer's given name.

  • last_name: string

    The customer's surname.

  • months_before_expiration: number

    Months from today's day before this payment card will expire.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc