|
1 | 1 | //------------------------------------------------------------------------------
|
2 | 2 | // <auto-generated>
|
3 | 3 | // This code was generated by a tool.
|
4 |
| -// Runtime Version:2.0.50727.8662 |
| 4 | +// Runtime Version:2.0.50727.8689 |
5 | 5 | //
|
6 | 6 | // Changes to this file may cause incorrect behavior and will be lost if
|
7 | 7 | // the code is regenerated.
|
@@ -237,33 +237,6 @@ protected void RaisePropertyChanged(string propertyName) {
|
237 | 237 | }
|
238 | 238 | }
|
239 | 239 |
|
240 |
| - /// <remarks/> |
241 |
| - [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] |
242 |
| - [System.SerializableAttribute()] |
243 |
| - [System.Diagnostics.DebuggerStepThroughAttribute()] |
244 |
| - [System.ComponentModel.DesignerCategoryAttribute("code")] |
245 |
| - [System.Xml.Serialization.XmlTypeAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")] |
246 |
| - public partial class customerProfileIdType : object, System.ComponentModel.INotifyPropertyChanged { |
247 |
| - |
248 |
| - /// <remarks/> |
249 |
| - public string customerProfileId; |
250 |
| - |
251 |
| - /// <remarks/> |
252 |
| - public string customerPaymentProfileId; |
253 |
| - |
254 |
| - /// <remarks/> |
255 |
| - public string customerAddressId; |
256 |
| - |
257 |
| - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
258 |
| - |
259 |
| - protected void RaisePropertyChanged(string propertyName) { |
260 |
| - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
261 |
| - if ((propertyChanged != null)) { |
262 |
| - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
263 |
| - } |
264 |
| - } |
265 |
| - } |
266 |
| - |
267 | 240 | /// <remarks/>
|
268 | 241 | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
|
269 | 242 | [System.SerializableAttribute()]
|
@@ -1018,6 +991,9 @@ public partial class transactionResponse : object, System.ComponentModel.INotify
|
1018 | 991 | /// <remarks/>
|
1019 | 992 | public string transHashSha2;
|
1020 | 993 |
|
| 994 | + /// <remarks/> |
| 995 | + public customerProfileIdType profile; |
| 996 | + |
1021 | 997 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
1022 | 998 |
|
1023 | 999 | protected void RaisePropertyChanged(string propertyName) {
|
@@ -1251,6 +1227,33 @@ protected void RaisePropertyChanged(string propertyName) {
|
1251 | 1227 | }
|
1252 | 1228 | }
|
1253 | 1229 |
|
| 1230 | + /// <remarks/> |
| 1231 | + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] |
| 1232 | + [System.SerializableAttribute()] |
| 1233 | + [System.Diagnostics.DebuggerStepThroughAttribute()] |
| 1234 | + [System.ComponentModel.DesignerCategoryAttribute("code")] |
| 1235 | + [System.Xml.Serialization.XmlTypeAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")] |
| 1236 | + public partial class customerProfileIdType : object, System.ComponentModel.INotifyPropertyChanged { |
| 1237 | + |
| 1238 | + /// <remarks/> |
| 1239 | + public string customerProfileId; |
| 1240 | + |
| 1241 | + /// <remarks/> |
| 1242 | + public string customerPaymentProfileId; |
| 1243 | + |
| 1244 | + /// <remarks/> |
| 1245 | + public string customerAddressId; |
| 1246 | + |
| 1247 | + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
| 1248 | + |
| 1249 | + protected void RaisePropertyChanged(string propertyName) { |
| 1250 | + System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
| 1251 | + if ((propertyChanged != null)) { |
| 1252 | + propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
| 1253 | + } |
| 1254 | + } |
| 1255 | + } |
| 1256 | + |
1254 | 1257 | /// <remarks/>
|
1255 | 1258 | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
|
1256 | 1259 | [System.SerializableAttribute()]
|
@@ -1438,6 +1441,9 @@ public partial class transactionDetailsType : object, System.ComponentModel.INot
|
1438 | 1441 | [System.Xml.Serialization.XmlArrayItemAttribute("tag", IsNullable=false)]
|
1439 | 1442 | public transactionDetailsTypeTag[] emvDetails;
|
1440 | 1443 |
|
| 1444 | + /// <remarks/> |
| 1445 | + public customerProfileIdType profile; |
| 1446 | + |
1441 | 1447 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
1442 | 1448 |
|
1443 | 1449 | protected void RaisePropertyChanged(string propertyName) {
|
@@ -3510,6 +3516,9 @@ public partial class transactionSummaryType : object, System.ComponentModel.INot
|
3510 | 3516 | /// <remarks/>
|
3511 | 3517 | public fraudInformationType fraudInformation;
|
3512 | 3518 |
|
| 3519 | + /// <remarks/> |
| 3520 | + public customerProfileIdType profile; |
| 3521 | + |
3513 | 3522 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
3514 | 3523 |
|
3515 | 3524 | protected void RaisePropertyChanged(string propertyName) {
|
@@ -4273,6 +4282,12 @@ public partial class getCustomerProfileRequest : ANetApiRequest {
|
4273 | 4282 | /// <remarks/>
|
4274 | 4283 | public string customerProfileId;
|
4275 | 4284 |
|
| 4285 | + /// <remarks/> |
| 4286 | + public string merchantCustomerId; |
| 4287 | + |
| 4288 | + /// <remarks/> |
| 4289 | + public string email; |
| 4290 | + |
4276 | 4291 | /// <remarks/>
|
4277 | 4292 | public bool unmaskExpirationDate;
|
4278 | 4293 |
|
@@ -4701,6 +4716,12 @@ public partial class getTransactionDetailsResponse : ANetApiResponse {
|
4701 | 4716 |
|
4702 | 4717 | /// <remarks/>
|
4703 | 4718 | public transactionDetailsType transaction;
|
| 4719 | + |
| 4720 | + /// <remarks/> |
| 4721 | + public string clientId; |
| 4722 | + |
| 4723 | + /// <remarks/> |
| 4724 | + public string transrefId; |
4704 | 4725 | }
|
4705 | 4726 |
|
4706 | 4727 | /// <remarks/>
|
@@ -5588,6 +5609,28 @@ public partial class ARBGetSubscriptionResponse : ANetApiResponse {
|
5588 | 5609 | public ARBSubscriptionMaskedType subscription;
|
5589 | 5610 | }
|
5590 | 5611 |
|
| 5612 | + /// <remarks/> |
| 5613 | + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] |
| 5614 | + [System.SerializableAttribute()] |
| 5615 | + [System.Diagnostics.DebuggerStepThroughAttribute()] |
| 5616 | + [System.ComponentModel.DesignerCategoryAttribute("code")] |
| 5617 | + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")] |
| 5618 | + [System.Xml.Serialization.XmlRootAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd", IsNullable=false)] |
| 5619 | + public partial class getTransactionListForCustomerRequest : ANetApiRequest { |
| 5620 | + |
| 5621 | + /// <remarks/> |
| 5622 | + public string customerProfileId; |
| 5623 | + |
| 5624 | + /// <remarks/> |
| 5625 | + public string customerPaymentProfileId; |
| 5626 | + |
| 5627 | + /// <remarks/> |
| 5628 | + public TransactionListSorting sorting; |
| 5629 | + |
| 5630 | + /// <remarks/> |
| 5631 | + public Paging paging; |
| 5632 | + } |
| 5633 | + |
5591 | 5634 | /// <remarks/>
|
5592 | 5635 | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
|
5593 | 5636 | [System.SerializableAttribute()]
|
|
0 commit comments