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 Details

  • Constructor Details

  • Method Details

    • id

      public PaymentMethod id(String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public PaymentMethod name(String name)
    • getName

      @Nonnull public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • getDistinguishableName

      @Nullable public String getDistinguishableName()
      Get distinguishableName
      Returns:
      distinguishableName
    • description

      public PaymentMethod description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • position

      public PaymentMethod position(Long position)
    • getPosition

      @Nullable public Long getPosition()
      Get position
      Returns:
      position
    • setPosition

      public void setPosition(Long position)
    • active

      public PaymentMethod active(Boolean active)
    • getActive

      @Nullable public Boolean getActive()
      Get active
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • afterOrderEnabled

      public PaymentMethod afterOrderEnabled(Boolean afterOrderEnabled)
    • getAfterOrderEnabled

      @Nullable public Boolean getAfterOrderEnabled()
      Get afterOrderEnabled
      Returns:
      afterOrderEnabled
    • setAfterOrderEnabled

      public void setAfterOrderEnabled(Boolean afterOrderEnabled)
    • customFields

      public PaymentMethod customFields(Object customFields)
    • getCustomFields

      @Nullable public Object getCustomFields()
      Get customFields
      Returns:
      customFields
    • setCustomFields

      public void setCustomFields(Object customFields)
    • mediaId

      public PaymentMethod mediaId(String mediaId)
    • getMediaId

      @Nullable public String getMediaId()
      Get mediaId
      Returns:
      mediaId
    • setMediaId

      public void setMediaId(String mediaId)
    • getSynchronous

      @Nullable public Boolean getSynchronous()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      synchronous
    • getAsynchronous

      @Nullable public Boolean getAsynchronous()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      asynchronous
    • getPrepared

      @Nullable public Boolean getPrepared()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      prepared
    • getRefundable

      @Nullable public Boolean getRefundable()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      refundable
    • getRecurring

      @Nullable public Boolean getRecurring()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      recurring
    • shortName

      public PaymentMethod shortName(String shortName)
    • getShortName

      @Nullable public String getShortName()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      shortName
    • setShortName

      public void setShortName(String shortName)
    • technicalName

      public PaymentMethod technicalName(String technicalName)
    • getTechnicalName

      @Nullable public String getTechnicalName()
      Get technicalName
      Returns:
      technicalName
    • setTechnicalName

      public void setTechnicalName(String technicalName)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • translated

      public PaymentMethod translated(com.fasterxml.jackson.databind.JsonNode 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

      public PaymentMethod media(Media media)
    • getMedia

      @Nullable public Media getMedia()
      Get media
      Returns:
      media
    • setMedia

      public void setMedia(Media media)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object