BTPayPalBillingPricing
public struct BTPayPalBillingPricing
PayPal Recurring Billing Agreement pricing details.
-
Recurring Billing Agreement pricing model types.
See moreDeclaration
Swift
public enum PricingModel : String
-
Initialize a
BTPayPalBillingPricing
object.Declaration
Swift
public init(pricingModel: PricingModel, amount: String? = nil, reloadThresholdAmount: String? = nil)
Parameters
pricingModel
Required: The pricing model associated with the billing agreement.
amount
Optional: Price. The amount to charge for the subscription, recurring, UCOF or installments.
reloadThresholdAmount
Optional: The reload trigger threshold condition amount when the customer is charged.