CurrencyResponse
ZEPETO.Product.CurrencyResponse
The CurrencyResponse
class provides the API call result and the currency information.
Hierarchy
↳
CurrencyResponse
Constructors
constructor
• new CurrencyResponse()
Overrides
ProductBaseResponse.constructor
Properties
currency
• currency: CurrencyRecord
Currency information.
isSuccess
• isSuccess: boolean
Represents the success status of the request. Set to true upon successful completion.
Inherited from
message
• message: string
Describes the result of the request.
Inherited from
Accessors
ErrorCode
• get
ErrorCode(): ProductError
Retrieves the error code for a failed product request.
Returns
Inherited from
ProductBaseResponse.ErrorCode