Contents

INPaymentMethod

Information about a form of payment supported by your app.

Declaration

class INPaymentMethod

Overview

An INPaymentMethod object describes a way in which a user can pay for services. A payment method object stores information that you can display to the user when choosing payment options. Specifically, the object stores information about the type of payment, the name of the payment service, and an icon for any related brand information. Typical payment methods include credit cards and bank accounts. For example, you would use a payment method object to specify information about a brand of credit card that you support.

You create payment method objects as needed and include them in any appropriate response objects. The names of payment methods in a single response should be different to avoid confusion, but their types may still be the same. For example, you can have multiple credit card payment methods as long as each one has a unique name.

Topics

Initializing a Payment Object

Getting the Payment Information

Initializers

See Also

Data Objects