Class PaymentMethod
java.lang.Object
de.codebarista.shopware.model.core.PaymentMethod
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class PaymentMethod
extends Object
Added since version: 6.0.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethod(String distinguishableName, Boolean synchronous, Boolean asynchronous, Boolean prepared, Boolean refundable, Boolean recurring, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
Modifier and TypeMethodDescriptionafterOrderEnabled(Boolean afterOrderEnabled) customFields(Object customFields) description(String description) booleanGet activeGet afterOrderEnabledRuntime field, cannot be used as part of the criteria.Get createdAtGet customFieldsGet descriptionGet distinguishableNamegetId()Get idgetMedia()Get mediaGet mediaIdgetName()Get nameGet positionRuntime field, cannot be used as part of the criteria.Runtime field, cannot be used as part of the criteria.Runtime field, cannot be used as part of the criteria.Runtime field, cannot be used as part of the criteria.Runtime field, cannot be used as part of the criteria.Get technicalNamecom.fasterxml.jackson.databind.JsonNodeGet translatedGet updatedAtinthashCode()voidvoidsetAfterOrderEnabled(Boolean afterOrderEnabled) voidsetCustomFields(Object customFields) voidsetDescription(String description) voidvoidvoidsetMediaId(String mediaId) voidvoidsetPosition(Long position) voidsetShortName(String shortName) voidsetTechnicalName(String technicalName) voidsetTranslated(com.fasterxml.jackson.databind.JsonNode translated) technicalName(String technicalName) toString()translated(com.fasterxml.jackson.databind.JsonNode translated)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DISTINGUISHABLE_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_POSITION
- See Also:
-
JSON_PROPERTY_ACTIVE
- See Also:
-
JSON_PROPERTY_AFTER_ORDER_ENABLED
- See Also:
-
JSON_PROPERTY_CUSTOM_FIELDS
- See Also:
-
JSON_PROPERTY_MEDIA_ID
- See Also:
-
JSON_PROPERTY_SYNCHRONOUS
- See Also:
-
JSON_PROPERTY_ASYNCHRONOUS
- See Also:
-
JSON_PROPERTY_PREPARED
- See Also:
-
JSON_PROPERTY_REFUNDABLE
- See Also:
-
JSON_PROPERTY_RECURRING
- See Also:
-
JSON_PROPERTY_SHORT_NAME
- See Also:
-
JSON_PROPERTY_TECHNICAL_NAME
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_TRANSLATED
- See Also:
-
JSON_PROPERTY_MEDIA
- See Also:
-
-
Constructor Details
-
PaymentMethod
public PaymentMethod() -
PaymentMethod
public PaymentMethod(String distinguishableName, Boolean synchronous, Boolean asynchronous, Boolean prepared, Boolean refundable, Boolean recurring, OffsetDateTime createdAt, OffsetDateTime updatedAt)
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
getDistinguishableName
Get distinguishableName- Returns:
- distinguishableName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
active
-
getActive
Get active- Returns:
- active
-
setActive
-
afterOrderEnabled
-
getAfterOrderEnabled
Get afterOrderEnabled- Returns:
- afterOrderEnabled
-
setAfterOrderEnabled
-
customFields
-
getCustomFields
Get customFields- Returns:
- customFields
-
setCustomFields
-
mediaId
-
getMediaId
Get mediaId- Returns:
- mediaId
-
setMediaId
-
getSynchronous
Runtime field, cannot be used as part of the criteria.- Returns:
- synchronous
-
getAsynchronous
Runtime field, cannot be used as part of the criteria.- Returns:
- asynchronous
-
getPrepared
Runtime field, cannot be used as part of the criteria.- Returns:
- prepared
-
getRefundable
Runtime field, cannot be used as part of the criteria.- Returns:
- refundable
-
getRecurring
Runtime field, cannot be used as part of the criteria.- Returns:
- recurring
-
shortName
-
getShortName
Runtime field, cannot be used as part of the criteria.- Returns:
- shortName
-
setShortName
-
technicalName
-
getTechnicalName
Get technicalName- Returns:
- technicalName
-
setTechnicalName
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
translated
-
getTranslated
@Nullable public com.fasterxml.jackson.databind.JsonNode getTranslated()Get translated- Returns:
- translated
-
setTranslated
public void setTranslated(com.fasterxml.jackson.databind.JsonNode translated) -
media
-
getMedia
Get media- Returns:
- media
-
setMedia
-
equals
-
hashCode
public int hashCode() -
toString
-