Package tbdex.sdk.messages
Class CreateRfqData
-
- All Implemented Interfaces:
public final class CreateRfqData
-
-
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()final CreateSelectedPayinMethodgetPayin()final CreateSelectedPayoutMethodgetPayout()final List<String>getClaims()-
-
Constructor Detail
-
CreateRfqData
CreateRfqData(String offeringId, CreateSelectedPayinMethod payin, CreateSelectedPayoutMethod payout, List<String> claims)
-
-
Method Detail
-
getOfferingId
final String getOfferingId()
-
getPayin
final CreateSelectedPayinMethod getPayin()
-
getPayout
final CreateSelectedPayoutMethod getPayout()
-
-
-
-