Sha256: edbe9f9d49b0c52aadb08fb5b27fe2c3ac2cedc9af2b1310a33758ced8f900b1

Contents?: true

Size: 201 Bytes

Versions: 21

Compression:

Stored size: 201 Bytes

Contents

module Zuora
  class InvoicePayment < ZObject
    def invoice
      @invoice ||= Invoice.find(self.invoiceId)
    end

    def payment
      @payment ||= Payment.find(self.paymentId)
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
active_zuora-1.4.0 lib/active_zuora/invoice_payment.rb