Class NetworkTotalRetrieveResponse
-
- All Implemented Interfaces:
public final class NetworkTotalRetrieveResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNetworkTotalRetrieveResponse.BuilderA builder for NetworkTotalRetrieveResponse.
public final classNetworkTotalRetrieveResponse.Amountspublic final classNetworkTotalRetrieveResponse.NetworkCard network where the transaction took place. VISA, MASTERCARD, MAESTRO, or INTERLINK.
-
Method Summary
Modifier and Type Method Description final Stringtoken()Globally unique identifier. final NetworkTotalRetrieveResponse.Amountsamounts()final OffsetDateTimecreated()RFC 3339 timestamp for when the record was created. final Stringcurrency()3-character alphabetic ISO 4217 code. final StringinstitutionId()The institution that activity occurred on. final NetworkTotalRetrieveResponse.Networknetwork()Card network where the transaction took place. final LocalDatereportDate()Date that the network total record applies to. final StringsettlementInstitutionId()The institution responsible for settlement. final StringsettlementService()Settlement service. final OffsetDateTimeupdated()RFC 3339 timestamp for when the record was last updated. final Optional<Long>cycle()The clearing cycle that the network total record applies to. final JsonField<String>_token()Globally unique identifier. final JsonField<NetworkTotalRetrieveResponse.Amounts>_amounts()final JsonField<OffsetDateTime>_created()RFC 3339 timestamp for when the record was created. final JsonField<String>_currency()3-character alphabetic ISO 4217 code. final JsonField<String>_institutionId()The institution that activity occurred on. final JsonField<NetworkTotalRetrieveResponse.Network>_network()Card network where the transaction took place. final JsonField<LocalDate>_reportDate()Date that the network total record applies to. final JsonField<String>_settlementInstitutionId()The institution responsible for settlement. final JsonField<String>_settlementService()Settlement service. final JsonField<OffsetDateTime>_updated()RFC 3339 timestamp for when the record was last updated. final JsonField<Long>_cycle()The clearing cycle that the network total record applies to. final Map<String, JsonValue>_additionalProperties()final NetworkTotalRetrieveResponsevalidate()final NetworkTotalRetrieveResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NetworkTotalRetrieveResponse.Builderbuilder()Returns a mutable builder for constructing an instance of NetworkTotalRetrieveResponse. -
-
Method Detail
-
amounts
final NetworkTotalRetrieveResponse.Amounts amounts()
-
created
final OffsetDateTime created()
RFC 3339 timestamp for when the record was created. UTC time zone.
-
institutionId
final String institutionId()
The institution that activity occurred on. For Mastercard: ICA (Interbank Card Association). For Maestro: institution ID. For Visa: lowest level SRE (Settlement Reporting Entity).
-
network
final NetworkTotalRetrieveResponse.Network network()
Card network where the transaction took place. VISA, MASTERCARD, MAESTRO, or INTERLINK.
-
reportDate
final LocalDate reportDate()
Date that the network total record applies to. YYYY-MM-DD format.
-
settlementInstitutionId
final String settlementInstitutionId()
The institution responsible for settlement. For Mastercard: same as
institution_id. For Maestro: billing ICA. For Visa: Funds Transfer SRE (FTSRE).
-
settlementService
final String settlementService()
Settlement service.
-
updated
final OffsetDateTime updated()
RFC 3339 timestamp for when the record was last updated. UTC time zone.
-
cycle
final Optional<Long> cycle()
The clearing cycle that the network total record applies to. Mastercard only.
-
_amounts
final JsonField<NetworkTotalRetrieveResponse.Amounts> _amounts()
-
_created
final JsonField<OffsetDateTime> _created()
RFC 3339 timestamp for when the record was created. UTC time zone.
-
_institutionId
final JsonField<String> _institutionId()
The institution that activity occurred on. For Mastercard: ICA (Interbank Card Association). For Maestro: institution ID. For Visa: lowest level SRE (Settlement Reporting Entity).
-
_network
final JsonField<NetworkTotalRetrieveResponse.Network> _network()
Card network where the transaction took place. VISA, MASTERCARD, MAESTRO, or INTERLINK.
-
_reportDate
final JsonField<LocalDate> _reportDate()
Date that the network total record applies to. YYYY-MM-DD format.
-
_settlementInstitutionId
final JsonField<String> _settlementInstitutionId()
The institution responsible for settlement. For Mastercard: same as
institution_id. For Maestro: billing ICA. For Visa: Funds Transfer SRE (FTSRE).
-
_settlementService
final JsonField<String> _settlementService()
Settlement service.
-
_updated
final JsonField<OffsetDateTime> _updated()
RFC 3339 timestamp for when the record was last updated. UTC time zone.
-
_cycle
final JsonField<Long> _cycle()
The clearing cycle that the network total record applies to. Mastercard only.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final NetworkTotalRetrieveResponse validate()
-
toBuilder
final NetworkTotalRetrieveResponse.Builder toBuilder()
-
builder
final static NetworkTotalRetrieveResponse.Builder builder()
Returns a mutable builder for constructing an instance of NetworkTotalRetrieveResponse.
The following fields are required:
.token() .amounts() .created() .currency() .institutionId() .network() .reportDate() .settlementInstitutionId() .settlementService() .updated()
-
-
-
-