SCPRefundConfiguration
Objective-C
@interface SCPRefundConfiguration : NSObject <NSCopying>
                Swift
class RefundConfiguration : NSObject, NSCopying
                The RefundConfiguration contains configuration information relevant to refunding a payment.
- 
                  
                  
Whether to show a cancel button in transaction UI on Stripe smart readers.
Defaults to NO.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL enableCustomerCancellation;Swift
var enableCustomerCancellation: Bool { get } - 
                  
                  
Unavailable
Declaration
Objective-C
- (nonnull instancetype)init; - 
                  
                  
Unavailable
Declaration
Objective-C
+ (nonnull instancetype)new;