SCPMotoConfigurationBuilder
Objective-C
@interface SCPMotoConfigurationBuilder : SCPBuilder <SCPMotoConfiguration *>
                Swift
class MotoConfigurationBuilder : SCPBuilder<MotoConfiguration>
                A builder class for SCPMotoConfiguration.
- 
                  
                  
Set the skipCvc property for the
SCPMotoConfigurationobject that will be built.Declaration
Objective-C
- (nonnull instancetype)setSkipCvc:(BOOL)skipCvc;Swift
func setSkipCvc(_ skipCvc: Bool) -> Self