| 123456789101112131415 |
- #import "BTPreferredPaymentMethodsResult.h"
- #import "BTJSON.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface BTPreferredPaymentMethodsResult ()
- @property (nonatomic, assign) BOOL isPayPalPreferred;
- @property (nonatomic, assign) BOOL isVenmoPreferred;
- - (instancetype)initWithJSON:(BTJSON * _Nullable)json venmoInstalled:(BOOL)venmoInstalled;
- @end
- NS_ASSUME_NONNULL_END
|