Class: GoogleCheckout::ChargebackAmountNotification
- Inherits:
-
Notification
- Object
- Notification
- GoogleCheckout::ChargebackAmountNotification
- Defined in:
- lib/google-checkout/notification.rb
Instance Method Summary collapse
Methods inherited from Notification
#acknowledgment_xml, #doc, #error?, #initialize, #method_missing, parse, #serial_number, #state
Constructor Details
This class inherits a constructor from GoogleCheckout::Notification
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class GoogleCheckout::Notification
Instance Method Details
#latest_chargeback_amount ⇒ Object
160 161 162 |
# File 'lib/google-checkout/notification.rb', line 160 def latest_chargeback_amount (doc/"latest-chargeback-amount").to_money end |
#total_chargeback_amount ⇒ Object
164 165 166 |
# File 'lib/google-checkout/notification.rb', line 164 def total_chargeback_amount (doc/"total-chargeback-amount").to_money end |