File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 BizumApi ,
77 PaymentMethodsApi ,
88 PaymentsApi ,
9+ POSAuthTokenApi ,
910 SubscriptionsApi ,
1011 ApplePayCertificateApi ,
1112} from "./src" ;
@@ -95,6 +96,8 @@ export class Monei {
9596 applePayCertificate ! : ApplePayCertificateApi ;
9697 /** API for managing Bizum */
9798 bizum ! : BizumApi ;
99+ /** API for creating POS auth tokens */
100+ posAuthToken ! : POSAuthTokenApi ;
98101
99102 /**
100103 * Creates a new MONEI SDK client instance
@@ -141,6 +144,7 @@ export class Monei {
141144 this . applePayDomain = new ApplePayDomainApi ( config , BASE_PATH , this . client ) ;
142145 this . applePayCertificate = new ApplePayCertificateApi ( config , BASE_PATH , this . client ) ;
143146 this . bizum = new BizumApi ( config , BASE_PATH , this . client ) ;
147+ this . posAuthToken = new POSAuthTokenApi ( config , BASE_PATH , this . client ) ;
144148 }
145149
146150 /**
You can’t perform that action at this time.
0 commit comments