Method: LockstepSdk::InvoiceLineSyncModel#bill_to_address_city
- Defined in:
- lib/lockstep_sdk/models/invoice_line_sync_model.rb
#bill_to_address_city ⇒ String
Returns Billing address for this invoice line, if this line item is to be billed to a different address.
185 186 187 |
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 185 def bill_to_address_city @bill_to_address_city end |