public class SEPADocumentField
SEPA document field
@JvmField @NotNull public SEPADocumentFieldType type
Field type
@JvmField @NotNull public java.lang.String value
Field value
public SEPADocumentField(@NotNull
SEPADocumentFieldType type,
@NotNull
java.lang.String value)
SEPA document field
type - Field typevalue - Field valuepublic SEPADocumentField()
SEPA document field
@NotNull public SEPADocumentFieldType component1()
Field type
@NotNull public java.lang.String component2()
Field value
@NotNull public SEPADocumentField copy(@NotNull SEPADocumentFieldType type, @NotNull java.lang.String value)
SEPA document field
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)