Class InstallmentPlan
Information to a installment plan.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class InstallmentPlan : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InitialCommittedPaymentsCount
Total number of payments the user is initially committed for.
Declaration
[JsonProperty("initialCommittedPaymentsCount")]
public virtual int? InitialCommittedPaymentsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
PendingCancellation
If present, this installment plan is pending to be canceled. The cancellation will happen only after the user finished all committed payments.
Declaration
[JsonProperty("pendingCancellation")]
public virtual PendingCancellation PendingCancellation { get; set; }
Property Value
Type | Description |
---|---|
PendingCancellation |
RemainingCommittedPaymentsCount
Total number of committed payments remaining to be paid for in this renewal cycle.
Declaration
[JsonProperty("remainingCommittedPaymentsCount")]
public virtual int? RemainingCommittedPaymentsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
SubsequentCommittedPaymentsCount
Total number of payments the user will be committed for after each commitment period. Empty means the installment plan will fall back to a normal auto-renew subscription after initial commitment.
Declaration
[JsonProperty("subsequentCommittedPaymentsCount")]
public virtual int? SubsequentCommittedPaymentsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |