Package com.lithic.api.models
Class Transaction.TransactionEvent.TransactionEventAmounts.Cardholder
-
- All Implemented Interfaces:
public final class Transaction.TransactionEvent.TransactionEventAmounts.Cardholder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTransaction.TransactionEvent.TransactionEventAmounts.Cardholder.BuilderA builder for Cardholder.
-
Method Summary
Modifier and Type Method Description final Longamount()Amount of the event in the cardholder billing currency. final StringconversionRate()Exchange rate used to convert the merchant amount to the cardholder billing amount. final Stringcurrency()3-character alphabetic ISO 4217 currency final JsonField<Long>_amount()Amount of the event in the cardholder billing currency. final JsonField<String>_conversionRate()Exchange rate used to convert the merchant amount to the cardholder billing amount. final JsonField<String>_currency()3-character alphabetic ISO 4217 currency final Map<String, JsonValue>_additionalProperties()final Transaction.TransactionEvent.TransactionEventAmounts.Cardholdervalidate()final Transaction.TransactionEvent.TransactionEventAmounts.Cardholder.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Transaction.TransactionEvent.TransactionEventAmounts.Cardholder.Builderbuilder()Returns a mutable builder for constructing an instance of Cardholder. -
-
Method Detail
-
conversionRate
final String conversionRate()
Exchange rate used to convert the merchant amount to the cardholder billing amount.
-
_conversionRate
final JsonField<String> _conversionRate()
Exchange rate used to convert the merchant amount to the cardholder billing amount.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Transaction.TransactionEvent.TransactionEventAmounts.Cardholder validate()
-
builder
final static Transaction.TransactionEvent.TransactionEventAmounts.Cardholder.Builder builder()
Returns a mutable builder for constructing an instance of Cardholder.
The following fields are required:
.amount() .conversionRate() .currency()
-
-
-
-