Skip to content

Commit

Permalink
Remove builder from response class
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeandradero committed Feb 23, 2024
1 parent 7b4424b commit c55f0fa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package com.mercadopago.resources.payment;

import lombok.Builder;
import lombok.Getter;

/** PaymentBarcode class. */
@Getter
@Builder
public class PaymentBarcode {
/** Barcode content. */
private String content;
Expand Down

0 comments on commit c55f0fa

Please sign in to comment.