SettleResponse

@JsonSerializable
data class SettleResponse(val success: Boolean, val errorReason: String? = null, val transaction: TransactionHash? = null, val network: PaymentNetwork? = null, val payer: WalletAddress? = null)(source)

Constructors

Link copied to clipboard
constructor(success: Boolean, errorReason: String? = null, transaction: TransactionHash? = null, network: PaymentNetwork? = null, payer: WalletAddress? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard