|
1 | 1 | //------------------------------------------------------------------------------
|
2 | 2 | // <auto-generated>
|
3 | 3 | // This code was generated by a tool.
|
4 |
| -// Runtime Version:2.0.50727.5483 |
| 4 | +// Runtime Version:2.0.50727.5485 |
5 | 5 | //
|
6 | 6 | // Changes to this file may cause incorrect behavior and will be lost if
|
7 | 7 | // the code is regenerated.
|
@@ -231,6 +231,13 @@ public partial class creditCardSimpleType : object, System.ComponentModel.INotif
|
231 | 231 | /// <remarks/>
|
232 | 232 | public string expirationDate;
|
233 | 233 |
|
| 234 | + /// <remarks/> |
| 235 | + public bool paymentToken; |
| 236 | + |
| 237 | + /// <remarks/> |
| 238 | + [System.Xml.Serialization.XmlIgnoreAttribute()] |
| 239 | + public bool paymentTokenSpecified; |
| 240 | + |
234 | 241 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
235 | 242 |
|
236 | 243 | protected void RaisePropertyChanged(string propertyName) {
|
@@ -338,7 +345,7 @@ public partial class SubscriptionDetail : object, System.ComponentModel.INotifyP
|
338 | 345 | public decimal amount;
|
339 | 346 |
|
340 | 347 | /// <remarks/>
|
341 |
| - public int currencyId; |
| 348 | + public string currencyCode; |
342 | 349 |
|
343 | 350 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
344 | 351 |
|
@@ -668,6 +675,38 @@ protected void RaisePropertyChanged(string propertyName) {
|
668 | 675 | }
|
669 | 676 | }
|
670 | 677 |
|
| 678 | + /// <remarks/> |
| 679 | + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] |
| 680 | + [System.SerializableAttribute()] |
| 681 | + [System.Diagnostics.DebuggerStepThroughAttribute()] |
| 682 | + [System.ComponentModel.DesignerCategoryAttribute("code")] |
| 683 | + [System.Xml.Serialization.XmlTypeAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")] |
| 684 | + public partial class createProfileResponse : object, System.ComponentModel.INotifyPropertyChanged { |
| 685 | + |
| 686 | + /// <remarks/> |
| 687 | + public messagesType messages; |
| 688 | + |
| 689 | + /// <remarks/> |
| 690 | + public string customerProfileId; |
| 691 | + |
| 692 | + /// <remarks/> |
| 693 | + [System.Xml.Serialization.XmlArrayItemAttribute("numericString", IsNullable=false)] |
| 694 | + public string[] customerPaymentProfileIdList; |
| 695 | + |
| 696 | + /// <remarks/> |
| 697 | + [System.Xml.Serialization.XmlArrayItemAttribute("numericString", IsNullable=false)] |
| 698 | + public string[] customerShippingAddressIdList; |
| 699 | + |
| 700 | + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
| 701 | + |
| 702 | + protected void RaisePropertyChanged(string propertyName) { |
| 703 | + System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
| 704 | + if ((propertyChanged != null)) { |
| 705 | + propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
| 706 | + } |
| 707 | + } |
| 708 | + } |
| 709 | + |
671 | 710 | /// <remarks/>
|
672 | 711 | [System.Xml.Serialization.XmlIncludeAttribute(typeof(emailSettingsType))]
|
673 | 712 | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
|
@@ -813,6 +852,13 @@ protected void RaisePropertyChanged(string propertyName) {
|
813 | 852 | [System.Xml.Serialization.XmlTypeAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")]
|
814 | 853 | public partial class customerProfilePaymentType : object, System.ComponentModel.INotifyPropertyChanged {
|
815 | 854 |
|
| 855 | + /// <remarks/> |
| 856 | + public bool createProfile; |
| 857 | + |
| 858 | + /// <remarks/> |
| 859 | + [System.Xml.Serialization.XmlIgnoreAttribute()] |
| 860 | + public bool createProfileSpecified; |
| 861 | + |
816 | 862 | /// <remarks/>
|
817 | 863 | public string customerProfileId;
|
818 | 864 |
|
@@ -859,6 +905,9 @@ public partial class transactionRequestType : object, System.ComponentModel.INot
|
859 | 905 | /// <remarks/>
|
860 | 906 | public customerProfilePaymentType profile;
|
861 | 907 |
|
| 908 | + /// <remarks/> |
| 909 | + public solutionType solution; |
| 910 | + |
862 | 911 | /// <remarks/>
|
863 | 912 | public string authCode;
|
864 | 913 |
|
@@ -1283,6 +1332,30 @@ public enum ItemChoiceType1 {
|
1283 | 1332 | track2,
|
1284 | 1333 | }
|
1285 | 1334 |
|
| 1335 | + /// <remarks/> |
| 1336 | + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] |
| 1337 | + [System.SerializableAttribute()] |
| 1338 | + [System.Diagnostics.DebuggerStepThroughAttribute()] |
| 1339 | + [System.ComponentModel.DesignerCategoryAttribute("code")] |
| 1340 | + [System.Xml.Serialization.XmlTypeAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")] |
| 1341 | + public partial class solutionType : object, System.ComponentModel.INotifyPropertyChanged { |
| 1342 | + |
| 1343 | + /// <remarks/> |
| 1344 | + public string id; |
| 1345 | + |
| 1346 | + /// <remarks/> |
| 1347 | + public string name; |
| 1348 | + |
| 1349 | + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
| 1350 | + |
| 1351 | + protected void RaisePropertyChanged(string propertyName) { |
| 1352 | + System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
| 1353 | + if ((propertyChanged != null)) { |
| 1354 | + propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
| 1355 | + } |
| 1356 | + } |
| 1357 | + } |
| 1358 | + |
1286 | 1359 | /// <remarks/>
|
1287 | 1360 | [System.Xml.Serialization.XmlIncludeAttribute(typeof(orderExType))]
|
1288 | 1361 | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
|
@@ -1590,30 +1663,6 @@ protected void RaisePropertyChanged(string propertyName) {
|
1590 | 1663 | }
|
1591 | 1664 | }
|
1592 | 1665 |
|
1593 |
| - /// <remarks/> |
1594 |
| - [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] |
1595 |
| - [System.SerializableAttribute()] |
1596 |
| - [System.Diagnostics.DebuggerStepThroughAttribute()] |
1597 |
| - [System.ComponentModel.DesignerCategoryAttribute("code")] |
1598 |
| - [System.Xml.Serialization.XmlTypeAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")] |
1599 |
| - public partial class solutionType : object, System.ComponentModel.INotifyPropertyChanged { |
1600 |
| - |
1601 |
| - /// <remarks/> |
1602 |
| - public string id; |
1603 |
| - |
1604 |
| - /// <remarks/> |
1605 |
| - public string name; |
1606 |
| - |
1607 |
| - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
1608 |
| - |
1609 |
| - protected void RaisePropertyChanged(string propertyName) { |
1610 |
| - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
1611 |
| - if ((propertyChanged != null)) { |
1612 |
| - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
1613 |
| - } |
1614 |
| - } |
1615 |
| - } |
1616 |
| - |
1617 | 1666 | /// <remarks/>
|
1618 | 1667 | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
|
1619 | 1668 | [System.SerializableAttribute()]
|
@@ -3364,6 +3413,19 @@ public partial class createCustomerShippingAddressResponse : ANetApiResponse {
|
3364 | 3413 | public string customerAddressId;
|
3365 | 3414 | }
|
3366 | 3415 |
|
| 3416 | + /// <remarks/> |
| 3417 | + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] |
| 3418 | + [System.SerializableAttribute()] |
| 3419 | + [System.Diagnostics.DebuggerStepThroughAttribute()] |
| 3420 | + [System.ComponentModel.DesignerCategoryAttribute("code")] |
| 3421 | + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")] |
| 3422 | + [System.Xml.Serialization.XmlRootAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd", IsNullable=false)] |
| 3423 | + public partial class createCustomerProfileFromTransactionRequest : ANetApiRequest { |
| 3424 | + |
| 3425 | + /// <remarks/> |
| 3426 | + public string transId; |
| 3427 | + } |
| 3428 | + |
3367 | 3429 | /// <remarks/>
|
3368 | 3430 | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
|
3369 | 3431 | [System.SerializableAttribute()]
|
@@ -3823,6 +3885,9 @@ public partial class createTransactionResponse : ANetApiResponse {
|
3823 | 3885 |
|
3824 | 3886 | /// <remarks/>
|
3825 | 3887 | public transactionResponse transactionResponse;
|
| 3888 | + |
| 3889 | + /// <remarks/> |
| 3890 | + public createProfileResponse profileResponse; |
3826 | 3891 | }
|
3827 | 3892 |
|
3828 | 3893 | /// <remarks/>
|
@@ -4145,7 +4210,7 @@ public partial class ARBGetSubscriptionListResponse : ANetApiResponse {
|
4145 | 4210 | [System.ComponentModel.DesignerCategoryAttribute("code")]
|
4146 | 4211 | [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")]
|
4147 | 4212 | [System.Xml.Serialization.XmlRootAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd", IsNullable=false)]
|
4148 |
| - public partial class XXDoNotUseDummyRequest : object, System.ComponentModel.INotifyPropertyChanged { |
| 4213 | + public partial class EnumCollection : object, System.ComponentModel.INotifyPropertyChanged { |
4149 | 4214 |
|
4150 | 4215 | /// <remarks/>
|
4151 | 4216 | public customerProfileSummaryType customerProfileSummaryType;
|
@@ -4460,8 +4525,5 @@ public enum transactionTypeEnum {
|
4460 | 4525 |
|
4461 | 4526 | /// <remarks/>
|
4462 | 4527 | authCaptureContinueTransaction,
|
4463 |
| - |
4464 |
| - /// <remarks/> |
4465 |
| - unknown, |
4466 | 4528 | }
|
4467 | 4529 | }
|
0 commit comments