Class Card
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class Card : CardWithoutCvv
Properties
Cvv
Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.
Declaration
public string Cvv { get; set; }
Property Value
Type | Description |
---|---|
string |
PartialPin
The first 2 digits of the card's PIN code. May be optionally submitted for the following payment products:
- BC Card (paymentProductId 180)
- Hana Card (paymentProductId 181)
- Hyundai Card (paymentProductId 182)
- KB Card (paymentProductId 183)
- Lotte Card (paymentProductId 184)
- NH Card (paymentProductId 185)
- Samsung Card (paymentProductId 186)
- Shinhan Card (paymentProductId 187)
Declaration
public string PartialPin { get; set; }
Property Value
Type | Description |
---|---|
string |