Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* </div>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class PaymentDraftBuilder implements PaymentDraftBuilderMixin, Builder<PaymentDraft> {
public class PaymentDraftBuilder implements Builder<PaymentDraft>, PaymentDraftBuilderMixin {

@Nullable
private com.commercetools.api.models.customer.CustomerResourceIdentifier customer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface PaymentMethodInfo extends PaymentMethodInfoMixin {
public String getPaymentInterface();

/**
* <p>Payment method used—for example, a credit card or cash advance.</p>
* <p>Payment method used—for example, a credit card or direct debit.</p>
* @return method
*/

Expand Down Expand Up @@ -89,7 +89,7 @@ public interface PaymentMethodInfo extends PaymentMethodInfoMixin {
public void setPaymentInterface(final String paymentInterface);

/**
* <p>Payment method used—for example, a credit card or cash advance.</p>
* <p>Payment method used—for example, a credit card or direct debit.</p>
* @param method value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public PaymentMethodInfoBuilder paymentInterface(@Nullable final String paymentI
}

/**
* <p>Payment method used—for example, a credit card or cash advance.</p>
* <p>Payment method used—for example, a credit card or direct debit.</p>
* @param method value to be set
* @return Builder
*/
Expand Down Expand Up @@ -191,7 +191,7 @@ public String getPaymentInterface() {
}

/**
* <p>Payment method used—for example, a credit card or cash advance.</p>
* <p>Payment method used—for example, a credit card or direct debit.</p>
* @return method
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public interface PaymentMethodInfoDraft extends io.vrap.rmf.base.client.Draft<Pa
public String getPaymentInterface();

/**
* <p>Payment method to use—for example, a credit card or cash advance.</p>
* <p>Payment method to use—for example, a credit card or direct debit.</p>
* @return method
*/

Expand Down Expand Up @@ -91,7 +91,7 @@ public interface PaymentMethodInfoDraft extends io.vrap.rmf.base.client.Draft<Pa
public void setPaymentInterface(final String paymentInterface);

/**
* <p>Payment method to use—for example, a credit card or cash advance.</p>
* <p>Payment method to use—for example, a credit card or direct debit.</p>
* @param method value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public PaymentMethodInfoDraftBuilder paymentInterface(@Nullable final String pay
}

/**
* <p>Payment method to use—for example, a credit card or cash advance.</p>
* <p>Payment method to use—for example, a credit card or direct debit.</p>
* @param method value to be set
* @return Builder
*/
Expand Down Expand Up @@ -195,7 +195,7 @@ public String getPaymentInterface() {
}

/**
* <p>Payment method to use—for example, a credit card or cash advance.</p>
* <p>Payment method to use—for example, a credit card or direct debit.</p>
* @return method
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public String getPaymentInterface() {
}

/**
* <p>Payment method to use—for example, a credit card or cash advance.</p>
* <p>Payment method to use—for example, a credit card or direct debit.</p>
*/

public String getMethod() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public String getPaymentInterface() {
}

/**
* <p>Payment method used—for example, a credit card or cash advance.</p>
* <p>Payment method used—for example, a credit card or direct debit.</p>
*/

public String getMethod() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public interface PaymentSetMethodInfoAction extends PaymentUpdateAction {
public String getPaymentInterface();

/**
* <p>Payment method to use—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>Payment method to use—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* <p>Setting this field is equivalent to the <code>setMethodInfoMethod</code> action and will generate the PaymentMethodInfoMethodSet Message.</p>
* @return method
*/
Expand Down Expand Up @@ -106,7 +106,7 @@ public interface PaymentSetMethodInfoAction extends PaymentUpdateAction {
public void setPaymentInterface(final String paymentInterface);

/**
* <p>Payment method to use—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>Payment method to use—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* <p>Setting this field is equivalent to the <code>setMethodInfoMethod</code> action and will generate the PaymentMethodInfoMethodSet Message.</p>
* @param method value to be set
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public PaymentSetMethodInfoActionBuilder paymentInterface(@Nullable final String
}

/**
* <p>Payment method to use—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>Payment method to use—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* <p>Setting this field is equivalent to the <code>setMethodInfoMethod</code> action and will generate the PaymentMethodInfoMethodSet Message.</p>
* @param method value to be set
* @return Builder
Expand Down Expand Up @@ -218,7 +218,7 @@ public String getPaymentInterface() {
}

/**
* <p>Payment method to use—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>Payment method to use—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* <p>Setting this field is equivalent to the <code>setMethodInfoMethod</code> action and will generate the PaymentMethodInfoMethodSet Message.</p>
* @return method
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public String getPaymentInterface() {
}

/**
* <p>Payment method to use—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>Payment method to use—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* <p>Setting this field is equivalent to the <code>setMethodInfoMethod</code> action and will generate the PaymentMethodInfoMethodSet Message.</p>
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public interface PaymentMethod extends BaseResource {
public BusinessUnitKeyReference getBusinessUnit();

/**
* <p>Payment Method used for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment Method used for the Payment—for example, a credit card or direct debit.</p>
* @return method
*/

Expand Down Expand Up @@ -229,7 +229,7 @@ public interface PaymentMethod extends BaseResource {
public void setBusinessUnit(final BusinessUnitKeyReference businessUnit);

/**
* <p>Payment Method used for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment Method used for the Payment—for example, a credit card or direct debit.</p>
* @param method value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public PaymentMethodBuilder businessUnit(
}

/**
* <p>Payment Method used for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment Method used for the Payment—for example, a credit card or direct debit.</p>
* @param method value to be set
* @return Builder
*/
Expand Down Expand Up @@ -523,7 +523,7 @@ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBu
}

/**
* <p>Payment Method used for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment Method used for the Payment—for example, a credit card or direct debit.</p>
* @return method
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public interface PaymentMethodDraft extends io.vrap.rmf.base.client.Draft<Paymen
public BusinessUnitResourceIdentifier getBusinessUnit();

/**
* <p>Payment method to use for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment method to use for the Payment—for example, a credit card or direct debit.</p>
* @return method
*/

Expand Down Expand Up @@ -156,7 +156,7 @@ public interface PaymentMethodDraft extends io.vrap.rmf.base.client.Draft<Paymen
public void setBusinessUnit(final BusinessUnitResourceIdentifier businessUnit);

/**
* <p>Payment method to use for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment method to use for the Payment—for example, a credit card or direct debit.</p>
* @param method value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public PaymentMethodDraftBuilder businessUnit(
}

/**
* <p>Payment method to use for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment method to use for the Payment—for example, a credit card or direct debit.</p>
* @param method value to be set
* @return Builder
*/
Expand Down Expand Up @@ -356,7 +356,7 @@ public com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier
}

/**
* <p>Payment method to use for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment method to use for the Payment—for example, a credit card or direct debit.</p>
* @return method
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier
}

/**
* <p>Payment method to use for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment method to use for the Payment—for example, a credit card or direct debit.</p>
*/

public String getMethod() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBu
}

/**
* <p>Payment Method used for the Payment—for example, a credit card or cash advance.</p>
* <p>Payment Method used for the Payment—for example, a credit card or direct debit.</p>
*/

public String getMethod() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ public interface PaymentMethodSetMethodAction extends PaymentMethodUpdateAction
String SET_METHOD = "setMethod";

/**
* <p>New payment method—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>New payment method—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* @return method
*/

@JsonProperty("method")
public String getMethod();

/**
* <p>New payment method—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>New payment method—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* @param method value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class PaymentMethodSetMethodActionBuilder implements Builder<PaymentMetho
private String method;

/**
* <p>New payment method—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>New payment method—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* @param method value to be set
* @return Builder
*/
Expand All @@ -37,7 +37,7 @@ public PaymentMethodSetMethodActionBuilder method(@Nullable final String method)
}

/**
* <p>New payment method—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>New payment method—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
* @return method
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public String getAction() {
}

/**
* <p>New payment method—for example, a credit card or cash advance. If empty, any existing value will be removed.</p>
* <p>New payment method—for example, a credit card or direct debit. If empty, any existing value will be removed.</p>
*/

public String getMethod() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,4 @@ bb49fa04d50e4e0267846c7d805ae8ebc254bdea
84839875c7243dce1c079f4b0a2b782c24c5810f
c12d33dda145602c607dcf1bb77f503f4508a1ee
0a2a61671b582388c376f777db72dba939ab4608
8b9d02ee9079c8b16ccf84262b33437596c08aa1