File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/services/balancePlatform Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ import { NetworkTokensApi } from "./networkTokensApi";
2121import { PaymentInstrumentGroupsApi } from "./paymentInstrumentGroupsApi" ;
2222import { PaymentInstrumentsApi } from "./paymentInstrumentsApi" ;
2323import { PlatformApi } from "./platformApi" ;
24- import { SCAAssociationManagementApi } from "./sCAAssociationManagementApi" ;
25- import { SCADeviceManagementApi } from "./sCADeviceManagementApi" ;
2624import { TransactionRulesApi } from "./transactionRulesApi" ;
2725import { TransferLimitsBalanceAccountLevelApi } from "./transferLimitsBalanceAccountLevelApi" ;
2826import { TransferLimitsBalancePlatformLevelApi } from "./transferLimitsBalancePlatformLevelApi" ;
@@ -93,14 +91,6 @@ export default class BalancePlatformAPI extends Service {
9391 return new PlatformApi ( this . client ) ;
9492 }
9593
96- public get SCAAssociationManagementApi ( ) {
97- return new SCAAssociationManagementApi ( this . client ) ;
98- }
99-
100- public get SCADeviceManagementApi ( ) {
101- return new SCADeviceManagementApi ( this . client ) ;
102- }
103-
10494 public get TransactionRulesApi ( ) {
10595 return new TransactionRulesApi ( this . client ) ;
10696 }
You can’t perform that action at this time.
0 commit comments