Contents

init(paymentDescription:regularBilling:managementURL:)

Create a recurring payment object with a description, regular billing information, and a management URL.

Declaration

init(paymentDescription: String, regularBilling: PKRecurringPaymentSummaryItem, managementURL: URL)

Parameters

  • paymentDescription:

    The description you provide of the recurring payment and that Apple Pay displays to the user in the payment sheet.

  • regularBilling:

    The summary item for the recurring payment that includes the payment period and interval.

  • managementURL:

    The URL to a web page where the user can update or delete the payment method for the recurring payment.

Discussion