Class NetworkTotalRetrieveResponse.Amounts.Builder
-
- All Implemented Interfaces:
public final class NetworkTotalRetrieveResponse.Amounts.BuilderA builder for Amounts.
-
-
Method Summary
-
-
Method Detail
-
grossSettlement
final NetworkTotalRetrieveResponse.Amounts.Builder grossSettlement(Long grossSettlement)
Total settlement amount excluding interchange, in currency's smallest unit.
-
grossSettlement
final NetworkTotalRetrieveResponse.Amounts.Builder grossSettlement(JsonField<Long> grossSettlement)
Sets Builder.grossSettlement to an arbitrary JSON value.
You should usually call Builder.grossSettlement with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
interchangeFees
final NetworkTotalRetrieveResponse.Amounts.Builder interchangeFees(Long interchangeFees)
Interchange amount, in currency's smallest unit.
-
interchangeFees
final NetworkTotalRetrieveResponse.Amounts.Builder interchangeFees(JsonField<Long> interchangeFees)
Sets Builder.interchangeFees to an arbitrary JSON value.
You should usually call Builder.interchangeFees with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
netSettlement
final NetworkTotalRetrieveResponse.Amounts.Builder netSettlement(Long netSettlement)
gross_settlementnet ofinterchange_feesandvisa_charges(if applicable), in currency's smallest unit.
-
netSettlement
final NetworkTotalRetrieveResponse.Amounts.Builder netSettlement(JsonField<Long> netSettlement)
Sets Builder.netSettlement to an arbitrary JSON value.
You should usually call Builder.netSettlement with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
visaCharges
final NetworkTotalRetrieveResponse.Amounts.Builder visaCharges(Long visaCharges)
Charges specific to Visa/Interlink, in currency's smallest unit.
-
visaCharges
final NetworkTotalRetrieveResponse.Amounts.Builder visaCharges(JsonField<Long> visaCharges)
Sets Builder.visaCharges to an arbitrary JSON value.
You should usually call Builder.visaCharges with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final NetworkTotalRetrieveResponse.Amounts.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final NetworkTotalRetrieveResponse.Amounts.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final NetworkTotalRetrieveResponse.Amounts.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final NetworkTotalRetrieveResponse.Amounts.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final NetworkTotalRetrieveResponse.Amounts.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final NetworkTotalRetrieveResponse.Amounts build()
Returns an immutable instance of Amounts.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.grossSettlement() .interchangeFees() .netSettlement()
-
-
-
-