Click or drag to resize

IAtomiaBillingApiCreatePayment Method

Creates the payments.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void CreatePayment(
	Guid accountId,
	IEnumerable<Payment> payments
)

Parameters

accountId
Type: SystemGuid
The account id which creates the payment.
payments
Type: System.Collections.GenericIEnumerablePayment
The payments.
See Also