CardStorage

Objective-C

@interface CardStorage : CardPaymentProcess

Swift

class CardStorage : CardPaymentProcess

An object containing parameter list for card-storage process.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (instancetype)init NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (CardStorage *)sBusiness;

    Swift

    func sBusiness() -> CardStorage