ProductDetails.RecurrenceMode

@Retention(value = java.lang.annotation.RetentionPolicy.SOURCE)
public annotation ProductDetails.RecurrenceMode


Recurrence mode of the pricing phase.

Summary

Constants

static final int

The billing plan payment recurs for a fixed number of billing period set in billingCycleCount.

static final int

The billing plan payment recurs for infinite billing periods unless cancelled.

static final int

The billing plan payment is a one time charge that does not repeat.

Constants

FINITE_RECURRING

public static final int FINITE_RECURRING = 2

The billing plan payment recurs for a fixed number of billing period set in billingCycleCount.

INFINITE_RECURRING

public static final int INFINITE_RECURRING = 1

The billing plan payment recurs for infinite billing periods unless cancelled.

NON_RECURRING

public static final int NON_RECURRING = 3

The billing plan payment is a one time charge that does not repeat.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024年02月27日 UTC.