export PaymentIntentRequestDeets

interface PaymentIntentRequestDeets {
    invoice-id?: null | string;
    object?: null | string;
}

Properties

Properties

invoice-id?: null | string
object?: null | string