Reference to a previously stored payment method.

Example

const stored: StoredPaymentMethod = {
type: 'STORED_PAYMENT_METHOD',
id: '2de89daa-deb2-48b2-8178-bdcedb55ca1d'
};
interface StoredPaymentMethod {
    id: string;
    type: "STORED_PAYMENT_METHOD";
}

Properties

Properties

id: string
type: "STORED_PAYMENT_METHOD"