C# Class Recurly.BillingInfo

ファイルを表示 Open project: recurly/recurly-client-net Class Usage Examples

Public Methods

Method Description
BillingInfo ( Account account ) : System
Create ( ) : void

Update an account's billing info in Recurly

Equals ( BillingInfo billingInfo ) : bool
Equals ( object obj ) : bool
Get ( string accountCode ) : BillingInfo

Lookup a Recurly account's billing info

GetHashCode ( ) : int
ToString ( ) : string
Update ( ) : void

Update an account's billing info in Recurly

Private Methods

Method Description
BillingInfo ( ) : System
BillingInfo ( string accountCode ) : System
BillingInfoUrl ( string accountCode ) : string
ReadXml ( XmlTextReader reader ) : void
WriteXml ( XmlTextWriter xmlWriter ) : void

Method Details

BillingInfo() public method

public BillingInfo ( Account account ) : System
account Account
return System

Create() public method

Update an account's billing info in Recurly
public Create ( ) : void
return void

Equals() public method

public Equals ( BillingInfo billingInfo ) : bool
billingInfo BillingInfo
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Get() public static method

Lookup a Recurly account's billing info
public static Get ( string accountCode ) : BillingInfo
accountCode string
return BillingInfo

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Update() public method

Update an account's billing info in Recurly
public Update ( ) : void
return void