export PaymentAcceptResponse

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

Properties

Properties

account_id?: null | string

Account Id to accept payments from