paypay/paypayopa-sdk-java

View on GitHub
src/main/java/jp/ne/paypay/model/Refund.java

Summary

Maintainability
A
2 hrs
Test Coverage

Refund has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

public class Refund extends RefundState {

    @SerializedName("merchantRefundId")
    @NotEmpty(message = "merchantRefundId is required")
    @Size(max = 64, message = "maximum 64 characters are allowed for merchantRefundtId")
Severity: Minor
Found in src/main/java/jp/ne/paypay/model/Refund.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status