Type alias IntegrationBPOINTEnvironment<S>
IntegrationBPOINTEnvironment<S>: { baseUrl: string; billerCode?: string; id: string; isTestMode?: boolean; label: string; merchantNumber: string; password: ConstrainedSecret<S>; shortMerchantName: string; username: string; } Type declaration
baseUrl: string
Optional
billerCode?: string
id: string
Optional
isTestMode?: boolean
label: string
merchantNumber: string
shortMerchantName: string
username: string