Class PaymentMethodRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PaymentMethodRef
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class PaymentMethodRef
extends Object
PaymentMethod reference. A payment method defines a specific mean of payment (e.g direct debit).
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatreferredType(String atreferredType) booleanGeneric attribute indicating the name of the class type of the referred resource entity.getCode()Unique identifier of the vouchergetHref()Reference of the payment method@NotNull StringgetId()Unique identifier of the payment methodgetName()Name of the payment methodgetType()Payment method type.inthashCode()voidsetAtreferredType(String atreferredType) voidvoidvoidvoidvoidtoString()
-
Constructor Details
-
PaymentMethodRef
public PaymentMethodRef()
-
-
Method Details
-
atreferredType
-
getAtreferredType
Generic attribute indicating the name of the class type of the referred resource entity.- Returns:
- atreferredType
-
setAtreferredType
-
href
-
getHref
Reference of the payment method- Returns:
- href
-
setHref
-
id
-
getId
Unique identifier of the payment method- Returns:
- id
-
setId
-
code
-
getCode
Unique identifier of the voucher- Returns:
- code
-
setCode
-
name
-
getName
Name of the payment method- Returns:
- name
-
setName
-
type
-
getType
Payment method type. The content of the details field depends on the value of this one- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-