UserReceiptDto

constructor(objectType: String? = null, receiptDate: OffsetDateTime? = null, listingSortDate: OffsetDateTime? = null, merchantName: String? = null, renderURL: String? = null, total: UserReceiptDtoTotal? = null, id: String? = null)

Parameters

objectType
receiptDate
listingSortDate
merchantName

The name of the merchant. If no merchant is set this will contain the string 'Merchant?'

renderURL
total
id