Click or drag to resize

DonationShoppingServiceCreateDonationApplication(ICustomerIdentity, DonationOption) Method

Generates a donation application for a given customer, will the most commonly used defaults already filled in

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public DonorApplication CreateDonationApplication(
	ICustomerIdentity customer,
	DonationOption donationOption
)

Parameters

customer  ICustomerIdentity
The customer to generate the application for
donationOption  DonationOption
A donation option, selected from the Fund that the customer wishes to donate to

Return Value

DonorApplication
The requested application
See Also