GitHub

MagentoTokenBaseCardUpdateInput

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

Properties

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