Package tbdex.sdk.messages
Class CreateRfqData
-
- All Implemented Interfaces:
public final class CreateRfqDataRepresents the data required to create an RFQ.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringofferingIdprivate final CreateSelectedPayinMethodpayinprivate final CreateSelectedPayoutMethodpayoutprivate final List<String>claims
-
Constructor Summary
Constructors Constructor Description CreateRfqData(String offeringId, CreateSelectedPayinMethod payin, CreateSelectedPayoutMethod payout, List<String> claims)
-
Method Summary
Modifier and Type Method Description final StringgetOfferingId()The ID of the offering the RFQ refers to. final CreateSelectedPayinMethodgetPayin()The selected payin method. final CreateSelectedPayoutMethodgetPayout()The selected payout method. final List<String>getClaims()A list of claim strings associated with the RFQ. -
-
Constructor Detail
-
CreateRfqData
CreateRfqData(String offeringId, CreateSelectedPayinMethod payin, CreateSelectedPayoutMethod payout, List<String> claims)
-
-
Method Detail
-
getOfferingId
final String getOfferingId()
The ID of the offering the RFQ refers to.
-
getPayin
final CreateSelectedPayinMethod getPayin()
The selected payin method.
-
getPayout
final CreateSelectedPayoutMethod getPayout()
The selected payout method.
-
-
-
-