Method: LockstepSdk::InvoiceLineSyncModel#ship_to_address_latitude

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

#ship_to_address_latitudeFloat

Returns Shipping address for this invoice line, if this line item is to be shipped to a different address.

Returns:

  • (Float)

    Shipping address for this invoice line, if this line item is to be shipped to a different address



237
238
239
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 237

def ship_to_address_latitude
  @ship_to_address_latitude
end