Skip to content

Commit 705b310

Browse files
authored
Merge pull request #287 from AuthorizeNet/mandate
Changes for March 2021
2 parents a18d6fc + d3f7444 commit 705b310

13 files changed

Lines changed: 696 additions & 355 deletions

Authorize.NET/Api/Contracts/V1/AnetApiSchema.generated.cs

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,16 @@ public partial class customerPaymentProfileListItemType : object, System.Compone
288288
/// <remarks/>
289289
public paymentMaskedType payment;
290290

291+
/// <remarks/>
292+
public string originalNetworkTransId;
293+
294+
/// <remarks/>
295+
public decimal originalAuthAmount;
296+
297+
/// <remarks/>
298+
[System.Xml.Serialization.XmlIgnoreAttribute()]
299+
public bool originalAuthAmountSpecified;
300+
291301
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
292302

293303
protected void RaisePropertyChanged(string propertyName) {
@@ -1489,6 +1499,22 @@ public partial class transactionDetailsType : object, System.ComponentModel.INot
14891499
/// <remarks/>
14901500
public nameAndAddressType shipFrom;
14911501

1502+
/// <remarks/>
1503+
public string networkTransId;
1504+
1505+
/// <remarks/>
1506+
public string originalNetworkTransId;
1507+
1508+
/// <remarks/>
1509+
public decimal originalAuthAmount;
1510+
1511+
/// <remarks/>
1512+
[System.Xml.Serialization.XmlIgnoreAttribute()]
1513+
public bool originalAuthAmountSpecified;
1514+
1515+
/// <remarks/>
1516+
public string authorizationIndicator;
1517+
14921518
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
14931519

14941520
protected void RaisePropertyChanged(string propertyName) {
@@ -2272,6 +2298,9 @@ public partial class profileTransOrderType : profileTransAmountType {
22722298

22732299
/// <remarks/>
22742300
public subsequentAuthInformation subsequentAuthInformation;
2301+
2302+
/// <remarks/>
2303+
public authorizationIndicatorType authorizationIndicatorType;
22752304
}
22762305

22772306
/// <remarks/>
@@ -2331,6 +2360,13 @@ public partial class subsequentAuthInformation : object, System.ComponentModel.I
23312360
/// <remarks/>
23322361
public string originalNetworkTransId;
23332362

2363+
/// <remarks/>
2364+
public decimal originalAuthAmount;
2365+
2366+
/// <remarks/>
2367+
[System.Xml.Serialization.XmlIgnoreAttribute()]
2368+
public bool originalAuthAmountSpecified;
2369+
23342370
/// <remarks/>
23352371
public merchantInitTransReasonEnum reason;
23362372

@@ -2367,6 +2403,44 @@ public enum merchantInitTransReasonEnum {
23672403
noShow,
23682404
}
23692405

2406+
/// <remarks/>
2407+
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
2408+
[System.SerializableAttribute()]
2409+
[System.Diagnostics.DebuggerStepThroughAttribute()]
2410+
[System.ComponentModel.DesignerCategoryAttribute("code")]
2411+
[System.Xml.Serialization.XmlTypeAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")]
2412+
public partial class authorizationIndicatorType : object, System.ComponentModel.INotifyPropertyChanged {
2413+
2414+
/// <remarks/>
2415+
public authIndicatorEnum authorizationIndicator;
2416+
2417+
/// <remarks/>
2418+
[System.Xml.Serialization.XmlIgnoreAttribute()]
2419+
public bool authorizationIndicatorSpecified;
2420+
2421+
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
2422+
2423+
protected void RaisePropertyChanged(string propertyName) {
2424+
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
2425+
if ((propertyChanged != null)) {
2426+
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
2427+
}
2428+
}
2429+
}
2430+
2431+
/// <remarks/>
2432+
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
2433+
[System.SerializableAttribute()]
2434+
[System.Xml.Serialization.XmlTypeAttribute(Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")]
2435+
public enum authIndicatorEnum {
2436+
2437+
/// <remarks/>
2438+
pre,
2439+
2440+
/// <remarks/>
2441+
final,
2442+
}
2443+
23702444
/// <remarks/>
23712445
[System.Xml.Serialization.XmlIncludeAttribute(typeof(profileTransRefundType))]
23722446
[System.Xml.Serialization.XmlIncludeAttribute(typeof(profileTransPriorAuthCaptureType))]
@@ -2694,6 +2768,9 @@ public partial class transactionRequestType : object, System.ComponentModel.INot
26942768
/// <remarks/>
26952769
public nameAndAddressType shipFrom;
26962770

2771+
/// <remarks/>
2772+
public authorizationIndicatorType authorizationIndicatorType;
2773+
26972774
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
26982775

26992776
protected void RaisePropertyChanged(string propertyName) {
@@ -3415,6 +3492,16 @@ public partial class customerPaymentProfileMaskedType : customerPaymentProfileBa
34153492
/// <remarks/>
34163493
[System.Xml.Serialization.XmlArrayItemAttribute("subscriptionId", IsNullable=false)]
34173494
public string[] subscriptionIds;
3495+
3496+
/// <remarks/>
3497+
public string originalNetworkTransId;
3498+
3499+
/// <remarks/>
3500+
public decimal originalAuthAmount;
3501+
3502+
/// <remarks/>
3503+
[System.Xml.Serialization.XmlIgnoreAttribute()]
3504+
public bool originalAuthAmountSpecified;
34183505
}
34193506

34203507
/// <remarks/>
@@ -3468,6 +3555,9 @@ public partial class customerPaymentProfileType : customerPaymentProfileBaseType
34683555
/// <remarks/>
34693556
[System.Xml.Serialization.XmlIgnoreAttribute()]
34703557
public bool defaultPaymentProfileSpecified;
3558+
3559+
/// <remarks/>
3560+
public subsequentAuthInformation subsequentAuthInformation;
34713561
}
34723562

34733563
/// <remarks/>
@@ -6020,6 +6110,9 @@ public enum settingNameEnum {
60206110

60216111
/// <remarks/>
60226112
hostedProfileSaveButtonText,
6113+
6114+
/// <remarks/>
6115+
hostedPaymentVisaCheckoutOptions,
60236116
}
60246117

60256118
/// <remarks/>
@@ -6450,6 +6543,9 @@ public enum paymentMethodsTypeEnum {
64506543

64516544
/// <remarks/>
64526545
AndroidPay,
6546+
6547+
/// <remarks/>
6548+
GooglePay,
64536549
}
64546550

64556551
/// <remarks/>

0 commit comments

Comments
 (0)