PayPalBillingPricing

data class PayPalBillingPricing @JvmOverloads constructor(val pricingModel: PayPalPricingModel, val amount: String? = null, var reloadThresholdAmount: String? = null) : Parcelable

PayPal Recurring Billing Agreement pricing details.

Constructors

Link copied to clipboard
constructor(pricingModel: PayPalPricingModel, amount: String? = null, reloadThresholdAmount: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amount: String? = null

Price. The amount to charge for the subscription, recurring, UCOF or installments.

Link copied to clipboard

The pricing model associated with the billing agreement.

Link copied to clipboard

The reload trigger threshold condition amount when the customer is charged.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)