DonationShoppingServiceCreateDonationApplication(ICustomerIdentity, DonationOption) Method

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

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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