Interface AccountSessionComponentsPaymentDetailsFeatures

export AccountSessionComponentsPaymentDetailsFeatures

interface AccountSessionComponentsPaymentDetailsFeatures {
    capture_payments?: boolean;
    destination_on_behalf_of_charge_management?: boolean;
    dispute_management?: boolean;
    refund_management?: boolean;
}

Properties

capture_payments?: boolean
destination_on_behalf_of_charge_management?: boolean
dispute_management?: boolean
refund_management?: boolean