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

com.azure.resourcemanager.billing.models.PaymentTermsEligibilityResult Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.billing.models;

import com.azure.resourcemanager.billing.fluent.models.PaymentTermsEligibilityResultInner;
import java.util.List;

/**
 * An immutable client-side representation of PaymentTermsEligibilityResult.
 */
public interface PaymentTermsEligibilityResult {
    /**
     * Gets the eligibilityStatus property: Indicates the eligibility status of the payment terms.
     * 
     * @return the eligibilityStatus value.
     */
    PaymentTermsEligibilityStatus eligibilityStatus();

    /**
     * Gets the eligibilityDetails property: Details of the payment terms eligibility.
     * 
     * @return the eligibilityDetails value.
     */
    List eligibilityDetails();

    /**
     * Gets the inner com.azure.resourcemanager.billing.fluent.models.PaymentTermsEligibilityResultInner object.
     * 
     * @return the inner object.
     */
    PaymentTermsEligibilityResultInner innerModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy