Contents

paymentMethods

An array of payment methods supported by your service.

Declaration

var paymentMethods: [INPaymentMethod]? { get set }

Discussion

Use this property to inform the user about the forms of payment that you accept. The default value of this property is nil, which results in no displayed payment method information.

See Also

Accessing the Response Parameters