PatchablePaymentInformationFields
No description
input PatchablePaymentInformationFields {
address: String!
cardCode: String
city: String!
country: String!
creditCardNumber: String!
expirationMonth: String!
expirationYear: String!
firstName: String!
lastName: String!
state: String!
zip: String!
}