BillingProgramReportingDetailsParams.Builder

public final class BillingProgramReportingDetailsParams.Builder


Helps construct BillingProgramReportingDetailsParams.

Summary

Public methods

BillingProgramReportingDetailsParams
BillingProgramReportingDetailsParams.Builder
setBillingProgram(int billingProgram)

Sets the billing program that the reporting details should be generated for.

BillingProgramReportingDetailsParams.Builder
setDeveloperBillingType(int billingType)

Sets the developer billing type that the reporting details should be generated for.

Public methods

setBillingProgram

public BillingProgramReportingDetailsParams.Builder setBillingProgram(int billingProgram)

Sets the billing program that the reporting details should be generated for.

Parameters
int billingProgram

The billing program that the reporting details should be generated for.

setDeveloperBillingType

public BillingProgramReportingDetailsParams.Builder setDeveloperBillingType(int billingType)

Sets the developer billing type that the reporting details should be generated for.

Only required if the BillingProgram is set to BillingProgram.BILLING_CHOICE.

Parameters
int billingType

The developer billing type that the reporting details should be generated for.