INPUT_OBJECT
input AddPaymentReceiptInput {# Time that a payment gets added to another clients transaction database # (stringified Unix time - number of milliseconds since January 1, 1970)added_time: String!# Serialized payment (base58-encoded janestreet/bin_prot serialization)payment: String!}