Class: Mollie::Settlement::Payment

Inherits:
Payment show all
Defined in:
lib/mollie/settlement/payment.rb

Constant Summary

Constants inherited from Payment

Payment::RECURRINGTYPE_FIRST, Payment::RECURRINGTYPE_NONE, Payment::RECURRINGTYPE_RECURRING, Payment::STATUS_AUTHORIZED, Payment::STATUS_CANCELED, Payment::STATUS_EXPIRED, Payment::STATUS_FAILED, Payment::STATUS_OPEN, Payment::STATUS_PAID, Payment::STATUS_PENDING

Instance Attribute Summary

Attributes inherited from Payment

#_links, #amount, #amount_captured, #amount_charged_back, #amount_refunded, #amount_remaining, #application_fee, #authorized_at, #cancel_url, #canceled_at, #country_code, #created_at, #customer_id, #description, #details, #expired_at, #expires_at, #failed_at, #id, #is_cancelable, #locale, #mandate_id, #metadata, #method, #mode, #order_id, #paid_at, #profile_id, #redirect_url, #restrict_payment_methods_to_country, #sequence_type, #settlement_amount, #settlement_id, #status, #subscription_id, #webhook_url

Attributes inherited from Base

#attributes

Method Summary

Methods inherited from Payment

#authorized?, #cancelable?, #canceled?, #captures, #chargebacks, #checkout_url, #customer, #expired?, #failed?, #mandate, #open?, #order, #paid?, #pending?, #refund!, #refunded?, #refunds, #settlement, #subscription

Methods inherited from Base

all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update

Constructor Details

This class inherits a constructor from Mollie::Base