共用方式為


AmountWithExchangeRate interface

匯率金額。

Extends

屬性

exchangeRate

匯率。 注意:這個屬性不會串行化。 它只能由伺服器填入。

exchangeRateMonth

匯率月份。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

currency

金額貨幣。 注意:這個屬性不會串行化。 它只能由伺服器填入。

value

量。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

exchangeRate

匯率。 注意:這個屬性不會串行化。 它只能由伺服器填入。

exchangeRate?: number

屬性值

number

exchangeRateMonth

匯率月份。 注意:這個屬性不會串行化。 它只能由伺服器填入。

exchangeRateMonth?: number

屬性值

number

繼承的屬性詳細資料

currency

金額貨幣。 注意:這個屬性不會串行化。 它只能由伺服器填入。

currency?: string

屬性值

string

繼承自Amount.currency

value

量。 注意:這個屬性不會串行化。 它只能由伺服器填入。

value?: number

屬性值

number

繼承自Amount.value