Models

  • Represents the result of a successful operation to process card payment information.

    See more

    Declaration

    Objective-C

    @interface SQIPCardDetails : NSObject
  • Represents a payment card.

    See more

    Declaration

    Objective-C

    @interface SQIPCard : NSObject <NSCopying>
  • This represents the optional fields that can be passed in as part of the verification process. The more fields you provide, the greater the chance the user will not be challenged or rejected.

    See more

    Declaration

    Objective-C

    @interface SQIPContact : NSObject
  • Value that will charge the card payment source ID with amount in the specified SQIPCurrency

    See more

    Declaration

    Objective-C

    @interface SQIPMoney : NSObject