• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Adyen / adyen-java-api-library / #2703

16 Oct 2023 09:08AM CUT coverage: 12.568%. First build
#2703

push

web-flow
Merge 5bb3765b7 into fe719ccb3

6014 of 6014 new or added lines in 86 files covered. (100.0%)

11852 of 94302 relevant lines covered (12.57%)

0.13 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/adyen/model/additionalData/SplitPaymentItem.java
1
/*
2
 *                       ######
3
 *                       ######
4
 * ############    ####( ######  #####. ######  ############   ############
5
 * #############  #####( ######  #####. ######  #############  #############
6
 *        ######  #####( ######  #####. ######  #####  ######  #####  ######
7
 * ###### ######  #####( ######  #####. ######  #####  #####   #####  ######
8
 * ###### ######  #####( ######  #####. ######  #####          #####  ######
9
 * #############  #############  #############  #############  #####  ######
10
 *  ############   ############  #############   ############  #####  ######
11
 *                                      ######
12
 *                               #############
13
 *                               ############
14
 *
15
 * Adyen Java API Library
16
 *
17
 * Copyright (c) 2017 Adyen B.V.
18
 * This file is open source and available under the MIT license.
19
 * See the LICENSE file for more info.
20
 */
21
package com.adyen.model.additionalData;
22

23
public class SplitPaymentItem {
×
24

25
    private Long amount;
26
    private String type;
27
    private String account;
28
    private String reference;
29
    private String description;
30

31
    public Long getAmount() {
32
        return amount;
×
33
    }
34

35
    public void setAmount(Long amount) {
36
        this.amount = amount;
×
37
    }
×
38

39
    public String getType() {
40
        return type;
×
41
    }
42

43
    public void setType(String type) {
44
        this.type = type;
×
45
    }
×
46

47
    public String getAccount() {
48
        return account;
×
49
    }
50

51
    public void setAccount(String account) {
52
        this.account = account;
×
53
    }
×
54

55
    public String getReference() {
56
        return reference;
×
57
    }
58

59
    public void setReference(String reference) {
60
        this.reference = reference;
×
61
    }
×
62

63
    public String getDescription() {
64
        return description;
×
65
    }
66

67
    public void setDescription(String description) {
68
        this.description = description;
×
69
    }
×
70
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc