Skip to main content

CurrencyListResponse

ZEPETO.Product.CurrencyListResponse

The CurrencyListResponse class provides the API call result and the currency information list.

Hierarchy

Constructors

constructor

new CurrencyListResponse()

Overrides

ProductBaseResponse.constructor

Properties

currencies

currencies: CurrencyRecord[]

List of currency information.


isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

ProductBaseResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

ProductBaseResponse.message

Accessors

ErrorCode

get ErrorCode(): ProductError

Retrieves the error code for a failed product request.

Returns

ProductError

Inherited from

ProductBaseResponse.ErrorCode