Method: LockstepSdk::InvoiceLineSyncModel#origin_address_postal_code

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

#origin_address_postal_codeString

Returns Origination address for this invoice line, if this line item was originated from a different address.

Returns:

  • (String)

    Origination address for this invoice line, if this line item was originated from a different address



157
158
159
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 157

def origin_address_postal_code
  @origin_address_postal_code
end