PPOTOAuth2SwitchRequest.h 492 B

123456789101112131415161718
  1. //
  2. // PPOTOAuth2SwitchRequest.h
  3. // PayPalOneTouch
  4. //
  5. // Copyright © 2014 PayPal, Inc. All rights reserved.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import "PPOTSwitchRequest.h"
  9. @interface PPOTOAuth2SwitchRequest : PPOTSwitchRequest
  10. @property (nonatomic, strong, readwrite) NSArray *scope;
  11. @property (nonatomic, strong, readwrite) NSString *merchantName;
  12. @property (nonatomic, strong, readwrite) NSString *privacyURL;
  13. @property (nonatomic, strong, readwrite) NSString *agreementURL;
  14. @end