Method: LockstepSdk::InvoiceLineSyncModel#ship_to_address_city

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

#ship_to_address_cityString

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

Returns:

  • (String)

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



221
222
223
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 221

def ship_to_address_city
  @ship_to_address_city
end