Method | Description | |
---|---|---|
AddScheduledPaymentStep1 ( FinancialGateway financialGateway, |
Performs the first step of adding a new payment schedule
|
|
AddScheduledPaymentStep3 ( FinancialGateway financialGateway, string resultQueryString, string &errorMessage ) : FinancialScheduledTransaction |
Performs the third step of adding a new payment schedule
|
|
ChargeStep1 ( FinancialGateway financialGateway, |
Performs the first step of a three-step charge
|
|
ChargeStep3 ( FinancialGateway financialGateway, string resultQueryString, string &errorMessage ) : FinancialTransaction |
Performs the final step of a three-step charge.
|
|
GetStep1Parameters ( string redirectUrl ) : string>.Dictionary |
Gets the financial transaction parameters that are passed to step 1
|
public abstract AddScheduledPaymentStep1 ( FinancialGateway financialGateway, |
||
financialGateway | FinancialGateway | The financial gateway. |
schedule | The schedule. | |
paymentInfo | The payment information. | |
errorMessage | string | The error message. |
return | string |
public abstract AddScheduledPaymentStep3 ( FinancialGateway financialGateway, string resultQueryString, string &errorMessage ) : FinancialScheduledTransaction | ||
financialGateway | FinancialGateway | The financial gateway. |
resultQueryString | string | The result query string from step 2. |
errorMessage | string | The error message. |
return | FinancialScheduledTransaction |
public abstract ChargeStep1 ( FinancialGateway financialGateway, |
||
financialGateway | FinancialGateway | The financial gateway. |
paymentInfo | The payment information. | |
errorMessage | string | The error message. |
return | string |
public abstract ChargeStep3 ( FinancialGateway financialGateway, string resultQueryString, string &errorMessage ) : FinancialTransaction | ||
financialGateway | FinancialGateway | The financial gateway. |
resultQueryString | string | The result query string from step 2. |
errorMessage | string | The error message. |
return | FinancialTransaction |
public abstract GetStep1Parameters ( string redirectUrl ) : string>.Dictionary |
||
redirectUrl | string | The redirect URL. |
return | string>.Dictionary |