C# 클래스 Recurly.Invoices

파일 보기 프로젝트 열기: recurly/recurly-client-net 1 사용 예제들

공개 메소드들

메소드 설명
Get ( int invoiceNumber ) : Invoice

Look up an Invoice.

Get ( string invoiceNumberWithPrefix ) : Invoice

Look up an Invoice.

List ( ) : RecurlyList
List ( Invoice state ) : RecurlyList
List ( string accountCode ) : RecurlyList

비공개 메소드들

메소드 설명
Create ( string accountCode ) : Invoice

메소드 상세

Get() 공개 정적인 메소드

Look up an Invoice.
public static Get ( int invoiceNumber ) : Invoice
invoiceNumber int Invoice Number
리턴 Invoice

Get() 공개 정적인 메소드

Look up an Invoice.
public static Get ( string invoiceNumberWithPrefix ) : Invoice
invoiceNumberWithPrefix string
리턴 Invoice

List() 공개 정적인 메소드

public static List ( ) : RecurlyList
리턴 RecurlyList

List() 공개 정적인 메소드

public static List ( Invoice state ) : RecurlyList
state Invoice
리턴 RecurlyList

List() 공개 정적인 메소드

public static List ( string accountCode ) : RecurlyList
accountCode string
리턴 RecurlyList