Method: LockstepSdk::InvoiceLineSyncModel#bill_to_address_postal_code

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

#bill_to_address_postal_codeString

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



193
194
195
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 193

def bill_to_address_postal_code
  @bill_to_address_postal_code
end