AcceptanceApiClient constructor
AcceptanceApiClient(
- Stage stage
Implementation
factory AcceptanceApiClient(Stage stage) => stage == Stage.sandbox ? _sandboxInstance : _prodInstance;
factory AcceptanceApiClient(Stage stage) => stage == Stage.sandbox ? _sandboxInstance : _prodInstance;