public class Narrative
Details for the narrative for an Alipay barcode payment.
public Narrative(@NotNull java.lang.String line1)
Details for the narrative for an Alipay barcode payment.
line1
- A description of the payment to appear in customer's transaction statements.@NotNull public java.lang.String getLine1()
A description of the payment to appear in customer
's transaction statements.
@NotNull public java.lang.String component1()
A description of the payment to appear in customer
's transaction statements.
@NotNull public Narrative copy(@NotNull java.lang.String line1)
Details for the narrative for an Alipay barcode payment.
@NotNull public java.lang.String toString()
Details for the narrative for an Alipay barcode payment.
public int hashCode()
Details for the narrative for an Alipay barcode payment.
public boolean equals(@Nullable java.lang.Object p)
Details for the narrative for an Alipay barcode payment.