BTPreferredPaymentMethodsResult_Internal.h 364 B

123456789101112131415
  1. #import "BTPreferredPaymentMethodsResult.h"
  2. #import "BTJSON.h"
  3. NS_ASSUME_NONNULL_BEGIN
  4. @interface BTPreferredPaymentMethodsResult ()
  5. @property (nonatomic, assign) BOOL isPayPalPreferred;
  6. @property (nonatomic, assign) BOOL isVenmoPreferred;
  7. - (instancetype)initWithJSON:(BTJSON * _Nullable)json venmoInstalled:(BOOL)venmoInstalled;
  8. @end
  9. NS_ASSUME_NONNULL_END