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