export TenantCapabilities

interface TenantCapabilities {
    AccountCapabilities?: null | string;
    is_payment_method_verified?: null | boolean;
    PaymentsEnabled?: boolean;
    PayoutsEnabled?: boolean;
}

Properties

AccountCapabilities?: null | string
is_payment_method_verified?: null | boolean
PaymentsEnabled?: boolean
PayoutsEnabled?: boolean