SQIPBuyerAction

@interface SQIPBuyerAction : NSObject

Indicates the action that will be performed on the card payment source ID after retrieving the verification token

  • Action that will charge the payment source ID with SQIPMoney

    Declaration

    Objective-C

    + (nonnull instancetype)chargeActionWithMoney:(nonnull SQIPMoney *)money;

    Parameters

    money

    Amount that will be charged (i.e 100 in USD will be $1.00)

  • Action that will store the card nonce.

    Declaration

    Objective-C

    + (nonnull instancetype)storeAction;