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