PaymentOperationResponse

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, amount: String, assetType: String, assetCode: String? = null, assetIssuer: String? = null, from: String, fromMuxed: String? = null, fromMuxedId: String? = null, to: String, toMuxed: String? = null, toMuxedId: String? = null)