Class MyPaymentDraftBuilder

java.lang.Object
com.commercetools.api.models.me.MyPaymentDraftBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyPaymentDraft>

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

     MyPaymentDraft myPaymentDraft = MyPaymentDraft.builder()
             .amountPlanned(amountPlannedBuilder -> amountPlannedBuilder)
             .build()