Skip to content

Commit 7449c2a

Browse files
committed
Updated yml's after XSD updates (Oct 2, 2018 version)
1 parent f10ce27 commit 7449c2a

File tree

6 files changed

+440
-0
lines changed

6 files changed

+440
-0
lines changed

lib/net/authorize/api/yml/v1/CreditCardType.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,33 @@ net\authorize\api\contract\v1\CreditCardType:
3030
getter: getCryptogram
3131
setter: setCryptogram
3232
type: string
33+
tokenRequestorName:
34+
expose: true
35+
access_type: public_method
36+
serialized_name: tokenRequestorName
37+
xml_element:
38+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
39+
accessor:
40+
getter: getTokenRequestorName
41+
setter: setTokenRequestorName
42+
type: string
43+
tokenRequestorId:
44+
expose: true
45+
access_type: public_method
46+
serialized_name: tokenRequestorId
47+
xml_element:
48+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
49+
accessor:
50+
getter: getTokenRequestorId
51+
setter: setTokenRequestorId
52+
type: string
53+
tokenRequestorEci:
54+
expose: true
55+
access_type: public_method
56+
serialized_name: tokenRequestorEci
57+
xml_element:
58+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
59+
accessor:
60+
getter: getTokenRequestorEci
61+
setter: setTokenRequestorEci
62+
type: string

lib/net/authorize/api/yml/v1/LineItemType.yml

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,203 @@ net\authorize\api\contract\v1\LineItemType:
6060
getter: getTaxable
6161
setter: setTaxable
6262
type: boolean
63+
unitOfMeasure:
64+
expose: true
65+
access_type: public_method
66+
serialized_name: unitOfMeasure
67+
xml_element:
68+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
69+
accessor:
70+
getter: getUnitOfMeasure
71+
setter: setUnitOfMeasure
72+
type: string
73+
typeOfSupply:
74+
expose: true
75+
access_type: public_method
76+
serialized_name: typeOfSupply
77+
xml_element:
78+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
79+
accessor:
80+
getter: getTypeOfSupply
81+
setter: setTypeOfSupply
82+
type: string
83+
taxRate:
84+
expose: true
85+
access_type: public_method
86+
serialized_name: taxRate
87+
xml_element:
88+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
89+
accessor:
90+
getter: getTaxRate
91+
setter: setTaxRate
92+
type: float
93+
taxAmount:
94+
expose: true
95+
access_type: public_method
96+
serialized_name: taxAmount
97+
xml_element:
98+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
99+
accessor:
100+
getter: getTaxAmount
101+
setter: setTaxAmount
102+
type: float
103+
nationalTax:
104+
expose: true
105+
access_type: public_method
106+
serialized_name: nationalTax
107+
xml_element:
108+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
109+
accessor:
110+
getter: getNationalTax
111+
setter: setNationalTax
112+
type: float
113+
localTax:
114+
expose: true
115+
access_type: public_method
116+
serialized_name: localTax
117+
xml_element:
118+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
119+
accessor:
120+
getter: getLocalTax
121+
setter: setLocalTax
122+
type: float
123+
vatRate:
124+
expose: true
125+
access_type: public_method
126+
serialized_name: vatRate
127+
xml_element:
128+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
129+
accessor:
130+
getter: getVatRate
131+
setter: setVatRate
132+
type: float
133+
alternateTaxId:
134+
expose: true
135+
access_type: public_method
136+
serialized_name: alternateTaxId
137+
xml_element:
138+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
139+
accessor:
140+
getter: getAlternateTaxId
141+
setter: setAlternateTaxId
142+
type: string
143+
alternateTaxType:
144+
expose: true
145+
access_type: public_method
146+
serialized_name: alternateTaxType
147+
xml_element:
148+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
149+
accessor:
150+
getter: getAlternateTaxType
151+
setter: setAlternateTaxType
152+
type: string
153+
alternateTaxTypeApplied:
154+
expose: true
155+
access_type: public_method
156+
serialized_name: alternateTaxTypeApplied
157+
xml_element:
158+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
159+
accessor:
160+
getter: getAlternateTaxTypeApplied
161+
setter: setAlternateTaxTypeApplied
162+
type: string
163+
alternateTaxRate:
164+
expose: true
165+
access_type: public_method
166+
serialized_name: alternateTaxRate
167+
xml_element:
168+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
169+
accessor:
170+
getter: getAlternateTaxRate
171+
setter: setAlternateTaxRate
172+
type: float
173+
alternateTaxAmount:
174+
expose: true
175+
access_type: public_method
176+
serialized_name: alternateTaxAmount
177+
xml_element:
178+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
179+
accessor:
180+
getter: getAlternateTaxAmount
181+
setter: setAlternateTaxAmount
182+
type: float
183+
totalAmount:
184+
expose: true
185+
access_type: public_method
186+
serialized_name: totalAmount
187+
xml_element:
188+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
189+
accessor:
190+
getter: getTotalAmount
191+
setter: setTotalAmount
192+
type: float
193+
commodityCode:
194+
expose: true
195+
access_type: public_method
196+
serialized_name: commodityCode
197+
xml_element:
198+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
199+
accessor:
200+
getter: getCommodityCode
201+
setter: setCommodityCode
202+
type: string
203+
productCode:
204+
expose: true
205+
access_type: public_method
206+
serialized_name: productCode
207+
xml_element:
208+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
209+
accessor:
210+
getter: getProductCode
211+
setter: setProductCode
212+
type: string
213+
productSKU:
214+
expose: true
215+
access_type: public_method
216+
serialized_name: productSKU
217+
xml_element:
218+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
219+
accessor:
220+
getter: getProductSKU
221+
setter: setProductSKU
222+
type: string
223+
discountRate:
224+
expose: true
225+
access_type: public_method
226+
serialized_name: discountRate
227+
xml_element:
228+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
229+
accessor:
230+
getter: getDiscountRate
231+
setter: setDiscountRate
232+
type: float
233+
discountAmount:
234+
expose: true
235+
access_type: public_method
236+
serialized_name: discountAmount
237+
xml_element:
238+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
239+
accessor:
240+
getter: getDiscountAmount
241+
setter: setDiscountAmount
242+
type: float
243+
taxIncludedInTotal:
244+
expose: true
245+
access_type: public_method
246+
serialized_name: taxIncludedInTotal
247+
xml_element:
248+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
249+
accessor:
250+
getter: getTaxIncludedInTotal
251+
setter: setTaxIncludedInTotal
252+
type: boolean
253+
taxIsAfterDiscount:
254+
expose: true
255+
access_type: public_method
256+
serialized_name: taxIsAfterDiscount
257+
xml_element:
258+
namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
259+
accessor:
260+
getter: getTaxIsAfterDiscount
261+
setter: setTaxIsAfterDiscount
262+
type: boolean

0 commit comments

Comments
 (0)