1 | input CartPaymentInstructionPaymentInstructionInput { |
3 | 2 | addressLine: [String] | |
5 | 4 | addressType: String | |
7 | 6 | attributes: [CartPaymentInstructionPaymentInstructionAttributesInput] | |
9 | 8 | bestCallingTime: String | |
11 | 10 | billingAddressId: String | |
13 | 12 | businessTitle: String | |
15 | 14 | city: String | |
17 | 16 | country: String | |
19 | 18 | email1: String! | |
21 | 20 | email2: String! | |
23 | 22 | fax1: String! | |
25 | 24 | fax2: String! | |
27 | 26 | firstName: String | |
29 | 28 | geographicalShippingCode: String | |
31 | 30 | geographicalTaxCode: String | |
33 | 32 | internalOfficeAddress: String | |
35 | 34 | language: String | |
37 | 36 | lastName: String | |
39 | 38 | maxAmount: ComIbmCommerceFoundationCommonDatatypesMonetaryAmountTypeInput | |
41 | 40 | middleName: String | |
43 | 42 | minAmount: ComIbmCommerceFoundationCommonDatatypesMonetaryAmountTypeInput | |
45 | 44 | mobilePhone1: String | |
47 | 46 | mobilePhone1Country: String | |
49 | 48 | nickName: String! | |
51 | 50 | organizationIdentifier: ComIbmCommerceFoundationCommonDatatypesOrganizationIdentifierTypeInput | |
53 | 52 | organizationName: String | |
55 | 54 | organizationUnitName: String | |
57 | 56 | payMethodId: String! | |
59 | 58 | paymentRule: String | |
61 | 60 | paymentTermConditionId: String | |
63 | 62 | personIdentifier: ComIbmCommerceFoundationCommonDatatypesPersonIdentifierTypeInput | |
65 | 64 | personTitle: String | |
67 | 66 | phone1: String! | |
69 | 68 | phone1Publish: String | |
71 | 70 | phone1Type: String | |
73 | 72 | phone2: String! | |
75 | 74 | phone2Publish: String | |
77 | 76 | phone2Type: String | |
79 | 78 | piAmount: String | |
81 | 80 | piCurrency: String | |
83 | 82 | piDescription: String | |
85 | 84 | piId: String | |
87 | 86 | piLanguage: String | |
89 | 88 | piStatus: String | |
91 | 90 | postalCode: String | |
93 | 92 | primary: String | |
95 | 94 | priority: String | |
97 | 96 | protocolData: [CartPaymentInstructionPaymentInstructionProtocolDataInput] | |
99 | 98 | refundAllowed: String | |
101 | 100 | sequenceNumber: String | |
103 | 102 | state: String | |
105 | 104 | stateOrProvinceName: String | |
107 | 106 | userDataField: [CartPaymentInstructionPaymentInstructionUserDataFieldInput] | |
109 | 108 | xpaymPolicyId: String | |
111 | 110 | xpaymPunchoutPayment: String | |
113 | 112 | xpaymTokenization: String | |
115 | 114 | zipCode: String | |
116 | } |