Méthode | Description | |
---|---|---|
PaymentRecord ( System.Guid notificationId, System.DateTime date, decimal amount, PaymentMethod paymentMethod, string receiptNumber, string comments ) : |
||
RefundRecord ( System.Guid notificationId, System.DateTime date, decimal amount, string comments ) : |
Méthode | Description | |
---|---|---|
ImportNotificationTransaction ( ) : System |
protected ImportNotificationTransaction ( ) : System | ||
Résultat | System |
public static PaymentRecord ( System.Guid notificationId, System.DateTime date, decimal amount, PaymentMethod paymentMethod, string receiptNumber, string comments ) : |
||
notificationId | System.Guid | |
date | System.DateTime | |
amount | decimal | |
paymentMethod | PaymentMethod | |
receiptNumber | string | |
comments | string | |
Résultat |
public static RefundRecord ( System.Guid notificationId, System.DateTime date, decimal amount, string comments ) : |
||
notificationId | System.Guid | |
date | System.DateTime | |
amount | decimal | |
comments | string | |
Résultat |