All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.payments.queries.PaymentStatusQueryModel Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.payments.queries;

import io.sphere.sdk.queries.ReferenceOptionalQueryModel;
import io.sphere.sdk.queries.StringQuerySortingModel;
import io.sphere.sdk.states.State;

public interface PaymentStatusQueryModel {
    StringQuerySortingModel interfaceCode();

    StringQuerySortingModel interfaceText();

    ReferenceOptionalQueryModel state();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy