Method: LockstepSdk::PaymentAppliedSyncModel#payment_applied_amount

Defined in:
lib/lockstep_sdk/models/payment_applied_sync_model.rb

#payment_applied_amountDouble

Returns The total amount that was applied to this Invoice from the Payment.

Returns:

  • (Double)

    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