PaymentSDK
Mobile payment SDK
Payment Data
//
// WDPayPalPayment.h
// PaymentSDK
//
// Created by Sedlak, Stefan on 10/12/15.
// Copyright © 2016 Wirecard Technologies GmbH. All rights reserved.
//
#import "WDPayment.h"
#import "WDPeriodic.h"
@property (strong, nonatomic, nullable) WDPeriodic *periodic;
- (nullable instancetype)initWithAmount:(nonnull NSDecimalNumber *)amount currency:(WDCurrency)currency NS_DESIGNATED_INITIALIZER;
- (nullable instancetype)init NS_UNAVAILABLE;
@end