Transactions CreatePaymentArgs Method

Creates an argument object that can be passed to RecordDonation() method that is optionally pre-filled with the current user's biographical data. Provides a convenience for offering payment forms pre-loaded with current user's name and address.

Note: This API is now obsolete.

Namespace: BBNCExtensions.API.Transactions
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract PaymentArgs CreatePaymentArgs(
                bool LoadDefaults
)

Parameters

LoadDefaults
Type: System Boolean
If True, pre-populates the PaymentArgs object with the current user's name and contact information.

Return Value

Type: PaymentArgs
A PaymentArgs object.