Type alias IPaymentAdapter

IPaymentAdapter: IBaseAdapter & { actions: ((params: { config: PaymentConfiguration; context: Context; paymentContext: PaymentContext & { paymentProvider: PaymentProvider; paymentProviderId: string } }) => IPaymentActions); initialConfiguration: PaymentConfiguration; typeSupported: ((type: PaymentProviderType) => boolean) }