Class TransactionDataForDcc
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class TransactionDataForDcc
Properties
Amount
Amount for the operation.
Declaration
public AmountData Amount { get; set; }
Property Value
Type | Description |
---|---|
AmountData |
TransactionTimestamp
The date and time of the transaction
Declaration
public DateTimeOffset TransactionTimestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
TransactionType
The transaction type
Declaration
public string TransactionType { get; set; }
Property Value
Type | Description |
---|---|
string |