GitHub

DaffCustomerPaymentAuthorizeNetPaymentDriverInterface

import { DaffCustomerPaymentAuthorizeNetPaymentDriverInterface } from '@daffodil/customer-payment-authorizenet/driver'
interface DaffCustomerPaymentAuthorizeNetPaymentDriverInterface {
  generateToken: Observable<DaffPaymentResponse>
}

Properties

Name Type Description
generateToken Observable<DaffPaymentResponse>