GitHub

MagentoTokenBaseCardCreateInput

import { MagentoTokenBaseCardCreateInput } from '@daffodil/customer-payment-authorizenet/driver/magento'
interface MagentoTokenBaseCardCreateInput {
  __typename: 'TokenBaseCardCreateInput'
  address: MagentoCustomerAddressInput
  customer_email: string
  method: string
  active: boolean
  expires: string
  additional: MagentoTokenBaseCardPaymentInput
}

Properties

Name Type Description
__typename 'TokenBaseCardCreateInput'
address MagentoCustomerAddressInput
customer_email string
method string
active boolean
expires string
additional MagentoTokenBaseCardPaymentInput