Class AmountBreakdownData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class AmountBreakdownData
Properties
CashbackAmount
Optional amount of cashback for card-present transactions.
The amount specified is included in the total transactionamount, the information is provided
for data enrichment and reconciliation purposes.
Only supported in some regions with restrictions, depending on local regulation and card scheme rules.
Please check with your Worldline contact if you are allowed to use this field.
Declaration
public AmountData CashbackAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| AmountData |
TipAmount
Optional amount of tip.
The amount specified is included in the total transactionamount, the information is provided
for data enrichment and reconciliation purposes.
Declaration
public AmountData TipAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| AmountData |