#if __has_include() #import #import #else #import #import #endif NS_ASSUME_NONNULL_BEGIN extern NSString *const BTPayPalCallbackURLHostAndPath; extern NSString *const BTPayPalCallbackURLScheme; @interface BTPayPalRequest () @property (nonatomic, nullable, copy, readonly) NSString *landingPageTypeAsString; @property (nonatomic, nullable, copy, readonly) NSString *hermesPath; @property (nonatomic, readonly) BTPayPalPaymentType paymentType; - (NSDictionary *)parametersWithConfiguration:(BTConfiguration *)configuration; @end NS_ASSUME_NONNULL_END