All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alipay.api.domain.BillSyncExtInfo Maven / Gradle / Ivy

package com.alipay.api.domain;

import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;

/**
 * 账单同步的扩展字段信息
 *
 * @author auto create
 * @since 1.0, 2021-08-17 14:59:15
 */
public class BillSyncExtInfo extends AlipayObject {

	private static final long serialVersionUID = 3145577621653233974L;

	/**
	 * 账单类型
	 */
	@ApiField("order_pay_type")
	private String orderPayType;

	public String getOrderPayType() {
		return this.orderPayType;
	}
	public void setOrderPayType(String orderPayType) {
		this.orderPayType = orderPayType;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy