Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.CreateBatchPaymentRecipient
-
Packages that use CreateBatchPaymentRecipient Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of CreateBatchPaymentRecipient in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return CreateBatchPaymentRecipient Modifier and Type Method Description CreateBatchPaymentRecipient[]CreateBatchPaymentRequest. getRecipientList()Get 转账详情Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CreateBatchPaymentRecipient Modifier and Type Method Description voidCreateBatchPaymentRequest. setRecipientList(CreateBatchPaymentRecipient[] RecipientList)Set 转账详情Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CreateBatchPaymentRecipient Constructor Description CreateBatchPaymentRecipient(CreateBatchPaymentRecipient 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.
-