io.sphere.sdk.payments.queries.PaymentQueryModel Maven / Gradle / Ivy
/*
This class has been generated by class io.sphere.sdk.annotations.processors.HasQueryModelAnnotationProcessor
induced by the annotation io.sphere.sdk.annotations.HasQueryModel.
in the source class io.sphere.sdk.payments.Payment.
*/
package io.sphere.sdk.payments.queries;
import javax.annotation.Nullable;
import io.sphere.sdk.models.*;
import java.util.*;
import io.sphere.sdk.utils.*;
import com.fasterxml.jackson.annotation.*;
import io.sphere.sdk.queries.*;
import io.sphere.sdk.reviews.queries.*;
import io.sphere.sdk.annotations.HasQueryModelImplementation;
import io.sphere.sdk.payments.*;
import io.sphere.sdk.queries.ResourceQueryModel;
import io.sphere.sdk.types.queries.WithCustomQueryModel;
@HasQueryModelImplementation()
public interface PaymentQueryModel extends ResourceQueryModel, WithCustomQueryModel {
static PaymentQueryModel of() {
return new PaymentQueryModelImpl(null, null);
}
ReferenceOptionalQueryModel customer();
StringQuerySortingModel externalId();
StringQuerySortingModel interfaceId();
io.sphere.sdk.queries.MoneyQueryModel amountPlanned();
io.sphere.sdk.queries.MoneyQueryModel amountAuthorized();
TimestampSortingModel authorizedUntil();
io.sphere.sdk.queries.MoneyQueryModel amountPaid();
io.sphere.sdk.queries.MoneyQueryModel amountRefunded();
@io.sphere.sdk.annotations.QueryModelHint(impl="return new PaymentMethodInfoQueryModelImpl<>(this, fieldName);", type="PaymentMethodInfoQueryModel")
PaymentMethodInfoQueryModel paymentMethodInfo();
@io.sphere.sdk.annotations.QueryModelHint(impl="return new PaymentStatusQueryModelImpl<>(this, fieldName);", type="PaymentStatusQueryModel")
PaymentStatusQueryModel paymentStatus();
@io.sphere.sdk.annotations.QueryModelHint(impl="return new TransactionCollectionQueryModelImpl<>(this, fieldName);", type="TransactionCollectionQueryModel")
TransactionCollectionQueryModel transactions();
StringQuerySortingModel key();
StringQuerySortingModel anonymousId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy