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

com.paypal.orders.RefundStatusDetails Maven / Gradle / Ivy

There is a newer version: 4.0.39
Show newest version
// This class was generated on Thu, 16 May 2019 09:53:44 PDT by version 0.1.0-dev+8fcb5f of Braintree SDK Generator
// RefundStatusDetails.java
// @version 0.1.0-dev+8fcb5f
// @type object
// @data H4sIAAAAAAAC/6yPQUsDMRCF7/6KYc6LeN5bYasUZS1SvIg0o5k1gZisMwkSpP9dNGVRFE8e583H43tvuKszY4/CU4l2r5ly0b3lTD4odnhL4ukh8EjPf2GXXI8EdjiwPoqfs08Re9w5hiMIaYLsGFoLtJZT7HAlQrWZnHV4w2SvY6jYTxSUP4KX4oXtEmwlzSzZs2J/t2zQLD4+/SZNmuI3yyX66dpe8OrqV1dH+nma7XocNuOFgSRgzlebq/Vg/mlJLCEc7g8n7wAAAP//
// DO NOT EDIT
package com.paypal.orders;

import java.util.Map;
import java.util.HashMap;
import java.util.List;
import java.util.ArrayList;
import com.paypal.http.annotations.*;
/**
 * The details of the refund status.
 */
@Model
public class RefundStatusDetails {

    // Required default constructor
    public RefundStatusDetails() {}

	/**
	* The reason why the refund has the `PENDING` or `FAILED` status.
	*/
	@SerializedName("reason")
	private String reason;

	public String reason() { return reason; }

	public RefundStatusDetails reason(String reason) {
	    this.reason = reason;
	    return this;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy