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
}