GitHub

MockDaffCustomerPaymentAuthorizeNetRequest

Mock class for DaffCustomerPaymentAuthorizeNetRequest.

import { MockDaffCustomerPaymentAuthorizeNetRequest } from '@daffodil/customer-payment-authorizenet/testing'
class MockDaffCustomerPaymentAuthorizeNetRequest extends MockDaffCustomerPaymentRequest implements DaffCustomerPaymentAuthorizeNetRequest {
  kind: typeof DAFF_CUSTOMER_PAYMENT_AUTHORIZENET_PAYMENT_KIND
  data: DaffCustomerPaymentAuthorizeNetRequestData
}

Properties

Name Type Description
kind typeof DAFF_CUSTOMER_PAYMENT_AUTHORIZENET_PAYMENT_KIND
data DaffCustomerPaymentAuthorizeNetRequestData