Метод | Описание | |
---|---|---|
AddScheduledPayment ( FinancialGateway financialGateway, |
Adds the scheduled payment.
|
|
Authorize ( FinancialGateway financialGateway, |
Authorizes the specified payment info.
|
|
CancelScheduledPayment ( FinancialScheduledTransaction transaction, string &errorMessage ) : bool |
Cancels the scheduled payment.
|
|
Charge ( FinancialGateway financialGateway, |
Charges the specified payment info.
|
|
Credit ( FinancialTransaction origTransaction, decimal amount, string comment, string &errorMessage ) : FinancialTransaction |
Credits (Refunds) the specified transaction.
|
|
GetPayments ( FinancialGateway financialGateway, System.DateTime startDate, System.DateTime endDate, string &errorMessage ) : List |
Gets the payments that have been processed for any scheduled transactions
|
|
GetReferenceNumber ( FinancialScheduledTransaction scheduledTransaction, string &errorMessage ) : string |
Gets an optional reference identifier needed to process future transaction from saved account.
|
|
GetReferenceNumber ( FinancialTransaction transaction, string &errorMessage ) : string |
Gets an optional reference identifier needed to process future transaction from saved account.
|
|
GetScheduledPaymentStatus ( FinancialScheduledTransaction transaction, string &errorMessage ) : bool |
Gets the scheduled payment status.
|
|
ReactivateScheduledPayment ( FinancialScheduledTransaction transaction, string &errorMessage ) : bool |
Reactivates the scheduled payment.
|
|
SupportsSavedAccount ( DefinedValueCache currencyType ) : bool |
Returnes a boolean value indicating if 'Saved Account' functionality is supported for the given currency type.
|
|
UpdateScheduledPayment ( FinancialScheduledTransaction transaction, |
Updates the scheduled payment.
|
Метод | Описание | |
---|---|---|
GetConnection ( FinancialGateway financialGateway ) : PayflowConnectionData | ||
GetDate ( string date ) : DateTime? | ||
GetFinancialGateway ( FinancialGateway financialGateway, int financialGatewayId ) : FinancialGateway | ||
GetFinancialGateway ( FinancialScheduledTransaction scheduledTransaction ) : FinancialGateway | ||
GetFinancialGateway ( FinancialTransaction transaction ) : FinancialGateway | ||
GetGatewayUrl ( FinancialGateway financialGateway ) : string | ||
GetInvoice ( |
||
GetRecurring ( FinancialScheduledTransaction schedule ) : RecurringInfo | ||
GetRecurring ( |
||
GetTender ( |
||
GetUserInfo ( FinancialGateway financialGateway ) : UserInfo | ||
SetPayPeriod ( RecurringInfo recurringInfo, DefinedValueCache transactionFrequencyValue ) : void |
public AddScheduledPayment ( FinancialGateway financialGateway, |
||
financialGateway | FinancialGateway | |
schedule | The schedule. | |
paymentInfo | The payment info. | |
errorMessage | string | The error message. |
Результат | FinancialScheduledTransaction |
public Authorize ( FinancialGateway financialGateway, |
||
financialGateway | FinancialGateway | |
paymentInfo | The payment info. | |
errorMessage | string | The error message. |
Результат | FinancialTransaction |
public CancelScheduledPayment ( FinancialScheduledTransaction transaction, string &errorMessage ) : bool | ||
transaction | FinancialScheduledTransaction | The transaction. |
errorMessage | string | The error message. |
Результат | bool |
public Charge ( FinancialGateway financialGateway, |
||
financialGateway | FinancialGateway | |
paymentInfo | The payment info. | |
errorMessage | string | The error message. |
Результат | FinancialTransaction |
public Credit ( FinancialTransaction origTransaction, decimal amount, string comment, string &errorMessage ) : FinancialTransaction | ||
origTransaction | FinancialTransaction | The original transaction. |
amount | decimal | The amount. |
comment | string | The comment. |
errorMessage | string | The error message. |
Результат | FinancialTransaction |
public GetPayments ( FinancialGateway financialGateway, System.DateTime startDate, System.DateTime endDate, string &errorMessage ) : List |
||
financialGateway | FinancialGateway | |
startDate | System.DateTime | The start date. |
endDate | System.DateTime | The end date. |
errorMessage | string | The error message. |
Результат | List |
public GetReferenceNumber ( FinancialScheduledTransaction scheduledTransaction, string &errorMessage ) : string | ||
scheduledTransaction | FinancialScheduledTransaction | The scheduled transaction. |
errorMessage | string | The error message. |
Результат | string |
public GetReferenceNumber ( FinancialTransaction transaction, string &errorMessage ) : string | ||
transaction | FinancialTransaction | The transaction. |
errorMessage | string | The error message. |
Результат | string |
public GetScheduledPaymentStatus ( FinancialScheduledTransaction transaction, string &errorMessage ) : bool | ||
transaction | FinancialScheduledTransaction | The transaction. |
errorMessage | string | The error message. |
Результат | bool |
public ReactivateScheduledPayment ( FinancialScheduledTransaction transaction, string &errorMessage ) : bool | ||
transaction | FinancialScheduledTransaction | The transaction. |
errorMessage | string | The error message. |
Результат | bool |
public SupportsSavedAccount ( DefinedValueCache currencyType ) : bool | ||
currencyType | DefinedValueCache | Type of the currency. |
Результат | bool |
public UpdateScheduledPayment ( FinancialScheduledTransaction transaction, |
||
transaction | FinancialScheduledTransaction | The transaction. |
paymentInfo | The payment info. | |
errorMessage | string | The error message. |
Результат | bool |