Class PaymentChangeAmountPlannedActionBuilder

java.lang.Object
com.commercetools.api.models.payment.PaymentChangeAmountPlannedActionBuilder
All Implemented Interfaces:
Builder<PaymentChangeAmountPlannedAction>

public class PaymentChangeAmountPlannedActionBuilder extends Object implements Builder<PaymentChangeAmountPlannedAction>
PaymentChangeAmountPlannedActionBuilder
Example to create an instance using the builder pattern

     PaymentChangeAmountPlannedAction paymentChangeAmountPlannedAction = PaymentChangeAmountPlannedAction.builder()
             .amount(amountBuilder -> amountBuilder)
             .build()