BillingProgramAvailabilityDetails

public final class BillingProgramAvailabilityDetails


The details about the availability of a billing program.

Summary

Nested types

Details about the availability of billing choice.

The type of choice screen to be rendered.

Public methods

boolean
BillingProgramAvailabilityDetails.BillingChoiceAvailabilityDetails

Returns the billing choice availability details.

int

Returns the billing program that the details are associated with.

int

Public methods

equals

public boolean equals(Object o)

getBillingChoiceAvailabilityDetails

public BillingProgramAvailabilityDetails.BillingChoiceAvailabilityDetails getBillingChoiceAvailabilityDetails()

Returns the billing choice availability details.

Only returned if the billing program is BillingProgram.BILLING_CHOICE and is available.

getBillingProgram

public int getBillingProgram()

Returns the billing program that the details are associated with.

hashCode

public int hashCode()