export PaymentAcceptDeets

interface PaymentAcceptDeets {
    account_id?: null | string;
    object?: null | string;
    status?: AcceptPaymentStatusEnum;
}

Properties

account_id?: null | string

Account Id to accept payments from

object?: null | string