Interface PaymentStatusDraft

All Superinterfaces:
io.vrap.rmf.base.client.Draft<PaymentStatusDraft>
All Known Implementing Classes:
PaymentStatusDraftImpl

public interface PaymentStatusDraft extends io.vrap.rmf.base.client.Draft<PaymentStatusDraft>
PaymentStatusDraft
Example to create an instance using the builder pattern

     PaymentStatusDraft paymentStatusDraft = PaymentStatusDraft.builder()
             .build()