export PaymentSource

interface PaymentSource {
    id?: null | string;
    object?: null | string;
    payment_cycle_entry_id?: null | string;
    payment_source?: PaymentSourceEnum;
    short_id?: null | string;
}

Properties

id?: null | string
object?: null | string

The name of this object

payment_cycle_entry_id?: null | string
payment_source?: PaymentSourceEnum
short_id?: null | string