Skip to content

Commit c4f612f

Browse files
authored
Merge pull request #144 from CyberSource/feb-release
feb-release
2 parents 9e9edb8 + 69d0902 commit c4f612f

File tree

305 files changed

+24972
-329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+24972
-329
lines changed

Api/PaymentsApi.cs

Lines changed: 268 additions & 0 deletions
Large diffs are not rendered by default.

Api/Push_FundsApi.cs

Lines changed: 578 additions & 0 deletions
Large diffs are not rendered by default.

Model/Invoicingv2invoicesOrderInformationAmountDetailsTaxDetails.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public partial class Invoicingv2invoicesOrderInformationAmountDetailsTaxDetails
3333
/// <summary>
3434
/// Initializes a new instance of the <see cref="Invoicingv2invoicesOrderInformationAmountDetailsTaxDetails" /> class.
3535
/// </summary>
36-
/// <param name="Type">Indicates the type of tax data for the _taxDetails_ object. Possible values: - &#x60;alternate&#x60; - &#x60;local&#x60; - &#x60;national&#x60; - &#x60;vat&#x60; - &#x60;other&#x60; For processor-specific details, see the &#x60;alternate_tax_amount&#x60;, &#x60;local_tax&#x60;, &#x60;national_tax&#x60; or &#x60;vat_tax_amount&#x60; field descriptions in [Level II and Level III Processing Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html/) .</param>
37-
/// <param name="Amount">Indicates the amount of tax based on the &#x60;type&#x60; field as described in the table below: | type | type description | | - -- -- -- -- -- -- |:- -- -- -- -- -- --:| | &#x60;alternate&#x60; | Total amount of alternate tax for the order. | | &#x60;local&#x60; | Sales tax for the order. | | &#x60;national&#x60; | National tax for the order. | | &#x60;vat&#x60; | Total amount of value added tax (VAT) included in the order. | | &#x60;other&#x60; | Other tax. | .</param>
36+
/// <param name="Type">Indicates the type of tax data for the _taxDetails_ object. Possible values: - &#x60;alternate&#x60; - &#x60;local&#x60; - &#x60;national&#x60; - &#x60;vat&#x60; - &#x60;other&#x60; - &#x60;green&#x60; For processor-specific details, see the &#x60;alternate_tax_amount&#x60;, &#x60;local_tax&#x60;, &#x60;national_tax&#x60; or &#x60;vat_tax_amount&#x60; field descriptions in [Level II and Level III Processing Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html/) .</param>
37+
/// <param name="Amount">Indicates the amount of tax based on the &#x60;type&#x60; field as described in the table below: | type | type description | | - -- -- -- -- -- -- |:- -- -- -- -- -- --:| | &#x60;alternate&#x60; | Total amount of alternate tax for the order. | | &#x60;local&#x60; | Sales tax for the order. | | &#x60;national&#x60; | National tax for the order. | | &#x60;vat&#x60; | Total amount of value added tax (VAT) included in the order. | | &#x60;other&#x60; | Other tax. | | &#x60;green&#x60; | Green tax amount for Korean Processing. | .</param>
3838
/// <param name="Rate">Rate of VAT or other tax for the order. Example 0.040 (&#x3D;4%) Valid range: 0.01 to 0.99 (1% to 99%, with only whole percentage values accepted; values with additional decimal places will be truncated) For processor-specific details, see the &#x60;alternate_tax_amount&#x60;, &#x60;vat_rate&#x60;, &#x60;vat_tax_rate&#x60;, &#x60;local_tax&#x60;, &#x60;national_tax&#x60;, &#x60;vat_tax_amount&#x60; or &#x60;other_tax#_rate&#x60; field descriptions in the [Level II and Level III Processing Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html/) .</param>
3939
public Invoicingv2invoicesOrderInformationAmountDetailsTaxDetails(string Type = default(string), string Amount = default(string), string Rate = default(string))
4040
{
@@ -44,16 +44,16 @@ public partial class Invoicingv2invoicesOrderInformationAmountDetailsTaxDetails
4444
}
4545

