CustomerPaymentInstrumentRequest: {
    bankRoutingNumber: string;
    giftCertificateCode: string;
    paymentBankAccount?: PaymentBankAccountRequest;
    paymentCard: CustomerPaymentCardRequest;
    paymentMethodId: string;
} & {
    [key: string]: any;
}