Package com.lithic.api.models
Class Transaction.TransactionAmounts.Merchant
-
- All Implemented Interfaces:
public final class Transaction.TransactionAmounts.Merchant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTransaction.TransactionAmounts.Merchant.BuilderA builder for Merchant.
-
Method Summary
Modifier and Type Method Description final Longamount()The settled amount of the transaction in the merchant currency. final Stringcurrency()3-character alphabetic ISO 4217 currency final JsonField<Long>_amount()Returns the raw JSON value of amount. final JsonField<String>_currency()Returns the raw JSON value of currency. final Map<String, JsonValue>_additionalProperties()final Transaction.TransactionAmounts.Merchant.BuildertoBuilder()final Transaction.TransactionAmounts.Merchantvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Transaction.TransactionAmounts.Merchant.Builderbuilder()Returns a mutable builder for constructing an instance of Merchant. -
-
Method Detail
-
_amount
final JsonField<Long> _amount()
Returns the raw JSON value of amount.
Unlike amount, this method doesn't throw if the JSON field has an unexpected type.
-
_currency
final JsonField<String> _currency()
Returns the raw JSON value of currency.
Unlike currency, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Transaction.TransactionAmounts.Merchant.Builder toBuilder()
-
validate
final Transaction.TransactionAmounts.Merchant validate()
-
builder
final static Transaction.TransactionAmounts.Merchant.Builder builder()
Returns a mutable builder for constructing an instance of Merchant.
The following fields are required:
.amount() .currency()
-
-
-
-