CreditCardPaymentInputV2
Specifies the fields required to complete a checkout with a Shopify vaulted credit card payment.
import { CreditCardPaymentInputV2 } from '@daffodil/driver/shopify'
type CreditCardPaymentInputV2 = {
billingAddress: MailingAddressInput;
idempotencyKey: Scalars['String']['input'];
paymentAmount: MoneyInput;
test?: InputMaybe<Scalars['Boolean']['input']>;
vaultId: Scalars['String']['input'];
}
Type | Options |
---|---|
CreditCardPaymentInputV2 | {
billingAddress: MailingAddressInput;
idempotencyKey: Scalars['String']['input'];
paymentAmount: MoneyInput;
test?: InputMaybe<Scalars['Boolean']['input']>;
vaultId: Scalars['String']['input'];
} |