All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.payments.commands.PaymentDeleteCommandImpl Maven / Gradle / Ivy

package io.sphere.sdk.payments.commands;

import io.sphere.sdk.commands.MetaModelByIdDeleteCommandBuilder;
import io.sphere.sdk.commands.MetaModelByIdDeleteCommandImpl;
import io.sphere.sdk.models.Versioned;
import io.sphere.sdk.payments.Payment;
import io.sphere.sdk.payments.expansion.PaymentExpansionModel;

final class PaymentDeleteCommandImpl extends MetaModelByIdDeleteCommandImpl> implements PaymentDeleteCommand {

    PaymentDeleteCommandImpl(final Versioned versioned) {
        super(versioned, PaymentEndpoint.ENDPOINT, PaymentExpansionModel.of(), PaymentDeleteCommandImpl::new);
    }

    PaymentDeleteCommandImpl(final MetaModelByIdDeleteCommandBuilder> builder) {
        super(builder);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy