SCPCollectRefundConfigurationBuilder

Objective-C


@interface SCPCollectRefundConfigurationBuilder
    : SCPBuilder <SCPCollectRefundConfiguration *>

Swift

class CollectRefundConfigurationBuilder : SCPBuilder<CollectRefundConfiguration>

The CollectRefundConfigurationBuilder is used to create a CollectRefundConfiguration object.

  • Set the customerCancellation property for the CollectRefundConfiguration object that will be built.

    Declaration

    Objective-C

    - (nonnull SCPCollectRefundConfigurationBuilder *)setCustomerCancellation:
        (SCPCustomerCancellation)customerCancellation;

    Swift

    func setCustomerCancellation(_ customerCancellation: CustomerCancellation) -> CollectRefundConfigurationBuilder