Method: LockstepSdk::InvoiceLineSyncModel#origin_address_longitude

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

#origin_address_longitudeFloat

Returns Origination address for this invoice line, if this line item was originated from a different address.

Returns:

  • (Float)

    Origination address for this invoice line, if this line item was originated from a different address



169
170
171
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 169

def origin_address_longitude
  @origin_address_longitude
end