Class CardPaymentDataForRefund
Inheritance
CardPaymentDataForRefund
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class CardPaymentDataForRefund
Properties
Brand
Declaration
public string Brand { get; set; }
Property Value
BrandSelector
The party responsible for the brand selection.
Declaration
public string BrandSelector { get; set; }
Property Value
CaptureImmediately
If true the transaction will be authorized and captured immediately
Declaration
public bool? CaptureImmediately { get; set; }
Property Value
CardData
Declaration
public PlainCardData CardData { get; set; }
Property Value
CardEntryMode
Card entry mode used in the transaction
Declaration
public string CardEntryMode { get; set; }
Property Value
CardholderVerificationMethod
Cardholder verification method used in the transaction
Declaration
public string CardholderVerificationMethod { get; set; }
Property Value
NetworkTokenData
Declaration
public NetworkTokenData NetworkTokenData { get; set; }
Property Value
PointOfSaleData
Request data for Point Of Sale (POS) or "in person" Transaction
Declaration
public PointOfSaleData PointOfSaleData { get; set; }
Property Value
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