Package tbdex.sdk.messages
Class RfqData
-
- All Implemented Interfaces:
public final class RfqDataRepresents the data of an RFQ.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringofferingIdprivate final SelectedPayinMethodpayinprivate final SelectedPayoutMethodpayoutprivate final StringclaimsHash
-
Constructor Summary
Constructors Constructor Description RfqData(String offeringId, SelectedPayinMethod payin, SelectedPayoutMethod payout, String claimsHash)
-
Method Summary
Modifier and Type Method Description final StringgetOfferingId()The ID of the offering the RFQ refers to. final SelectedPayinMethodgetPayin()The selected payin method. final SelectedPayoutMethodgetPayout()The selected payout method. final StringgetClaimsHash()The hash of the claims associated with the RFQ. -
-
Constructor Detail
-
RfqData
RfqData(String offeringId, SelectedPayinMethod payin, SelectedPayoutMethod payout, String claimsHash)
-
-
Method Detail
-
getOfferingId
final String getOfferingId()
The ID of the offering the RFQ refers to.
-
getPayin
final SelectedPayinMethod getPayin()
The selected payin method.
-
getPayout
final SelectedPayoutMethod getPayout()
The selected payout method.
-
getClaimsHash
final String getClaimsHash()
The hash of the claims associated with the RFQ.
-
-
-
-