Method: LockstepSdk::InvoiceLineSyncModel#bill_to_address_line3

Defined in:
lib/lockstep_sdk/models/invoice_line_sync_model.rb

#bill_to_address_line3String

Returns Billing address for this invoice line, if this line item is to be billed to a different address.

Returns:

  • (String)

    Billing address for this invoice line, if this line item is to be billed to a different address



181
182
183
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 181

def bill_to_address_line3
  @bill_to_address_line3
end