1 | type CartPaymentInstructionPaymentInstruction { |
2 | |
3 | addressLine: [String] |
60 | |
4 | addressType: String |
60 | |
5 | attributes: [CartPaymentInstructionPaymentInstructionAttributes] |
60 | |
6 | bestCallingTime: String |
60 | |
7 | billingAddressId: String |
60 | |
8 | businessTitle: String |
60 | |
9 | city: String |
60 | |
10 | country: String |
60 | |
11 | email1: String! |
60 | |
12 | email2: String! |
60 | |
13 | fax1: String! |
60 | |
14 | fax2: String! |
60 | |
15 | firstName: String |
60 | |
16 | geographicalShippingCode: String |
60 | |
17 | geographicalTaxCode: String |
60 | |
18 | internalOfficeAddress: String |
60 | |
19 | language: String |
60 | |
20 | lastName: String |
60 | |
21 | maxAmount: ComIbmCommerceFoundationCommonDatatypesMonetaryAmountType |
60 | |
22 | middleName: String |
60 | |
23 | minAmount: ComIbmCommerceFoundationCommonDatatypesMonetaryAmountType |
60 | |
24 | mobilePhone1: String |
60 | |
25 | mobilePhone1Country: String |
60 | |
26 | nickName: String! |
60 | |
27 | organizationIdentifier: ComIbmCommerceFoundationCommonDatatypesOrganizationIdentifierType |
60 | |
28 | organizationName: String |
60 | |
29 | organizationUnitName: String |
60 | |
30 | payMethodId: String! |
60 | |
31 | paymentRule: String |
60 | |
32 | paymentTermConditionId: String |
60 | |
33 | personIdentifier: ComIbmCommerceFoundationCommonDatatypesPersonIdentifierType |
60 | |
34 | personTitle: String |
60 | |
35 | phone1: String! |
60 | |
36 | phone1Publish: String |
60 | |
37 | phone1Type: String |
60 | |
38 | phone2: String! |
60 | |
39 | phone2Publish: String |
60 | |
40 | phone2Type: String |
60 | |
41 | piAmount: String |
60 | |
42 | piCurrency: String |
60 | |
43 | piDescription: String |
60 | |
44 | piId: String |
60 | |
45 | piLanguage: String |
60 | |
46 | piStatus: String |
60 | |
47 | postalCode: String |
60 | |
48 | primary: String |
60 | |
49 | priority: String |
60 | |
50 | protocolData: [CartPaymentInstructionPaymentInstructionProtocolData] |
60 | |
51 | refundAllowed: String |
60 | |
52 | sequenceNumber: String |
60 | |
53 | state: String |
60 | |
54 | stateOrProvinceName: String |
60 | |
55 | userDataField: [CartPaymentInstructionPaymentInstructionUserDataField] |
60 | |
56 | xpaymPolicyId: String |
60 | |
57 | xpaymPunchoutPayment: String |
60 | |
58 | xpaymTokenization: String |
60 | |
59 | zipCode: String |
61 | |
62 | } |