Class TransferInfo

TransferInfo class

이 클래스는 이체의 일부인 계좌, 이체 금액 및 이체 날짜를 식별합니다.

public class TransferInfo

생성자

이름설명
TransferInfo()의 새 인스턴스를 초기화합니다.TransferInfo 클래스.

속성

이름설명
AccountFrom { get; set; }에서 가져오거나 설정합니다.BankAccount 또는CreditCardAccount 또는LoanAccount .
AccountTo { get; set; }를 가져오거나 설정합니다.BankAccount 또는CreditCardAccount 또는LoanAccount .
DateDue { get; set; }전송이 전송될 날짜를 가져오거나 설정합니다.
LoanTransactionAmount { get; set; }가져오거나 설정합니다.LoanTransactionAmount .
TransferAmount { get; set; }transfer 의 금액을 가져오거나 설정합니다.

또한보십시오