diff --git a/Model/PtsV2PaymentsCapturesPost201ResponseOrderInformationInvoiceDetails.cs b/Model/PtsV2PaymentsCapturesPost201ResponseOrderInformationInvoiceDetails.cs index 5d4be738..fe0cdca3 100644 --- a/Model/PtsV2PaymentsCapturesPost201ResponseOrderInformationInvoiceDetails.cs +++ b/Model/PtsV2PaymentsCapturesPost201ResponseOrderInformationInvoiceDetails.cs @@ -34,17 +34,17 @@ public partial class PtsV2PaymentsCapturesPost201ResponseOrderInformationInvoice /// Initializes a new instance of the class. /// /// Indicates whether CyberSource sent the Level III information to the processor. The possible values are: If your account is not enabled for Level III data or if you did not include the purchasing level field in your request, CyberSource does not include the Level III data in the request sent to the processor. Possible values: - **true** - **false** . - public PtsV2PaymentsCapturesPost201ResponseOrderInformationInvoiceDetails(bool? Level3TransmissionStatus = default(bool?)) + public PtsV2PaymentsCapturesPost201ResponseOrderInformationInvoiceDetails(string Level3TransmissionStatus = default(string)) { this.Level3TransmissionStatus = Level3TransmissionStatus; } /// - /// Indicates whether CyberSource sent the Level III information to the processor. The possible values are: If your account is not enabled for Level III data or if you did not include the purchasing level field in your request, CyberSource does not include the Level III data in the request sent to the processor. Possible values: - **true** - **false** + /// Indicates whether CyberSource sent the Level III information to the processor. The possible values are: If your account is not enabled for Level III data or if you did not include the purchasing level field in your request, CyberSource does not include the Level III data in the request sent to the processor. Possible values: - **Y** - **N** /// - /// Indicates whether CyberSource sent the Level III information to the processor. The possible values are: If your account is not enabled for Level III data or if you did not include the purchasing level field in your request, CyberSource does not include the Level III data in the request sent to the processor. Possible values: - **true** - **false** + /// Indicates whether CyberSource sent the Level III information to the processor. The possible values are: If your account is not enabled for Level III data or if you did not include the purchasing level field in your request, CyberSource does not include the Level III data in the request sent to the processor. Possible values: - **Y** - **N** [DataMember(Name="level3TransmissionStatus", EmitDefaultValue=false)] - public bool? Level3TransmissionStatus { get; set; } + public string Level3TransmissionStatus { get; set; } /// /// Returns the string presentation of the object diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 744846ad..1146a380 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.0.1.38")] -[assembly: AssemblyFileVersion("0.0.1.38")] +[assembly: AssemblyVersion("0.0.1.39")] +[assembly: AssemblyFileVersion("0.0.1.39")]