Create Passive Sell Offer Operation Response
@Serializable
@SerialName(value = "create_passive_sell_offer" )
Represents CreatePassiveSellOffer operation response.
See also
Constructors
Link copied to clipboard
constructor(id: String, sourceAccount: String, sourceAccountMuxed: String? = null, sourceAccountMuxedId: String? = null, pagingToken: String, createdAt: String, transactionHash: String, transactionSuccessful: Boolean, type: String, links: OperationResponse.Links, transaction: TransactionResponse? = null, offerId: Long, amount: String, price: String, priceR: Price, buyingAssetType: String, buyingAssetCode: String? = null, buyingAssetIssuer: String? = null, sellingAssetType: String, sellingAssetCode: String? = null, sellingAssetIssuer: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the paging token (cursor) for this response. This token can be used to fetch the next page of results or resume streaming.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard