BillingProgramReportingDetailsParams

public final class BillingProgramReportingDetailsParams


Parameters to create reporting details for the BillingClient.createBillingProgramReportingDetailsAsync API.

Summary

Nested types

Helps construct BillingProgramReportingDetailsParams.

The type for a developer-provided billing option.

Public methods

int

Returns the billing program that the generated reporting details are associated with.

int

Returns the developer billing type that the generated reporting details are associated with.

static BillingProgramReportingDetailsParams.Builder

Constructs a new Builder instance.

Public methods

getBillingProgram

public int getBillingProgram()

Returns the billing program that the generated reporting details are associated with.

getDeveloperBillingType

public int getDeveloperBillingType()

Returns the developer billing type that the generated reporting details are associated with.

newBuilder

public static BillingProgramReportingDetailsParams.Builder newBuilder()

Constructs a new Builder instance.