Method: LockstepSdk::InvoiceAddressModel#invoice_id

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

#invoice_idUuid

Returns The ID number of the invoice this address belongs to.

Returns:

  • (Uuid)

    The ID number of the invoice this address belongs to



55
56
57
# File 'lib/lockstep_sdk/models/invoice_address_model.rb', line 55

def invoice_id
  @invoice_id
end