Class CardPaymentDataForBalanceInquiry
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class CardPaymentDataForBalanceInquiry
Properties
Brand
The card brand
Declaration
public string Brand { get; set; }
Property Value
Type | Description |
---|---|
string |
BrandSelector
The party responsible for the brand selection.
Declaration
public string BrandSelector { get; set; }
Property Value
Type | Description |
---|---|
string |
CardData
Card data in plain text
Declaration
public PlainCardData CardData { get; set; }
Property Value
Type | Description |
---|---|
PlainCardData |
CardEntryMode
Card entry mode used in the transaction
Declaration
public string CardEntryMode { get; set; }
Property Value
Type | Description |
---|---|
string |
CardholderVerificationMethod
Cardholder verification method used in the transaction
Declaration
public string CardholderVerificationMethod { get; set; }
Property Value
Type | Description |
---|---|
string |
EcommerceData
Request data for eCommerce transactions
Declaration
public ECommerceData EcommerceData { get; set; }
Property Value
Type | Description |
---|---|
ECommerceData |
PointOfSaleData
Request data for Point Of Sale (POS) or "in person" Transaction
Declaration
public PointOfSaleData PointOfSaleData { get; set; }
Property Value
Type | Description |
---|---|
PointOfSaleData |
WalletId
Type of wallet, values are assigned by card schemes, e.g.
- 101 for MasterPass in eCommerce
- 102 for MasterPass NFC
- 103 for Apple Pay
- 216 for Google Pay
- 217 for Samsung Pay
- 327 to indicate the usage of Network tokens in the transaction
Declaration
public string WalletId { get; set; }
Property Value
Type | Description |
---|---|
string |