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