Class CardOnFileData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class CardOnFileData
Properties
InitialCardOnFileData
When card data is stored you need to flag its purpose using transactionType
and the intended futureUse
of the card data.
Declaration
public InitialCardOnFileData InitialCardOnFileData { get; set; }
Property Value
Type | Description |
---|---|
InitialCardOnFileData |
IsInitialTransaction
Indicate whether this is the initial Card on File transaction or not
Declaration
public bool? IsInitialTransaction { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SubsequentCardOnFileData
When you are using stored card you need to again specify the transactionType
. All values are supported when the MERCHANT is
the initiator of the transaction. When the CARDHOLDER is the initiator of the transaction, only UNSCHEDULED_CARD_ON_FILE
is
supported. For all cases when the MERCHANT is the initiator of the transaction, the initialSchemeTransactionId
property
is mandatory.
Declaration
public SubsequentCardOnFileData SubsequentCardOnFileData { get; set; }
Property Value
Type | Description |
---|---|
SubsequentCardOnFileData |