PaymentMethod

constructor(card: Card, id: String, type: String)

Parameters

card

Contains additional metadata for the associated Card.

id

Unique identifier for the payment method.

type

The type of the payment method. Currently supported:

  • credit_card

  • apple_pay

  • google_pay