Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public class AlipayPayResultNotify extends AlipayNotify {
private Quote paymentQuote;
private Amount processingAmount;

/** 用于商户自定义元数据信息,支持JSON格式 */
private String metadata;
/** 用于商户自定义元数据信息,支持JSON格式 */
private String metadata;
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public class AlipayRefundNotify extends AlipayNotify {

private Amount actualRefundAmount;

/** 用于商户自定义元数据信息,支持JSON格式 */
private String metadata;
/** 用于商户自定义元数据信息,支持JSON格式 */
private String metadata;
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public class AlipayVaultingNotify extends AlipayNotify {

private CustomizedInfo customizedInfo;

/** 用于商户自定义元数据信息,支持JSON格式 */
private String metadata;
/** 用于商户自定义元数据信息,支持JSON格式 */
private String metadata;
}