Interface PaymentMethodSetMethodAction

All Superinterfaces:
PaymentMethodUpdateAction

public interface PaymentMethodSetMethodAction extends PaymentMethodUpdateAction

This action generates the PaymentMethodMethodSet Message.


Example to create an instance using the builder pattern

     PaymentMethodSetMethodAction paymentMethodSetMethodAction = PaymentMethodSetMethodAction.builder()
             .build()
 
  • Field Details

  • Method Details