Method: LockstepSdk::PaymentAppliedModel#payment_applied_amount

Defined in:
lib/lockstep_sdk/models/payment_applied_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.



76
77
78
# File 'lib/lockstep_sdk/models/payment_applied_model.rb', line 76

def payment_applied_amount
  @payment_applied_amount
end