Sha256: e5ab3589c2ed8efbb00beb1377d812d01b8e4f11ff32dfd419855262f6639db2

Contents?: true

Size: 665 Bytes

Versions: 2

Compression:

Stored size: 665 Bytes

Contents

module XeroGateway
  class PayRun  < BaseRecord
    attributes({
      "PayRunID"                => :string,
      "PayrollCalendarID"       => :string,
      "PayRunPeriodStartDate"   => :date,
      "PayRunPeriodEndDate"     => :date,
      "PaymentDate"             => :date,
      "Wages"                   => :currency,
      "Deductions"              => :currency,
      "Tax"                     => :currency,
      "Super"                   => :currency,
      "Reimbursement"           => :currency,
      "NetPay"                  => :currency,
      "PayRunStatus"            => :string,
      "UpdatedDateUTC"          => :datetime_utc
    })
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xero_gateway-2.7.0 lib/xero_gateway/pay_run.rb
xero_gateway-2.6.0 lib/xero_gateway/pay_run.rb