C# 클래스 BalancedSharp.BankAccount

상속: IBalancedServiceObject
파일 보기 프로젝트 열기: rentler/BalancedSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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>

메소드 상세

BankAccount() 공개 메소드

public BankAccount ( ) : System
리턴 System

BankAccount() 공개 메소드

public BankAccount ( string name, string accountNumber, string routingNumber, BankAccountType type ) : System
name string
accountNumber string
routingNumber string
type BankAccountType
리턴 System

CreateVerification() 공개 메소드

public CreateVerification ( ) : Status
리턴 Status

Credit() 공개 메소드

public Credit ( int amount, string description = null ) : Status
amount int
description string
리턴 Status

Credits() 공개 메소드

public Credits ( int limit = 10, int offset ) : Status>
limit int
offset int
리턴 Status>

Delete() 공개 메소드

public Delete ( ) : Status
리턴 Status

Verifications() 공개 메소드

public Verifications ( int limit = 10, int offset ) : Status>
limit int
offset int
리턴 Status>