Метод | Описание | |
---|---|---|
Create ( ) : void |
Creates an invoice, charge, and optionally account
|
|
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetInvoice ( ) : |
||
InvoiceNumberWithPrefix ( ) : string | ||
Refund ( int refund = null ) : void |
Refunds a transaction
|
|
ToString ( ) : string | ||
Transaction ( |
Creates a new transaction
|
|
Transaction ( string accountCode, int amountInCents, string currency ) : System |
Creates a new transaction
|
Метод | Описание | |
---|---|---|
ReadXml ( |
||
Transaction ( ) : System | ||
Transaction ( |
||
WriteXml ( |
public Equals ( |
||
transaction | ||
Результат | bool |
public InvoiceNumberWithPrefix ( ) : string | ||
Результат | string |
public Refund ( int refund = null ) : void | ||
refund | int | If present, the amount to refund. Otherwise it is a full refund. |
Результат | void |
public Transaction ( |
||
account | ||
amountInCents | int | |
currency | string | |
Результат | System |
public Transaction ( string accountCode, int amountInCents, string currency ) : System | ||
accountCode | string | |
amountInCents | int | |
currency | string | |
Результат | System |