PwsReceiptRef

Overview


This structure is used to uniquely identify a receipt. Receipts can be identified by ReceiptUid. 

Format


PwsReceiptRef
  • PwsReceiptRef
    • ReceiptId: Int32
    • ReceiptUid: Int64
    • ReferenceId: String

Elements


Element

Data Type

Required?

Description

Sample Data

ReceiptId

Int32

No

The receipt Id is a unique identifier for a receipt. For internal use only.  


ReceiptUid

Int64

Yes 

The receipt Uid is a unique and immutable identifier for a receipt.

1152921504607351889

ReferenceId

String

No 

Reference id (used to affiliate PwsSaveReceiptResult records with associated PwsReceiptDetail records). 


Usage Example(s)


Example 01
                     <ReceiptId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <ReceiptUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607351889</ReceiptUid>
                     <ReferenceId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>