Contents

init(paymentDescription:automaticReloadBilling:managementURL:)

Create an automatic reload payment object with a description, automatic billing information, and a management URL.

Declaration

init(paymentDescription: String, automaticReloadBilling: PKAutomaticReloadPaymentSummaryItem, managementURL: URL)

Parameters

  • paymentDescription:

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

  • automaticReloadBilling:

    The summary item for the automatic reload payment that includes the threshold amount and reload amount.

  • managementURL:

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

Discussion