C# 클래스 CRL.Account.Transaction

상속: IModelBase
파일 보기 프로젝트 열기: hubro-xx/CRL2

공개 프로퍼티들

프로퍼티 타입 설명
CheckBalance bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetReversal ( int accountId, int tradeType ) : ITransaction

生成反转流水 生成指定帐户和交易类型的反转流水

ToString ( ) : string

메소드 상세

GetReversal() 공개 메소드

生成反转流水 生成指定帐户和交易类型的反转流水
public GetReversal ( int accountId, int tradeType ) : ITransaction
accountId int
tradeType int
리턴 ITransaction

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CheckBalance 공개적으로 프로퍼티

是否检测余额
public bool CheckBalance
리턴 bool