ArmBillingModelFactory.PaymentTermsEligibilityDetail Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PaymentTermsEligibilityDetail.
public static Azure.ResourceManager.Billing.Models.PaymentTermsEligibilityDetail PaymentTermsEligibilityDetail (Azure.ResourceManager.Billing.Models.PaymentTermsEligibilityCode? code = default, string message = default);
static member PaymentTermsEligibilityDetail : Nullable<Azure.ResourceManager.Billing.Models.PaymentTermsEligibilityCode> * string -> Azure.ResourceManager.Billing.Models.PaymentTermsEligibilityDetail
Public Shared Function PaymentTermsEligibilityDetail (Optional code As Nullable(Of PaymentTermsEligibilityCode) = Nothing, Optional message As String = Nothing) As PaymentTermsEligibilityDetail
Parameters
Indicates the reason for the ineligibility of the payment terms.
- message
- String
Indicates the message for the ineligibility of the payment terms.
Returns
A new PaymentTermsEligibilityDetail instance for mocking.