export TenantCapabilities

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

Properties

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