Class OrderArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.MarketPlace
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class OrderArgs : ResourceArgs
Constructors
View SourceOrderArgs()
Declaration
public OrderArgs()
Properties
View SourceComponents
Service providers customize additional components.
Declaration
public InputMap<object> Components { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
CouponId
The coupon id of the market product.
Declaration
public Input<string> CouponId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Duration
The number of purchase cycles.
Declaration
public Input<int> Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PackageVersion
The package version of the market product.
Declaration
public Input<string> PackageVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PayType
Valid values are PrePaid, PostPaid,System default to PostPaid.
Declaration
public Input<string> PayType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PricingCycle
The purchase cycle of the product, valid values are Day, Month and Year.
Declaration
public Input<string> PricingCycle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProductCode
The product_code of market place product.
Declaration
public Input<string> ProductCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Quantity
The quantity of the market product will be purchased.
Declaration
public Input<int> Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |