프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
BankAccount ( ) : System | ||
BankAccount ( string name, string accountNumber, string routingNumber, BankAccountType type ) : System | ||
CreateVerification ( ) : Status |
||
Credit ( int amount, string description = null ) : Status |
||
Credits ( int limit = 10, int offset ) : Status |
||
Delete ( ) : Status | ||
Verifications ( int limit = 10, int offset ) : Status |
public BankAccount ( string name, string accountNumber, string routingNumber, BankAccountType type ) : System | ||
name | string | |
accountNumber | string | |
routingNumber | string | |
type | BankAccountType | |
리턴 | System |
public Credit ( int amount, string description = null ) : Status |
||
amount | int | |
description | string | |
리턴 | Status |
public Credits ( int limit = 10, int offset ) : Status |
||
limit | int | |
offset | int | |
리턴 | Status |
public Verifications ( int limit = 10, int offset ) : Status |
||
limit | int | |
offset | int | |
리턴 | Status |