Class PaymentKeyReferenceBuilder

java.lang.Object
com.commercetools.importapi.models.common.PaymentKeyReferenceBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<PaymentKeyReference>

public class PaymentKeyReferenceBuilder extends Object implements io.vrap.rmf.base.client.Builder<PaymentKeyReference>
PaymentKeyReferenceBuilder
Example to create an instance using the builder pattern

     PaymentKeyReference paymentKeyReference = PaymentKeyReference.builder()
             .key("{key}")
             .build()