Created
data class Created(val transactionId: String, val paymentUrl: String) : CreateTransferTransactionResult
Indicates that transaction was created. Display paymentUrl to finish payment. It is advised to use long polling mechanism to observe transaction state.