IReconciliationLineItemCollection |
IInvoice.by(BillingProvider provider,
InvoiceLineItemType invoiceLineItemType,
String currencyCode,
BillingPeriod period) |
Creates an invoice line item collection operations given a billing provider and invoice line item type.
|
IReconciliationLineItemCollection |
IInvoice.by(BillingProvider provider,
InvoiceLineItemType invoiceLineItemType,
String currencyCode,
BillingPeriod period,
int pageSize) |
Creates an invoice line item collection operations given a billing provider and invoice line item type.
|
IReconciliationLineItemCollection |
InvoiceOperations.by(BillingProvider provider,
InvoiceLineItemType invoiceLineItemType,
String currencyCode,
BillingPeriod period) |
Creates an invoice line item collection operations given a billing provider and invoice line item type.
|
IReconciliationLineItemCollection |
InvoiceOperations.by(BillingProvider provider,
InvoiceLineItemType invoiceLineItemType,
String currencyCode,
BillingPeriod period,
int pageSize) |
Creates an invoice line item collection operations given a billing provider and invoice line item type.
|