Sha256: 3ff1a74a519b455ad407b0a199b4912fe7d2bf2e7dc6984936dc092c99613346

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 Bytes

Contents

module XeroGateway
  class PayrollCalendar  < BaseRecord
    attributes({
      "PayrollCalendarID"     => :string,
      "Name"                  => :string,
      "CalendarType"          => :string,
      "StartDate"             => :date,
      "PaymentDate"           => :date,
      "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/payroll_calendar.rb
xero_gateway-2.6.0 lib/xero_gateway/payroll_calendar.rb