Comparing sensitive data, confidential files or internal emails?

Most legal and privacy policies prohibit uploading sensitive data online. Diffchecker Desktop ensures your confidential information never leaves your computer. Work offline and compare documents securely.

Ntropy

Created Diff never expires
55 removals
209 lines
13 additions
169 lines
"""
"""
Ntropy Enrichment data.
Ntropy Enrichment data.
"""
"""
type NtropyEnrichedTransaction {
type RemoteDataNtropyEnrichedTransaction {
"""
"""
Labels
Labels
"""
"""
labels: [String!]
labels: [String!]


"""
"""
Location
Location
"""
"""
location: String
location: String


"""
"""
LocationStructuredPublic
LocationStructuredPublic
"""
"""
locationStructured: NtropySharedLocationStructuredPublic
locationStructured: RemoteDataNtropyLocationStructuredPublic


"""
"""
Logo
Logo
"""
"""
logo: String
logo: String


"""
"""
Mcc
Mcc
"""
"""
mcc: [Int!]
mcc: [Int!]


"""
"""
Merchant
Merchant
"""
"""
merchant: String
merchant: String


"""
"""
Merchant Id
Merchant Id
"""
"""
merchantId: String
merchantId: String


"""
"""
Person
Person
"""
"""
person: String
person: String


"""
"""
An enumeration.
An enumeration.
"""
"""
recurrence: NtropySharedRecurrence
recurrence: String


"""
"""
RecurrenceGroup
RecurrenceGroup
"""
"""
recurrenceGroup: NtropySharedRecurrenceGroup
recurrenceGroup: RemoteDataNtropyRecurrenceGroup


"""
"""
Recurrence Group Id
Recurrence Group Id
"""
"""
recurrenceGroupId: String
recurrenceGroupId: String


"""
"""
Transaction Id
Transaction Id
"""
"""
transactionId: String
transactionId: String


"""
"""
An enumeration.
An enumeration.
"""
"""
transactionType: NtropySharedTransaction
transactionType: String


"""
"""
Website
Website
"""
"""
website: String
website: String
}
}


"""
"""
Ntropy LocationStructuredPublic.
RemoteData Ntropy LocationStructuredPublic
"""
"""
type NtropySharedLocationStructuredPublic {
type RemoteDataNtropyLocationStructuredPublic {
"""
"""
Address
Address
"""
"""
address: String
address: String


"""
"""
Apple Maps Url
Apple Maps Url
"""
"""
appleMapsUrl: String
appleMapsUrl: String


"""
"""
City
City
"""
"""
city: String
city: String


"""
"""
Country
Country
"""
"""
country: String
country: String


"""
"""
Google Maps Url
Google Maps Url
"""
"""
googleMapsUrl: String
googleMapsUrl: String


"""
"""
Latitude
Latitude
"""
"""
latitude: Float
latitude: Float


"""
"""
Longitude
Longitude
"""
"""
longitude: Float
longitude: Float


"""
"""
Postcode
Postcode
"""
"""
postcode: String
postcode: String


"""
"""
State
State
"""
"""
state: String
state: String


"""
"""
Store Number
Store Number
"""
"""
storeNumber: String
storeNumber: String
}
}


"""
"""
Ntropy RecurrenceType.
RemoteData Ntropy RecurrenceGroup
"""
enum NtropySharedRecurrence {
"""
One Off
"""
ONE_OFF

"""
Recurring
"""
RECURRING

"""
Subscription
"""
SUBSCRIPTION
}

"""
Ntropy RecurrenceGroup.
"""
"""
type NtropySharedRecurrenceGroup {
type RemoteDataNtropyRecurrenceGroup {
"""
"""
Average Amount
Average Amount
"""
"""
averageAmount: Float
averageAmount: Float


"""
"""
First Payment Date
First Payment Date
"""
"""
firstPaymentDate: String
firstPaymentDate: Date


"""
"""
Id
Id
"""
"""
id: String
id: String


"""
"""
Latest Payment Date
Latest Payment Date
"""
"""
latestPaymentDate: String
latestPaymentDate: Date


"""
"""
Periodicity
Periodicity
"""
"""
periodicity: String
periodicity: String


"""
"""
Periodicity In Days
Periodicity In Days
"""
"""
periodicityInDays: Float
periodicityInDays: Float


"""
"""
Total Amount
Total Amount
"""
"""
totalAmount: Float
totalAmount: Float
}
}

"""
Ntropy TransactionType.
"""
enum NtropySharedTransaction {
"""
Business
"""
BUSINESS

"""
Consumer
"""
CONSUMER

"""
Unknown
"""
UNKNOWN
}