public interface PaymentQueryModel extends ResourceQueryModel<Payment>, WithCustomQueryModel<Payment>
createdAt, id, is, lastModifiedAt, not
custom
static PaymentQueryModel of()
ReferenceOptionalQueryModel<Payment,Customer> customer()
StringQuerySortingModel<Payment> externalId()
StringQuerySortingModel<Payment> interfaceId()
MoneyQueryModel<Payment> amountPlanned()
MoneyQueryModel<Payment> amountAuthorized()
TimestampSortingModel<Payment> authorizedUntil()
MoneyQueryModel<Payment> amountPaid()
MoneyQueryModel<Payment> amountRefunded()
PaymentMethodInfoQueryModel<Payment> paymentMethodInfo()
PaymentStatusQueryModel<Payment> paymentStatus()
TransactionCollectionQueryModel<Payment> transactions()
StringQuerySortingModel<Payment> key()
StringQuerySortingModel<Payment> anonymousId()