Class CreateBatchPaymentData

    • Constructor Detail

      • CreateBatchPaymentData

        public CreateBatchPaymentData()
      • CreateBatchPaymentData

        public CreateBatchPaymentData​(CreateBatchPaymentData source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getBatchId

        public String getBatchId()
        Get 批次号
        Returns:
        BatchId 批次号
      • setBatchId

        public void setBatchId​(String BatchId)
        Set 批次号
        Parameters:
        BatchId - 批次号
      • getBatchInfoList

        public CreateBatchPaymentBatchData[] getBatchInfoList()
        Get 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BatchInfoList 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。
      • setBatchInfoList

        public void setBatchInfoList​(CreateBatchPaymentBatchData[] BatchInfoList)
        Set 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BatchInfoList - 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。