Sep12

class Sep12

Functions

Link copied to clipboard
suspend fun add(sep9Info: Map<String, String>, memo: ULong? = null, type: String? = null): AddCustomerResponse

Create a new customer.

Link copied to clipboard
suspend fun delete(account: String = token.account, memo: ULong? = null)

Delete a customer using account address.

Link copied to clipboard
suspend fun get(id: String? = null, memo: ULong? = null, type: String? = null, lang: String? = null): GetCustomerResponse

Get customer information.

Link copied to clipboard
suspend fun update(sep9Info: Map<String, String>, id: String, type: String? = null, memo: ULong? = null): AddCustomerResponse

Update a customer.