UserReceiptDto
data class UserReceiptDto(objectType: String?, receiptDate: OffsetDateTime?, listingSortDate: OffsetDateTime?, merchantName: String?, renderURL: String?, total: UserReceiptDtoTotal?, id: String?)
Content copied to clipboard
Parameters
objectType
@param receiptDate * @param listingSortDate * @param merchantName The name of the merchant. If no merchant is set this will contain the string 'Merchant?'
renderURL
@param total * @param id
Constructors
UserReceiptDto
Link copied to clipboard
fun UserReceiptDto(objectType: String? = null, receiptDate: OffsetDateTime? = null, listingSortDate: OffsetDateTime? = null, merchantName: String? = null, renderURL: String? = null, total: UserReceiptDtoTotal? = null, id: String? = null)
Content copied to clipboard
@param receiptDate * @param listingSortDate * @param merchantName The name of the merchant. If no merchant is set this will contain the string 'Merchant?'
Properties
listingSortDate
Link copied to clipboard
@SerializedName(value = listingSortDate)
Content copied to clipboard
merchantName
Link copied to clipboard
objectType
Link copied to clipboard
receiptDate
Link copied to clipboard
@SerializedName(value = receiptDate)
Content copied to clipboard
total
Link copied to clipboard