Метод | Описание | |
---|---|---|
Create ( string accountCode ) : void |
Post an invoice on an account using it's pending charges
|
|
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetOriginalInvoice ( ) : |
||
GetPdf ( string acceptLanguage = "en-US" ) : byte[] |
Returns a PDF representation of an invoice
|
|
GetRedemption ( ) : |
Returns the active coupon redemption on this invoice
|
|
GetRedemptions ( ) : RecurlyList |
||
Invoice ( ) : System | ||
InvoiceNumberWithPrefix ( ) : string | ||
MarkFailed ( ) : void |
Marks an invoice as failed collection
|
|
MarkSuccessful ( ) : void |
Marks an invoice as paid successfully
|
|
OriginalInvoiceNumberWithPrefix ( ) : string | ||
Preview ( string accountCode ) : void |
Preview an invoice on an account using it's pending charges
|
|
Refund ( |
If enabled, allows specific line items and/or quantities to be refunded.
|
|
Refund ( IEnumerable |
||
RefundAmount ( int amountInCents, RefundOrderPriority refundPriority = RefundOrderPriority.Credit ) : |
||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Invoice ( |
||
ReadXml ( |
||
WriteXml ( |
||
memberUrl ( ) : string |
public Create ( string accountCode ) : void | ||
accountCode | string | |
Результат | void |
public GetPdf ( string acceptLanguage = "en-US" ) : byte[] | ||
acceptLanguage | string | Language for invoice, defaults to en-US. |
Результат | byte[] |
public GetRedemption ( ) : |
||
Результат |
public InvoiceNumberWithPrefix ( ) : string | ||
Результат | string |
public OriginalInvoiceNumberWithPrefix ( ) : string | ||
Результат | string |
public Preview ( string accountCode ) : void | ||
accountCode | string | |
Результат | void |
public Refund ( |
||
adjustment | ||
prorate | bool | |
quantity | int | |
refundPriority | RefundOrderPriority | |
Результат |
public Refund ( IEnumerable |
||
adjustments | IEnumerable |
|
prorate | bool | |
quantity | int | |
refundPriority | RefundOrderPriority | |
Результат |
public RefundAmount ( int amountInCents, RefundOrderPriority refundPriority = RefundOrderPriority.Credit ) : |
||
amountInCents | int | |
refundPriority | RefundOrderPriority | |
Результат |