export PaymentSource

interface PaymentSource {
    id?: null | string;
    payment_source?: null | string;
}

Properties

Properties

id?: null | string
payment_source?: null | string