Method: LockstepSdk::PaymentAppliedSyncModel#payment_applied_amount
- Defined in:
- lib/lockstep_sdk/models/payment_applied_sync_model.rb
#payment_applied_amount ⇒ Double
Returns The total amount that was applied to this Invoice from the Payment.
71 72 73 |
# File 'lib/lockstep_sdk/models/payment_applied_sync_model.rb', line 71 def payment_applied_amount @payment_applied_amount end |