Method: LockstepSdk::InvoiceLineSyncModel#bill_to_address_latitude

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

#bill_to_address_latitudeFloat

Returns Billing address for this invoice line, if this line item is to be billed to a different address.

Returns:

  • (Float)

    Billing address for this invoice line, if this line item is to be billed to a different address



201
202
203
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 201

def bill_to_address_latitude
  @bill_to_address_latitude
end