Level2 Property
Specifies Level 2 (purchasing card information).
Syntax
[VB.NET] Public Property Level2 As FDMSRcLevel2
[C#] public FDMSRcLevel2 Level2 {get; set;}
Remarks
This property specifies Level 2 (purchasing card information).
The values required for Level 2 transaction depend on the card type. The following tables indicate which properties are valid for what card type:
American Express
- CustomerReferenceNumber (required if TaxAmount specified)
- DestinationPostalCode (required)
- DiscountAmount (required if discount applied)
- DutyAmount (required if duty amount applied)
- FreightAmount (required if freight amount applied)
- ProductDescription (required)
- PurchaseIdentifier (required)
- MerchantTaxId
- ShipFromPostalCode
- TaxAmount
- TaxIndicator
- CustomerReferenceNumber (required if TaxAmount specified)
- DiscountAmount (required if discount applied)
- DutyAmount (required if duty amount applied)
- FreightAmount (required if freight amount applied)
- PurchaseIdentifier (required)
- TaxAmount (required if TaxIndicator indicates tax is applied)
- TaxIndicator (required)
- DestinationPostalCode
- ShipFromPostalCode
- MerchantTaxId
- CustomerReferenceNumber (required if TaxAmount specified)
- DiscountAmount (required if discount applied)
- DutyAmount (required if duty amount applied)
- FreightAmount (required if freight amount applied)
- MerchantTaxId (required)
- PurchaseIdentifier (required)
- TaxAmount (required if TaxIndicator indicates tax is applied)
- TaxIndicator (required)
- DestinationPostalCode
- ShipFromPostalCode