Package tbdex.sdk.rust
Class OrderInstructionsDataData
-
- All Implemented Interfaces:
public final class OrderInstructionsDataData
-
-
Field Summary
Fields Modifier and Type Field Description private PaymentInstructionDatapayinprivate PaymentInstructionDatapayout
-
Constructor Summary
Constructors Constructor Description OrderInstructionsDataData(PaymentInstructionData payin, PaymentInstructionData payout)
-
Method Summary
Modifier and Type Method Description final PaymentInstructionDatagetPayin()final UnitsetPayin(PaymentInstructionData payin)final PaymentInstructionDatagetPayout()final UnitsetPayout(PaymentInstructionData payout)-
-
Constructor Detail
-
OrderInstructionsDataData
OrderInstructionsDataData(PaymentInstructionData payin, PaymentInstructionData payout)
-
-
Method Detail
-
getPayin
final PaymentInstructionData getPayin()
-
setPayin
final Unit setPayin(PaymentInstructionData payin)
-
getPayout
final PaymentInstructionData getPayout()
-
setPayout
final Unit setPayout(PaymentInstructionData payout)
-
-
-
-