ZKExchangeStatus

Objective-C

@interface ZKExchangeStatus : NSObject

Swift

class ZKExchangeStatus : NSObject

Exchange status, for example ‘PENDING’.

Once exchange is submitted it has to be confirmed. Once exchange is confirmed its status will change from pending to confirmed.

See Make Exchanges guide for details.