4646
/// <summary>
47-
/// Indicates the type of tax data for the _taxDetails_ object. Possible values: - &#x60;alternate&#x60; - &#x60;local&#x60; - &#x60;national&#x60; - &#x60;vat&#x60; - &#x60;other&#x60; For processor-specific details, see the &#x60;alternate_tax_amount&#x60;, &#x60;local_tax&#x60;, &#x60;national_tax&#x60; or &#x60;vat_tax_amount&#x60; field descriptions in [Level II and Level III Processing Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html/)
47+
/// Indicates the type of tax data for the _taxDetails_ object. Possible values: - &#x60;alternate&#x60; - &#x60;local&#x60; - &#x60;national&#x60; - &#x60;vat&#x60; - &#x60;other&#x60; - &#x60;green&#x60; For processor-specific details, see the &#x60;alternate_tax_amount&#x60;, &#x60;local_tax&#x60;, &#x60;national_tax&#x60; or &#x60;vat_tax_amount&#x60; field descriptions in [Level II and Level III Processing Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html/)
4848
/// </summary>
49-
/// <value>Indicates the type of tax data for the _taxDetails_ object. Possible values: - &#x60;alternate&#x60; - &#x60;local&#x60; - &#x60;national&#x60; - &#x60;vat&#x60; - &#x60;other&#x60; For processor-specific details, see the &#x60;alternate_tax_amount&#x60;, &#x60;local_tax&#x60;, &#x60;national_tax&#x60; or &#x60;vat_tax_amount&#x60; field descriptions in [Level II and Level III Processing Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html/) </value>
49+
/// <value>Indicates the type of tax data for the _taxDetails_ object. Possible values: - &#x60;alternate&#x60; - &#x60;local&#x60; - &#x60;national&#x60; - &#x60;vat&#x60; - &#x60;other&#x60; - &#x60;green&#x60; For processor-specific details, see the &#x60;alternate_tax_amount&#x60;, &#x60;local_tax&#x60;, &#x60;national_tax&#x60; or &#x60;vat_tax_amount&#x60; field descriptions in [Level II and Level III Processing Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html/) </value>
5050
[DataMember(Name="type", EmitDefaultValue=false)]
5151
public string Type { get; set; }
5252

5353
/// <summary>
54-
/// Indicates the amount of tax based on the &#x60;type&#x60; field as described in the table below: | type | type description | | - -- -- -- -- -- -- |:- -- -- -- -- -- --:| | &#x60;alternate&#x60; | Total amount of alternate tax for the order. | | &#x60;local&#x60; | Sales tax for the order. | | &#x60;national&#x60; | National tax for the order. | | &#x60;vat&#x60; | Total amount of value added tax (VAT) included in the order. | | &#x60;other&#x60; | Other tax. |
54+
/// Indicates the amount of tax based on the &#x60;type&#x60; field as described in the table below: | type | type description | | - -- -- -- -- -- -- |:- -- -- -- -- -- --:| | &#x60;alternate&#x60; | Total amount of alternate tax for the order. | | &#x60;local&#x60; | Sales tax for the order. | | &#x60;national&#x60; | National tax for the order. | | &#x60;vat&#x60; | Total amount of value added tax (VAT) included in the order. | | &#x60;other&#x60; | Other tax. | | &#x60;green&#x60; | Green tax amount for Korean Processing. |
5555
/// </summary>
56-
/// <value>Indicates the amount of tax based on the &#x60;type&#x60; field as described in the table below: | type | type description | | - -- -- -- -- -- -- |:- -- -- -- -- -- --:| | &#x60;alternate&#x60; | Total amount of alternate tax for the order. | | &#x60;local&#x60; | Sales tax for the order. | | &#x60;national&#x60; | National tax for the order. | | &#x60;vat&#x60; | Total amount of value added tax (VAT) included in the order. | | &#x60;other&#x60; | Other tax. | </value>
56+
/// <value>Indicates the amount of tax based on the &#x60;type&#x60; field as described in the table below: | type | type description | | - -- -- -- -- -- -- |:- -- -- -- -- -- --:| | &#x60;alternate&#x60; | Total amount of alternate tax for the order. | | &#x60;local&#x60; | Sales tax for the order. | | &#x60;national&#x60; | National tax for the order. | | &#x60;vat&#x60; | Total amount of value added tax (VAT) included in the order. | | &#x60;other&#x60; | Other tax. | | &#x60;green&#x60; | Green tax amount for Korean Processing. | </value>
5757
[DataMember(Name="amount", EmitDefaultValue=false)]
5858
public string Amount { get; set; }
5959

0 commit comments

Comments
 (0)