프로퍼티 | 타입 | 설명 | |
---|---|---|---|
amount | int | ||
authenticated | bool | ||
description | string | ||
receiver | UUID | ||
sender | UUID | ||
transactiontype | int |
메소드 | 설명 | |
---|---|---|
MoneyTransferArgs ( UUID asender, UUID areceiver, int aamount, int atransactiontype, string adescription ) : System |
public MoneyTransferArgs ( UUID asender, UUID areceiver, int aamount, int atransactiontype, string adescription ) : System | ||
asender | UUID | |
areceiver | UUID | |
aamount | int | |
atransactiontype | int | |
adescription | string | |
리턴 | System |