fromPricingPhase static method

PurchaseRequestPricingPhase fromPricingPhase(
  1. PricingPhase pricingPhase
)

Implementation

static PurchaseRequestPricingPhase fromPricingPhase(PricingPhase pricingPhase) {
  return PurchaseRequestPricingPhase(
      pricingPhase.billingCycleCount, pricingPhase.billingPeriod.jsonValue, pricingPhase.recurrence.jsonValue);
}