Package DE_EPAGES::MolliePayments::API::MolliePaymentsRefundsService
Refunds Service for MolliePayments
Functions
doRefund
Creates a Mollie Payment Refund and updates the LineItemPayment with refunds info received.
Syntax |
PaymentRefundsService->doRefund( $LineItemPayment, $RefundAmount ); |
Input |
|
Return |
|
new
Instantiates a new MolliePaymentsRefundsService.
Syntax |
DE_EPAGES::Mollie::API::MolliePaymentsRefundsService->new( %args ); |
Input |
|
Return |
|
updateLineItemRefundAmounts
Updates the LineItemPayment with refunds info received on a payment response.
Syntax |
PaymentRefundsService->updateLineItemRefundAmounts( $LineItemPayment, $hPaymentResponse ); |
Input |
|
Return |
|
updateRefundAmountsByGetMolliePayment
Requests Mollie Payment information and updates the LineItemPayment with refunds info received.
Syntax |
PaymentRefundsService->updateRefundAmountsByGetMolliePayment( $LineItemPayment ); |
Input |
|