Class GetDCCRateRequest
Inheritance
GetDCCRateRequest
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class GetDCCRateRequest
Properties
CardPaymentData
Declaration
public CardDataForDcc CardPaymentData { get; set; }
Property Value
OperationId
A unique identifier of the operation, generated by the client.
Declaration
public string OperationId { get; set; }
Property Value
PointOfSaleData
Declaration
public PointOfSaleDataForDcc PointOfSaleData { get; set; }
Property Value
RateReferenceId
The reference of a previously used rate
This can be used in case of refund if you want to use the same rate
as the original transaction.
Declaration
public string RateReferenceId { get; set; }
Property Value
TargetCurrency
The currency to convert to
Declaration
public string TargetCurrency { get; set; }
Property Value
Transaction
Declaration
public TransactionDataForDcc Transaction { get; set; }
Property Value