API Reference
Class
EmvCoMerchant
EMVCo merchant-presented payment payload.
Inheritance
- Object
- EmvCoMerchant
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method EmvCoMerchant.<Clone>$
Constructors
public EmvCoMerchant(String PayloadFormatIndicator, String MerchantCategoryCode, String TransactionCurrency, Nullable<Decimal> TransactionAmount, String CountryCode, String MerchantName, String MerchantCity, IReadOnlyDictionary<String, String> Fields, Boolean CrcValid) #EMVCo merchant-presented payment payload.
Parameters
- PayloadFormatIndicator System.String
- MerchantCategoryCode System.String
- TransactionCurrency System.String
- TransactionAmount System.Nullable{System.Decimal}
- CountryCode System.String
- MerchantName System.String
- MerchantCity System.String
- Fields System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}
- CrcValid System.Boolean
Methods
public EmvCoMerchant <Clone>$() #Returns:
EmvCoMerchantpublic Void Deconstruct(out String PayloadFormatIndicator, out String MerchantCategoryCode, out String TransactionCurrency, out Nullable<Decimal> TransactionAmount, out String CountryCode, out String MerchantName, out String MerchantCity, out IReadOnlyDictionary<String, String> Fields, out Boolean CrcValid) #Returns:
VoidParameters
- PayloadFormatIndicator String
- MerchantCategoryCode String
- TransactionCurrency String
- TransactionAmount Nullable<Decimal>
- CountryCode String
- MerchantName String
- MerchantCity String
- Fields IReadOnlyDictionary<String, String>
- CrcValid Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String PayloadFormatIndicator { get; set; } #public String MerchantCategoryCode { get; set; } #public String TransactionCurrency { get; set; } #public Nullable<Decimal> TransactionAmount { get; set; } #public String CountryCode { get; set; } #public String MerchantName { get; set; } #public String MerchantCity { get; set; } #public IReadOnlyDictionary<String, String> Fields { get; set; } #public Boolean CrcValid { get; set; } #