Class VelocityCardControlResponse.VelocityCardControlResponseBuilder
- java.lang.Object
-
- com.checkout.issuing.controls.responses.create.VelocityCardControlResponse.VelocityCardControlResponseBuilder
-
- Enclosing class:
- VelocityCardControlResponse
public static class VelocityCardControlResponse.VelocityCardControlResponseBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VelocityCardControlResponsebuild()java.lang.StringtoString()VelocityCardControlResponse.VelocityCardControlResponseBuildervelocityLimit(VelocityLimit velocityLimit)
-
-
-
Method Detail
-
velocityLimit
public VelocityCardControlResponse.VelocityCardControlResponseBuilder velocityLimit(VelocityLimit velocityLimit)
- Returns:
this.
-
build
public VelocityCardControlResponse build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-