class Veritrans::Tercerog::Mdk::FraudDetectionTotalDto
不正検知合計金額Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
amount()
click to toggle source
amount=(amount)
click to toggle source
currency_code()
click to toggle source
currency_code=(currency_code)
click to toggle source
通貨コードを設定する¶ ↑
- @param
-
#currency_code 通貨コード
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_total_dto.rb, line 43 def currency_code=(currency_code) @currency_code = currency_code end