Class NetworkTotalListResponse
-
- All Implemented Interfaces:
public final class NetworkTotalListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNetworkTotalListResponse.BuilderA builder for NetworkTotalListResponse.
public final classNetworkTotalListResponse.Amountspublic final classNetworkTotalListResponse.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 NetworkTotalListResponse.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 NetworkTotalListResponse.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<NetworkTotalListResponse.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<NetworkTotalListResponse.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 NetworkTotalListResponsevalidate()final NetworkTotalListResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NetworkTotalListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of NetworkTotalListResponse. -
-
Method Detail
-
amounts
final NetworkTotalListResponse.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 NetworkTotalListResponse.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<NetworkTotalListResponse.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<NetworkTotalListResponse.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 NetworkTotalListResponse validate()
-
toBuilder
final NetworkTotalListResponse.Builder toBuilder()
-
builder
final static NetworkTotalListResponse.Builder builder()
Returns a mutable builder for constructing an instance of NetworkTotalListResponse.
The following fields are required:
.token() .amounts() .created() .currency() .institutionId() .network() .reportDate() .settlementInstitutionId() .settlementService() .updated()
-
-
-
-