SCPCollectRefundConfiguration
Objective-C
@interface SCPCollectRefundConfiguration : NSObject <NSCopying>
Swift
class CollectRefundConfiguration : NSObject, NSCopying
The CollectRefundConfiguration contains configuration information relevant to refunding a payment.
-
Controls whether customer-initiated cancellation is enabled during refund collection.
Defaults to SCPCustomerCancellationEnableIfAvailable.
Declaration
Objective-C
@property (nonatomic, readonly) SCPCustomerCancellation customerCancellation;Swift
var customerCancellation: CustomerCancellation { get } -
Unavailable
Declaration
Objective-C
- (nonnull instancetype)init; -
Unavailable
Declaration
Objective-C
+ (nonnull instancetype)new;