Created

data class Created(val transactionId: String, val paymentUrl: String) : CreatePayPoTransactionResult

Indicates that transaction was created. Display paymentUrl to finish payment. It is advised to use long polling mechanism to observe transaction state.

Constructors

Link copied to clipboard
fun Created(transactionId: String, paymentUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard