UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

54 lines 1.92 kB
export interface FeatureFlags { account_management_api?: boolean; acquiring?: boolean; address_helper?: boolean; batch_payment_v1?: boolean; bypass_no_pobox_address?: boolean; cards?: boolean; china_local_payments_enabled?: boolean; client_api_payment_schema_v1p1?: boolean; cn_inbound_id_collection?: boolean; date_time_intl?: boolean; dispute?: boolean; enable_confirmation_letter_in_client_api?: boolean; enable_ga_statement_letter_api_doc?: boolean; enable_global_account?: boolean; gtpn_get_paid?: boolean; integrations?: boolean; marketplace_amazon_auenabled?: boolean; marketplace_cdiscount_enabled?: boolean; marketplace_fnac_enabled?: boolean; marketplace_mercado_enabled?: boolean; multi_account_same_entity_enabled?: boolean; notification_api_enabled?: boolean; optional_beneficiary_first_and_last_name?: boolean; order_upload_api?: boolean; payment_notice_to_beneficiary?: boolean; payment_statement_auto_prepare_enabled?: boolean; payment_statement_auto_submit_mt103?: boolean; payment_statement_enabled?: boolean; recipient_form_v4?: boolean; scale_schedule_payment_api_enabled?: boolean; scale_settlement_api_enabled?: boolean; show_reserved_balance?: boolean; sme_dashboard?: boolean; tc_reconciliation_api_docs?: boolean; transaction_approval?: boolean; transaction_status_v2?: boolean; transfers_micro_app?: boolean; uam_team_management?: boolean; use_oas?: boolean; wallet_debit_enabled?: boolean; wallet_transfer_enabled?: boolean; webhook_setting?: boolean; world_check_naming_screen?: boolean; } export declare namespace FeatureFlags { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=featureFlags.d.ts.map