Method: LockstepSdk::InvoiceLineSyncModel#ship_to_address_line3
- Defined in:
- lib/lockstep_sdk/models/invoice_line_sync_model.rb
#ship_to_address_line3 ⇒ String
Returns Shipping address for this invoice line, if this line item is to be shipped to a different address.
217 218 219 |
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 217 def ship_to_address_line3 @ship_to_address_line3 end |