PrepaidCreditHelperCreatePrepaidCreditLine Method (Invoice, Account, IAtomiaBillingApi) |
Creates the prepaid credit line for invoice which should be discounted.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static InvoiceLine CreatePrepaidCreditLine(
Invoice invoice,
Account account,
IAtomiaBillingApi atomiaBillingApi
)
Public Shared Function CreatePrepaidCreditLine (
invoice As Invoice,
account As Account,
atomiaBillingApi As IAtomiaBillingApi
) As InvoiceLine
public:
static InvoiceLine^ CreatePrepaidCreditLine(
Invoice^ invoice,
Account^ account,
IAtomiaBillingApi^ atomiaBillingApi
)
static member CreatePrepaidCreditLine :
invoice : Invoice *
account : Account *
atomiaBillingApi : IAtomiaBillingApi -> InvoiceLine
Parameters
- invoice
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice. - account
- Type: Account
The account. - atomiaBillingApi
- Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.
Return Value
Type:
InvoiceLineCreated invoice line.
See Also